Thread: Problem login
View Single Post
  #4  
Old 30th January 2016, 18:33
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
put this lines at the start of your index.php file

Quote:
error_reporting(E_ALL);
ini_set('display_errors', 1);
or look on your server for the php.ini file and find dispolay_errors and set it to ON. After that restart server and look for errors on page
Reply With Quote