I’ve followed the steps in the guide about copying a live EE-instance to a development server.
When I point my browser to ./admin.php I get the regular login-screen. But when I log in with the admin credentials I get the following error (I set $debug = 1):
A PHP Error was encountered
Severity: Warning
Message: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/www/intranet/apps/themes/) is not within the allowed path(s): (/home/p42660/:/tmp:/var/tmp:/usr/local/lib/php/)
Filename: libraries/Core.php
Line Number: 183The path in there (/home/www/intranet/apps/themes/) is from the “live” instance of EE. I’ve searched both the database and all files, but I can’t seem to find where to change that path. I’m quite positive that, if I can change that path to a path that is correct for the development-instance, the error will go away.
Any thoughts? Thanks 😊