Jump to content

MySQL Error Occured


Guest tsediting

Recommended Posts

Guest tsediting

built an online store for cheaptoyotaparts.co.uk it was all working fine, when suddenly when ever you try to go to the checkout we get this error message:

____________________________________________________________________

MySQL Error Occured

1146: Table 'cheaptoy_ccrt1.CubeCart_Modules' doesn't exist

QUERY = SELECT * FROM CubeCart_Modules WHERE module = 'gateway' AND folder = 'PayPal'

____________________________________________________________________

we also noticed that we get similar messages whenever we goto any of the Gateway Modules.

any ideas what has happened, and what we need to amend to fix this fualt?

Link to comment
Share on other sites

  • 2 weeks later...

I had this error and it turns out that I obviously had a bad install when I originally installed CubeCart Beta.

It original install was bad because the CubeCart_Modules table did not exist in my databse. This was not discovered because my client had only elected to use the Postal Order Form until such time that he had a merchant account (we all know to get a real account it takes more than a few hours).

So here was the solution... I opened up schema.inc.php which is located in ./install/db/ and I manually created the CubeCart_Modules table with PHP_MyAdmin by copying the create and insert queries for CubeCart_Modules and stripped out the php so that I could directly create the table in PHP_MyAdmin.

This worked great! You have to know your way around your tools but these are easy tools to use!

Good Luck!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...