Got these errors when trying to create table
* Error while creating table :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 ') ENGINE = MYISAM' at line 1 SQL=CREATE TABLE `personel` () ENGINE = MYISAM ;
Warning: file_put_contents(/home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc) [function.file-put-contents]: failed to open stream: Permission denied in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 8666
Warning: /home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc is not writeable in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 1779
Warning: file_put_contents(/home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc) [function.file-put-contents]: failed to open stream: Permission denied in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 8666
Warning: /home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc is not writeable in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 1779
* Error while creating table :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 ') ENGINE = MYISAM' at line 1 SQL=CREATE TABLE `personel` () ENGINE = MYISAM ;
Warning: file_put_contents(/home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc) [function.file-put-contents]: failed to open stream: Permission denied in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 8666
Warning: /home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc is not writeable in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 1779
Warning: file_put_contents(/home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc) [function.file-put-contents]: failed to open stream: Permission denied in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 8666
Warning: /home/swcchiss/public_html/2.01/administrator/cache/9b8ac9887872716cae1ceea4dea3bd58.spc is not writeable in /home/swcchiss/public_html/2.01/libraries/simplepie/simplepie.php on line 1779
Hi elelohesterling,
Two different problems here I think. The MySQL error is because you are trying to create a table with no columns SQL=CREATE TABLE `personel` () ENGINE = MYISAM ; I suspect that you have unselected all teh bars in the Create Table dialogue. Green bars are 'selected', red bars are 'ignored'.
The simple pie error is usualy caused by the 'daily hint' function in ChronoForms not being able to see the internet. Click the Parameters icon at the right hand end of the tool bar and turn it off.
Bob
Two different problems here I think. The MySQL error is because you are trying to create a table with no columns SQL=CREATE TABLE `personel` () ENGINE = MYISAM ; I suspect that you have unselected all teh bars in the Create Table dialogue. Green bars are 'selected', red bars are 'ignored'.
The simple pie error is usualy caused by the 'daily hint' function in ChronoForms not being able to see the internet. Click the Parameters icon at the right hand end of the tool bar and turn it off.
Bob
This topic is locked and no more replies can be posted.