file_exists(): open_basedir restriction in effect (path)
Permalink
Hi yall,
after copying a concrete5 site to a new server and setting up the database, the mentioned error shows while opening the site at the new server. The old root was public_html and the new root is www. Please see screenshot. Adding public_html to open_base dir can not be the solution, as the path does not exist.
Is there any place in the code where this settings can be changed?
On the new server I run other Cr5 installations without any problems. Cr5 Version is 8.2.0, PHP is 7.033
Thanks for your help.
Best regards
Oliver
after copying a concrete5 site to a new server and setting up the database, the mentioned error shows while opening the site at the new server. The old root was public_html and the new root is www. Please see screenshot. Adding public_html to open_base dir can not be the solution, as the path does not exist.
Is there any place in the code where this settings can be changed?
On the new server I run other Cr5 installations without any problems. Cr5 Version is 8.2.0, PHP is 7.033
Thanks for your help.
Best regards
Oliver
If you are able to access the dashboard by typing /dashboard clear the cache there, if not delete all the files in application/files/cache on your server via FTP and that should resolve this.
That hit the spot. Thank you very much!