Jump to content

cannot add products (technical) full licence for cubecart.


Guest premtel

Recommended Posts

Guest premtel

Hi,

I would of used technical support with my VALID key but unfortunatly i havent used the key until 3 months after purchase therefore excluding me from any support (which sucks)

I have created a theme and installed cubecart 4.1.1 offline (localhost on wamp), once happy with my theme i uploaded it and begun to customise it for our customer, i have not edited any other files outside of the skin folder apart from global.inc.php, now when i click "add product" the catagories listed in the pull down menu do not relate to the catagories displayed in the store admin or frontend, they are text catagories i allocated offline, i also cannot add any products, its almost as if that page is reading the wrong database, i checked the config file and it seems fine, im not sure whats gone wrong, where and why, this needs to go live very sooon, please advise.

Below is my global.inc.php is as follows:

<?php

$glob['adminFile'] = 'admin.php';

$glob['adminFolder'] = 'admin';

$glob['dbdatabase'] = 'web35-cwm';

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

$glob['dbpassword'] = 'xxxxxx'; //hidden

$glob['dbprefix'] = '';

$glob['dbusername'] = 'web35-cwm';

$glob['encoder'] = 'ioncube';

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

$glob['license_key'] = 'xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx'; //full key

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

$glob['storeURL'] = 'http://clientview.net/cwm';

?>

kind regards

Stephen Abbott

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