I have moved a PHP application from one server to another. The new server has much stricter ini settings. I've moved other sites over and not had problems, but with this particular application I get a blank page as soon as I try to log in. I know there's an error but I can't display it. This is what is in my .htaccess:
php_flag display_errors 1
php_flag display_startup_errors 1
php_value error_reporting 2048
php_flag log_errors 1
php_flag report_memleaks 1
What could I possibly be missing that is not allowing me to see any errors?? This is driving me up a wall. Any help would be much appreciated.
php_flag display_errors 1
php_flag display_startup_errors 1
php_value error_reporting 2048
php_flag log_errors 1
php_flag report_memleaks 1
What could I possibly be missing that is not allowing me to see any errors?? This is driving me up a wall. Any help would be much appreciated.