Weird php and MYSQL problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
adweb
Forum Newbie
Posts: 1
Joined: Fri Sep 19, 2003 8:03 am

Weird php and MYSQL problem

Post 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??
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post 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.
Post Reply