I'm trying to install a live wordpress site locally on my Ubuntu machine. Everything is working ok except for a portion of the site which I believe is built on the YII framework.
When I point the browser to <a href="http://localhost.000-wordpress.co/app" rel="nofollow">http://localhost.000-wordpress.co/app</a> I get the below error in my apache2 error log:
Any idea what I should do, I FTP'd the entire site down from it's online server.
I have no experience of YII, and am only installing the site locally to make some design changes before pushing them to the live site.
When I point the browser to <a href="http://localhost.000-wordpress.co/app" rel="nofollow">http://localhost.000-wordpress.co/app</a> I get the below error in my apache2 error log:
Code:
[Sat Jan 18 23:35:55 2014] [error] [client 127.0.0.1] PHP Warning: require_once(/home/ross/public_html/000-wordpress/public/app/../vendors/yii/framework/yii.php): failed to open stream: No such file or directory in /home/ross/public_html/000-wordpress/public/app/index.php on line 12, referer: http://localhost.000-wordpress/
[Sat Jan 18 23:35:55 2014] [error] [client 127.0.0.1] PHP Fatal error: require_once(): Failed opening required '/home/ross/public_html/000-wordpress/public/app/../vendors/yii/framework/yii.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/ross/public_html/000-wordpress/public/app/index.php on line 12, referer: http://localhost.000-wordpress/
Any idea what I should do, I FTP'd the entire site down from it's online server.
I have no experience of YII, and am only installing the site locally to make some design changes before pushing them to the live site.