If you can't track the error in the logs at all you could try switching the site from live to dev and see if that prompts it to render an error.
It is pretty much impossible to determine the cause of an error like this, but common issues tend to be:
1. File permissions, are they owned by the correct user and have the right read, write, execute permissions.
2. Is the database server running and does PHP have the correct mysql libs?
3. Are the database connection details correct?
Cheers,
Mo
Posted to: Migrating across Linux servers with cPanel | Show Thread | Post Reply