New Zenner
- Join Date:
- Sep 2006
- Posts:
- 5
- Plugin Contributions:
- 0
[Done 1.3.6] includes/application_top.php line 48
Please change line 48 of includes/application_top.php from:
@ini_set('show_errors', 'on');
to:
@ini_set('display_errors', '1');
Views: 1,715
New Zenner
Please change line 48 of includes/application_top.php from:
@ini_set('show_errors', 'on');
to:
@ini_set('display_errors', '1');
Sensei
Perhaps you could explain "why" you feel this is important or why you see it as a bug ?
New Zenner
show_errors isn't a php.ini key
I'm assuming whoever wrote that intended to turn of the echoing of errors, which is controlled by display_errors.
Tell staff why this post should be reviewed.