www.amitpatil.me Reply #1, 9 months ago
Hello friends,
I wanted to setup a staging server so i copied production site files and DB to new server.
when i entered URL it shows blank page NO ERRORS. i tried to find whats going wrong and i found that it fails to initialize
at $modx->initialize('web');
I want to know how can i check errors thrown ?? i tried error_reporting(E_ALL); is there any other way or custom code which can show me errors ?
I wanted to setup a staging server so i copied production site files and DB to new server.
when i entered URL it shows blank page NO ERRORS. i tried to find whats going wrong and i found that it fails to initialize
at $modx->initialize('web');
I want to know how can i check errors thrown ?? i tried error_reporting(E_ALL); is there any other way or custom code which can show me errors ?