Hello,
I am using version 23.17 revision 1557
I recently added a new table to by database and generated the files in AppGini. When I attempt to test it in Xampp I get the following error message:
Parse error: syntax error, unexpected token "=>", expecting "]" in C:\xampp\htdocs\diary_new\incCommon.php on line 2356
Below is line 2356 from incCommon.php:
'sortable-fields' => [0 => '`she_notes`.`snote_id`', 1 => 2, 2 => 3, 3 => "IF(, CONCAT_WS('', ), '') /* Client */" => "client", 4 => 5, 5 => 6, 6 => 7, 7 => 8, 8 => '`she1`.`she_id`'],
Any help with this is appreciated.
Ray
Error in generated files
Re: Error in generated files
Hi Ray,
maybe if you could post the lines around the line of error from the incCommon.php as well we could try to solve the problem.
Olaf
maybe if you could post the lines around the line of error from the incCommon.php as well we could try to solve the problem.
Olaf
Some postings I was involved, you might find useful:
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Re: Error in generated files
Code: Select all
3 => "IF(, CONCAT_WS('', ), '')
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools