Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No images referring to languages are shown


torminator

Recommended Posts

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

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

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

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

  • 1 month later...

Archived

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

×
×
  • Create New...