Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin problem


Mici

Recommended Posts

The first place I'd look is in the includes/configure.php file. Lines 14 - 31 define most of the paths. If you list them on the forum, maybe someone will spot an error that you missed.

Link to comment
Share on other sites

taken from admin/includes/configure.php

 

It would seem that admin/includes/languages/english/index.php is not being "require"d

 

<--snip-->

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/');

</--snip-->

 

 

 

Thanks

Link to comment
Share on other sites

how about these paths?

 

HTTP_SERVER

HTTPS_SERVER

HTTP_CATALOG_SERVER 

HTTPS_CATALOG_SERVER

ENABLE_SSL_CATALOG

DIR_FS_DOCUMENT_ROOT 

DIR_WS_ADMIN 

DIR_FS_ADMIN 

DIR_WS_CATALOG

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...