This is a discussion on "Warning: main(includes/languages/english/): failed to within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I successfully setup oscommerce on a win98 machine with xitami, mysql,& php. administration works perfectly. This was a test machine. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I successfully setup oscommerce on a win98 machine with xitami, mysql,& php. administration works perfectly. This was a test machine. The server I am setting up uses win2k, xitami,mysql,php I receive this error message 2 x at the top of the page when I access the administration Page "Warning: main(includes/languages/english/): failed to open stream: No such file or directory in C:\Xitami\webpages\catalog\admin\includes\applicat ion_top.php on line 193" Also none of the links on the administration page work. I think it is a pathing problem but nothing I try works. I am at a loss Jim |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Post your servers root path, and where oscommerce is installed. Cant help without that info...
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| This is from catalog/admin/includes/configure.php thanks for the reply, Jim define('HTTP_CATALOG_SERVER', 'http://localhost'); define('HTTPS_CATALOG_SERVER', 'https://localhost'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'C:/XITAMI/webpages'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', 'C:/XITAMI/webpages/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', 'C:/XITAMI/webpages/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem: Warning: main(includes/languages/ | thetraveller | osCMax v2 Installation issues | 4 | 10-07-2005 04:44 PM |
| Only using english, how to get rid of other languages ? | twinklep | osCommerce 2.2 Modification Help | 2 | 09-17-2004 02:04 PM |
| main page error "error_file_not_writable" | samsin1 | osCMax v1.7 Installation | 1 | 08-16-2004 08:24 AM |
| Unable to access includes/languages/german/login.php | onesix | osCMax v1.7 Installation | 2 | 07-02-2004 07:30 AM |
| Define main page error - "file not writeable" | mark754 | osCMax v1.7 Discussion | 4 | 01-16-2004 09:18 AM |