HostOnNet Blog

Tag Archives: php error

Page isn’t working. Currently unable to handle this Request.

Installed vShare server requirements and vShare script on Centos 7 server. After installation, website showed the following error: This page isn’t working sitename is currently unable to handle this request. So checked apache errors at /var/log/httpd.error_log I fixed it by


PHP Errors to File

To log all PHP Errors to log file, edit php.ini file, add error_log = /var/log/php-errors.log To turn off displaying errors to browser, change value of display_errors to Off display_errors = Off