Jump to content

CubeCart 3.0.13 installation error


Guest chiying

Recommended Posts

Guest chiying

I installed CubeCart 3.0.13 and when I deleted "install" directory as instruction, it showed

MySQL Error Occured

1146: Table 'gd1b.chen9427CubeCart_config' doesn't exist

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

What should I do???

Link to comment
Share on other sites

Guest chiying

Please post your includes/global.inc file. Do your tables have a gd1b.chen9427CubeCart prefix or just CubeCart?

Hi Roban

Here's my global.inc.php

<?php

$glob['dbdatabase'] = 'gd1b';

$glob['dbhost'] = '10.8.6.136';

$glob['dbpassword'] = 'chen9427';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'gd1b';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/content/c/h/e/chen9428/html';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'http://www.aeroneer.com';

?>

Thanks for your help!

Randy

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