Running opencart 1.5.6.4.
Today I wanted to clone my whole install to a development location.
I downloaded all content via FTP, and uploaded to a new subdomain.
Created new database.
Exported old database, then import to new database, no errors.
changed both config.php files with new file paths and database name info
When I load the site I get:
Warning: require_once(/home/cmargo5/development.ourwebsite.com/system/startup.php): failed to open stream: Permission denied in /home/tobiasdev/development.ourwebsite.com/index.php on line 21
Fatal error: require_once(): Failed opening required '/home/cmargo5/development.ourwebsite.com/system/startup.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/tobiasdev/development.ourwebsite.com/index.php on line 21
I checked permissions on startup.php and it's 644, same as the live site.
I see from index.php that startup.php is a vqmod file. Tried running /vqmod/install but no change.
What should I do? Can anyone point me in the right direction?
Not super critical as live site is fine.
Thanks!!
