ade350 Posted March 5, 2006 Posted March 5, 2006 Hello everyone, I'm a Newbie trying to get osCommerce setup on my local computer. I am using the following: Apache 2.x PHP 5.0.4 MySQL 4.x When we try to run http://localhost:8080/catalog/install on my server I get the following errors stating that it cannot find certain files to begin the install process: [client 127.0.0.1] PHP Warning: main(includes/functions/general.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\catalog\\install\\includes\\application.php on line 22 [client 127.0.0.1] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/functions/general.php' (include_path='c:\\php\\PEAR\\go-pear-bundle\\;c:\\php\\PEAR\\go-pear-bundle\\pear\\') in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\catalog\\install\\includes\\application.php on line 22 The files appear to be in the proper places. Any suggestions on what the problem might be we be great. Thanks in advance! Adrian
♥Vger Posted March 5, 2006 Posted March 5, 2006 Well, if you look at the error message there are double slashes for every single slash you should have. It looks like your server install is totally messed up. My advice to you would be to uninstall your current Apache, PHP and MySQL etc and install the all-in-one XAMPP package (http://www.apachefriends.org/en). Vger
ade350 Posted March 6, 2006 Author Posted March 6, 2006 It seems odd though, we have a number of applications (some in PHP) successfully running on the same server so I don't think there is an issue with the Apache Setup. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.