Help - Search - Members - Calendar
Full Version: I know how to fix the problem...
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
tr463
Hi all!

Odd title yeah? laugh.gif

Ok, I am getting this message:
QUOTE
MySQL Error Occured
1146: Table 'singapo_invfoods.CubeCart_config' doesn't exist

QUERY = SELECT array FROM CubeCart_config WHERE name = 'config'


Doing some googling, I came across a thread here:
http://www.cubecart.com/site/forums/index....showtopic=21026

Same problem, and the answer is inside the thread!
QUOTE
Eric, you need to log-in to your cPanel (or similar control panel) and then go to "MyPHPADMIN" and create a table called "CubeCart_config" (without the quotes). This will then link the table and database togeather.


Woo! So I just create a table in MyPHPAdmin!
So I head over there, and go to the bottom part, and create CubeCart_config!
But then it brings me to this next screen :

I have no knowledge of PHP, so could someone please tell me what I need to fill into these boxes?

Ευχαριστώ πάρα πολύ! // Thanks to anyone who can help me!! sorcerer.gif
-Chris
Arild
Here is a structure dump



CODE
CREATE TABLE `CubeCart_config` (
  `name` varchar(100) NOT NULL default '',
  `array` text NOT NULL,
  KEY `name` (`name`)
) TYPE=MyISAM;
tr463
Edit- Bah, my database was a bit bonkers and have about a bajillion tables or something or other installed (because of that evile OsCommerce) shuriken.gif

Anyway, THANKFULLY the wonderfully wonderful smod roban helped my sorry self out and made everything right!! yeahhh.gif sorcerer.gif

THANKS ROBAN! w00t.gif stuart.gif

Feel free to lock this post, as my ramblings are sure to have annoyed everyone by now biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.