soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

display_errors set to on #404

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
2.6

Please provide any additional information below.
Clipbucket 2.6 set display_errors to On.

Open includes/common.php and search for     
define('DEBUG_LEVEL', 2);

it should be changed to 
define('DEBUG_LEVEL', 0);

or it sets php display_errors to 1

Original issue reported on code.google.com by piaggioi...@gmail.com on 16 May 2013 at 6:26

GoogleCodeExporter commented 8 years ago

Original comment by zomail...@gmail.com on 22 May 2013 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 7:11