Guest Posted September 19, 2007 Posted September 19, 2007 Hi, I am trying to install osCommerce on a Windows 2003, IIS, MySQL system but once the install which works finishes and I click either of the buttons for Catelog or Admin I get the following error ... Warning: require(includes/languages/.php) [function.require]: failed to open stream: No such file or directory in E:\WebSites\Development\osCom\catalog\admin\includes\application_top.php on line 157 Fatal error: require() [function.require]: Failed opening required 'includes/languages/.php' (include_path='.;C:\php5\pear') in E:\WebSites\Development\osCom\catalog\admin\includes\application_top.php on line 157 ... Can you please help Joolz
ozstar Posted September 19, 2007 Posted September 19, 2007 Have you checked that the files/dirs do actually exist? Good Luck Oz :)
Guest Posted September 19, 2007 Posted September 19, 2007 Hi, I have managed to get it to work by changing the following line in the application_top.php file, it looks as if the var $language is not being set? I have checked the config files and there is not line to set the default language // include the language translations // Change this // require(DIR_WS_LANGUAGES . $language . '.php'); //To this require(DIR_WS_LANGUAGES . 'english' . '.php'); Any thoughts Joolz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.