1. Open your .htaccess file and add this lines to be bottom.
2. Create your php.error.log file.
php_value log_errors 1 php_value error_log ./php.error.log
If your file is still empty, add in your php
error_reporting(E_ALL);
Simple as that
1. Open your .htaccess file and add this lines to be bottom.
2. Create your php.error.log file.
php_value log_errors 1 php_value error_log ./php.error.log
If your file is still empty, add in your php
error_reporting(E_ALL);
Simple as that