hongthangnl Posted May 5, 2006 Posted May 5, 2006 i am setup os-commerce on suse linux. I used os SuseLinux kernel 2.6.13, Apache 2.0.54 and Database is Mysql 4.1.13 PHP 4.2... but when i run setup then it show error after (this is link to setup http://localhost/oscommerce-2.2ms2-051113/...tall/index.php) and error Warning: main(includes/functions/general.php): failed to open stream: No such file or directory in /srv/www/htdocs/oscommerce-2.2ms2-051113/catalog/install/includes/application.php on line 8 Fatal error: main(): Failed opening required 'includes/functions/general.php' (include_path='/usr/share/php') in /srv/www/htdocs/oscommerce-2.2ms2-051113/catalog/install/includes/application.php on line 8 who's help me?
Guest Posted May 5, 2006 Posted May 5, 2006 To Run OsCommerce locally on your SUSE 10 Linux distribution, and you are getting the "Warning: main(includes/functions/general.php): failed to open stream: No such file or directory in /srv/www/htdocs/catalog/install/includes/application.php on line 22" error Do the following: in etc/php.ini change: include_path = "/usr/share/php" to: include_path = ".:/usr/share/php" Remember to stop and restart Apache when you're done! Good Luck Gareth
Recommended Posts
Archived
This topic is now archived and is closed to further replies.