You inherit a PHP app with no error logging. Users report intermittent blank pages. What is the fastest first diagnostic step?
-
A
Set error_reporting(E_ALL) and log_errors=On in php.ini, then reproduce the issue
-
B
Delete the cache directory and restart Apache
-
C
Disable all PHP extensions one by one
-
D
Switch the app to CLI mode and run it manually