This is a discussion on Please I need help with post install an error 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 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. The configuration.php is the same on both machines I think it is a pathing problem I am at a loss Thanks in Advance for any help. 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 |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Do not make a new post on the same topic of your original. It clutters the board and wastes peoples time. I am locking this topic. Post a reply to your original topic if you want to.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Error with RC3 | learoypc | osCMax v2 Installation issues | 1 | 09-24-2006 02:57 PM |
| Several post install bugs and errors | chrismole | osCMax v2 Installation issues | 2 | 12-15-2005 11:13 AM |