Page 1 of 1

Weird php and MYSQL problem

Posted: Fri Sep 19, 2003 8:03 am
by adweb
Hi!

I have a very odd problem.
I will try to explain it as simple as possible.

I have installed a shoppingcart called CubeCart.

Its a php and mysql based program. I created a mysql database and dumped the sql file into it. It contains 15 tables, the software can insert information in 13 of the 15 tables without any problem. 2 of them is failing for some reason....

When i try to insert information in the two tables (add categories and add products) that are failing its just reload the screen without any errormessages and simply dont create the information.

I guess since i can insert information into the other tables its not a communication problem with MYSQL..

I,m not very familiar with php and MYSQL so i really need some help here, i,m stuck!

I know that its hard to know excatly whats the problem is with the little information i wrote above , but what kind of fault does this indicate??

Posted: Fri Sep 19, 2003 10:38 am
by scorphus
Hard to say... maybe auto_increment option of the two tables. Do you have the tables design or the SQL create script. If you can, also post some insert query you're sending to MySQL.

Scorphus.