I have created some test forms and they all worked properly.
Now I want to create a form to use on my web site and get stuck on step 5.
Could not create MySQL database table. Maybe a table of the same name already exists?
I checked on phpmyadmin and there is no such table created.
Username, db, password everything is correct and still I get this error.
The form consists of 13 text boxes and 5 drop down boxes.
After getting this error i tried to create another test-form with only 4 fields ..... and it worked.
However when i tried to create the 18 field form i got the same error again.
Please help
Thanks, Dirk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have ocassionally run into this problem but since I know how to use phpMyAdmin I just use it to create the db manually. I create the db and the field names and then rerun the Generator and things work out.
I'm not sure how or why the errors occur. Since it doesn't occur very often, and I have a way around it I never gave much attention to the error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created some test forms and they all worked properly.
Now I want to create a form to use on my web site and get stuck on step 5.
Could not create MySQL database table. Maybe a table of the same name already exists?
I checked on phpmyadmin and there is no such table created.
Username, db, password everything is correct and still I get this error.
The form consists of 13 text boxes and 5 drop down boxes.
After getting this error i tried to create another test-form with only 4 fields ..... and it worked.
However when i tried to create the 18 field form i got the same error again.
Please help
Thanks, Dirk
I have ocassionally run into this problem but since I know how to use phpMyAdmin I just use it to create the db manually. I create the db and the field names and then rerun the Generator and things work out.
I'm not sure how or why the errors occur. Since it doesn't occur very often, and I have a way around it I never gave much attention to the error.