Mici Posted February 24, 2003 Share Posted February 24, 2003 well a picture is worth a thousand words so here is my problem. Anyone know how to fix it? Link to comment Share on other sites More sharing options...
Mici Posted February 24, 2003 Author Share Posted February 24, 2003 well looks like images dont work so here is a link for u :P http://www.micis.net/problem.jpg Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2003 Share Posted February 24, 2003 Check the paths in your admin/includes/configure.php HTH Link to comment Share on other sites More sharing options...
Mici Posted February 24, 2003 Author Share Posted February 24, 2003 any path in particular? Link to comment Share on other sites More sharing options...
Mici Posted February 24, 2003 Author Share Posted February 24, 2003 I checked the paths and they were fine. im running the latest snapshot if that helps (ie todays or yesterdays one) Link to comment Share on other sites More sharing options...
Mici Posted February 25, 2003 Author Share Posted February 25, 2003 anyone have any ideas what it could be? Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 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 More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 That is in admin/includes/configure.php. Link to comment Share on other sites More sharing options...
Mici Posted February 25, 2003 Author Share Posted February 25, 2003 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 More sharing options...
Mici Posted February 25, 2003 Author Share Posted February 25, 2003 Any help woudl be greatly apreciated Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.