torminator Posted April 21, 2003 Share Posted April 21, 2003 For some reason most of the images that are based in the languages folders like the flags are not showing. All I get is the annoying red cross. I am running an Apache server on Win XP. Link to comment Share on other sites More sharing options...
Ajeh Posted April 21, 2003 Share Posted April 21, 2003 Usually ... this can be fixed by editing your /includes/configure.php file to contain the real path to your root rather than the reference to $DOCUMENT_ROOT If you do not know the path ... peek in Admin ... Tools ... System Info and search on DOCUMENT_ROOT without the $ Example: define('DIR_FS_DOCUMENT_ROOT', '/home/octave/public_html'); Link to comment Share on other sites More sharing options...
torminator Posted April 21, 2003 Author Share Posted April 21, 2003 I'll do that right now. But just had to let it be know that we have a NEW WORLD RECORD IN QUICK RESPONSES. Amazing Linda... A Gold medal to you! Link to comment Share on other sites More sharing options...
Ajeh Posted April 21, 2003 Share Posted April 21, 2003 I'll do that right now. But just had to let it be know that we have a NEW WORLD RECORD IN QUICK RESPONSES. Amazing Linda... A Gold medal to you! Just happen to update the questions listing at the right time ... :wink: Link to comment Share on other sites More sharing options...
torminator Posted April 21, 2003 Author Share Posted April 21, 2003 As far as I can see my config file does already show the direct path. And when I press "Tools" I have this list of possible preferences: Database Backup Banner Manager Cache Control Define Languages File Manager Send Email Newsletter Manager Server Info Who's Online I cannot see System Info. I tried the Server Info but it did not show anything about the Document_root. Link to comment Share on other sites More sharing options...
Ajeh Posted April 21, 2003 Share Posted April 21, 2003 I was close ... Server Info ... 8) Link to comment Share on other sites More sharing options...
torminator Posted April 21, 2003 Author Share Posted April 21, 2003 Nope it does not work. Check out for yourself at http://seljeconsult.prosperclub.no Even tried reeinstalling. Link to comment Share on other sites More sharing options...
Ajeh Posted April 21, 2003 Share Posted April 21, 2003 Still sounds like a configuration issue. Can you post it without the login or password? Link to comment Share on other sites More sharing options...
Ajeh Posted April 21, 2003 Share Posted April 21, 2003 Might also check the permissions on the directories for your languages images Link to comment Share on other sites More sharing options...
torminator Posted April 21, 2003 Author Share Posted April 21, 2003 First of all. I would not be surprised if it had to do with permissions as I have not done anything with that. I run windows and it is not as easy as chmodding then I suppose. Here goes the config: define('HTTP_SERVER', 'http://seljeconsult.prosperclub.no'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://seljeconsult.prosperclub.no'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', 'c:/phpdev/www/home/torminator/seljeconsult'); define('DIR_FS_CATALOG', 'c:/phpdev/www/home/torminator/seljeconsult/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '----'); define('DB_SERVER_PASSWORD'----''); define('DB_DATABASE', 'scwebshop'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); Link to comment Share on other sites More sharing options...
torminator Posted April 22, 2003 Author Share Posted April 22, 2003 Hate doing this but: BUMP! Link to comment Share on other sites More sharing options...
Guest Posted June 21, 2003 Share Posted June 21, 2003 It is the httacess preventing you form seeing the images Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.