Thread: recover error
View Single Post
  #3  
Old 1st November 2017, 14:53
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Check what errors you have.

PHP Code:
ini_set('display_errors',1);
error_reporting(E_ALL); 
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote