Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weird MYSQL problem

Status
Not open for further replies.

adweb

Technical User
Sep 19, 2003
1
SE
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??


 
that is most likely a PHP problem, either user logic or syntax error. a MySQL error will usually give you an error, although is possible to suppress it. if the PHP code is not correctly forming the INSERT queries, the entire insert will fail, and no data will be inserted.
 
Have you also checked you table access to make sure the user id has access to update?
 
Have you also checked your table access to make sure the user id has access to update?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top