The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
You have an error in your SQL syntax - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: You have an error in your SQL syntax (/showthread.php?tid=4803) |
You have an error in your SQL syntax - dhanraj - Nov 23rd, 2014 Debug: 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 'TYPE=MyISAM DEFAULT CHARSET=utf8' at line 10 I am getting this error just before the final step. I have tried with different forms, but of no use. I got stuck finishing the process. Pls someone help me out resolving the issue. RE: You have an error in your SQL syntax - bill09 - Dec 12th, 2014 Try changing TYPE=MyISAM to ENGINE=MyISAM in the sql.php file. That helped me once. Do a global search and replace as there are many instances. |