Hi, we have a development site (v. 3.0.6) fully working
today I have copied all files in another folder (same exact server), backupped the database to a new one (again, same mySla server) edited config.php.local…
now every page gives “error_occurred” without any other sign…
any hint?
what am I missing
Hello,
I think, it is database error.
Please add this code to config.local.php to see details of your error.
define('DEVELOPMENT', true);
Thank you.
Please also add this line:
ini_set('display_errors', 1);
also we advise you to check server logs
if it doesn't help, please provide temporary FTP access so our specialists could check the issue.
Did you clear the cache?
Thanks Guys, solved…it was simply a mistake in DB configuration in config.local.php
and wrong permission on cache folders
[quote name='AntonioGrazioli' timestamp='1431675595' post='214447']
Thanks Guys, solved…it was simply a mistake in DB configuration in config.local.php
and wrong permission on cache folders
[/quote]
Thank you for sharing this information