I’ve downloaded the source code of a website from Github and am trying to run it locally using EasyPHP. I keep getting the error
Warning: require_once(C:/Program Files (x86)/EasyPHP-5.3.4.0/www/common.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-5.3.4.0\www\PS\db.php on line 3
I tried using set_include_path('C:\Program Files (x86)\EasyPHP-5.3.4.0\www\PS where PS is the folder I created for this website.
I think there’s a problem with C:/Program Files (x86)/EasyPHP-5.3.4.0/www/common.php it should be C:/Program Files (x86)/EasyPHP-5.3.4.0/www/PS/common.php