For testing, I want to run OC local on my laptop.
So I use WAMPSERVER 2.0 . (yes, we are openminded, but… still using Windows…)
The requirements for the server are all fine: Apache 2.2.8 , PHP 5.2.6, and a MySQL dbase 5.XX.
I also activated all recommended PHP-extension. (see below)
Checking PHP Extensions of interest
* extension_dir = c:/wamp/bin/php/php5.2.6/ext/
* MBString extension...OK
* MCrypt extension...OK
* MySQL extension...OK
* BZip extension...OK
* ZIP extension...OK
* EXIF extension...OK
* GD extension...OK
* MagickWand for PHP...OK
Next step was uploaded the HOME- and WEB-files to C:\WAMP\WWW\OC\
So C:\WAMP\WWW is the folder where my http-docs are.
So far so good, but now I get some errors:
Error when loading: http://localhost/oc/web/
Configuration file is missing for hostname 'localhost.
Error when loading: http://localhost/oc/web/install/index.php
Warning: require_once(setup.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\oc\web\install\index.php on line 47
Fatal error: require_once() [function.require]: Failed opening required 'setup.php' (include_path='.;C:\php5\pear') in C:\wamp\www\oc\web\install\index.php on line 47
From what I’ve read from the forum the thing is to specify exactly the paths in the setup.php-file. I don't know if I'm using th exact paths...
My HOME and WEB-folder are in C:\WAMP\WWW\OC
The root for my websites is: C:\WAMP\WWW
I get access to my webserver in browser by typing: http://localhost/
Can someone help me, please.