Base link in text node to pass to a different page give error message

Pass multiple parameters from a table link to another page in ChronoForms.

Overview

The issue occurs when using a text node link with multiple parameters, which causes an SQL syntax error due to incorrect formatting.
Ensure the parameters are correctly formatted in the link and verify they appear in the browser's address bar and the target page's debug output.

Answered
ChronoForms v8
kr kraadde 13 Apr, 2026

I am trying to pass more that only the id to a second page from a table list text node, like:

chronopage=deleting1

id={var:row.id}

beschreibung={var:row.beschreibung}

datum_1={var:row.datum_1}

It gives me an error message:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'beschreibung='Baldegghock 2025 ' datum='2025-07-23'' at line 2

However the data are passed to the different page..

What is wrong here?

Max_admin Max_admin 13 Apr, 2026

Hi kraadde

When you click the link, do the parameters appear in the browser's address bar AND the debug of the Delete page ?

And image will better to show this.

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
kr kraadde 14 Apr, 2026
Answer

Max parameter passing is now solved.

Post a Reply