Hi,
I has a grid, with a sql with inner join (MYSQL) in devel enviorement, When I create a link from this to form app, this works without problems, but when I deploy the app…this fail with these message:
“Error to insert:
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 ‘’ at line 1”
In my devel enviorement this link is working (I use linux with netmake installation) and I dont know why happen this…
My produccion server its the same fisical server but with apache (same database with mysql)
I set UTF8 in all my options (database, database connection and app languaje)…i try use mysql_pdo, mysql_transactions…and nothing…
I clear my cache, delete all producction files and my dir of applications on devel server,…I dont know what is the problem…
Can you help me?? Anything more to do?? May be something to configure in my Apache+PHP production enviorement??..Libreries Updates??
Regards