error_reporting(E_ALL);
ini_set( 'display_errors','1');
php_flag log_errors on
php_value error_log /home/username/public_html/errors.log
the x10hosting's "Official" way to set PHP error logging on - is at --> [ https://x10hosting.com/support/guides/php-configuration-tutorial ]I'm unable to generate a php error log for some reason either
Thank you. Errors are now being logged, however Ajax is receiving a 403 forbidden when trying to post the variable when it includes a hyperlink. I think it has something to do with mod securitythe x10hosting's "Official" way to set PHP error logging on - is at --> [ https://x10hosting.com/support/guides/php-configuration-tutorial ]