Hi there, I have been trying to make a table for one of my forms, I have made two tables already without any problems but when i do the same steps and clickt save table i get the following error, Does anyone know what im doing wrong?
Forums
Creating a Table
Hi hayes121,
The only possible problem I can see is the Primary Key `name` at the end, I'd suggest you try leaving the Primary Key as the default `cf_id`.
Bob
The only possible problem I can see is the Primary Key `name` at the end, I'd suggest you try leaving the Primary Key as the default `cf_id`.
Bob
Even after leaving the primary key to 'cf_id' i tstill get the same problem
Hi hayes121,
Then I would copy and paste the MySQL query into PHPMyAdmin to see if it succeeds there or if you get a more helpful error message.
Note: you need to replace #_ in the table name with the correct prefix in PHPMyAdmin.
Bob
Then I would copy and paste the MySQL query into PHPMyAdmin to see if it succeeds there or if you get a more helpful error message.
Note: you need to replace #_ in the table name with the correct prefix in PHPMyAdmin.
Bob
This topic is locked and no more replies can be posted.