Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin problem


Mici

Recommended Posts

Posted

well a picture is worth a thousand words so here is my problem.

 

 

 

Anyone know how to fix it?

Posted

Check the paths in your admin/includes/configure.php

 

HTH

Posted

I checked the paths and they were fine. im running the latest snapshot if that helps (ie todays or yesterdays one)

Posted

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.

Posted

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

Posted

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

Archived

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

×
×
  • Create New...