View Full Version : How enable php error on screen?
snoke
19th October 2007, 20:49
How enable php error on screen?
Sorry my english...
Regards:)
sjau
19th October 2007, 22:40
edit your php.ini and adjust the error reporting level.
Alternatively you can do it by setting it in a .htaccess file.
snoke
19th October 2007, 23:20
What write in htaccess file?
Thanks
snoke
19th October 2007, 23:47
ini_set('error_reporting', E_ALL);
Thanks ;)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.