Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Config


Giovanna

Recommended Posts

Posted

Hi all,

Used to have a oscommerce website a while back and in process to set a new one up. Downloaded and installed the newest version. All gone well, catalog shows correctly but Admin does not. There is no layout. I can get everywhere but its not looking like it should. Any ideas, its not blank. Reinstalled with same result.

 

my admin config:

 

define('HTTP_SERVER', 'http://www.notjustanotherannsummersparty.co.uk');

define('HTTP_CATALOG_SERVER', 'http://www.notjustanotherannsummersparty.co.uk');

define('HTTPS_CATALOG_SERVER', 'http://www.notjustanotherannsummersparty.co.uk');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', 'E:/Domains/notjustanotherannsummersparty.co.uk/wwwroot/Catalog/');

define('DIR_WS_ADMIN', '/catalog/admin/');

define('DIR_FS_ADMIN', 'E:/Domains/notjustanotherannsummersparty.co.uk/wwwroot/Catalog/admin/');

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', 'E:/Domains/notjustanotherannsummersparty.co.uk/wwwroot/Catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

define('DB_SERVER', 'mysql5int.notjustanotherannsummersparty.co.uk');

define('DB_SERVER_USERNAME', 'x');

define('DB_SERVER_PASSWORD', 'x);

define('DB_DATABASE', 'asshop');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

Posted

it could be something simple like you have used both capital C and lower case c in catalog in some of your entrys

I dont help with templates (thats what the seller is for)

 

th search function will often help, when it dont try this in google.

 

site:http://www.oscommerce.com/forums then your search word

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...