PHP HR Showing White Screen After Login

Reason 1

This might be due to htaccess. Please add following code in your htaccess file

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* – [e=HTTP_AUTHORIZATION:%1]

Download File Here

Or

RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Download File Here

Reason 2

If you have plesk panel – please login in your plesk and change base_dir =”none” and  if still not work change session_save_path = “/tmp”
PHP HR white screen


× How can I help you?