minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Extreme amount of error log entries #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FoF generates many error log entries. Mostly undefined variables. 
 After normal usage, my error log was 1MB+

Original issue reported on code.google.com by blue7...@gmail.com on 11 Jun 2008 at 5:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Turn down your PHP error notice level. This really is not a FoF specific error.

Original comment by min...@gmail.com on 11 Jun 2008 at 6:33

GoogleCodeExporter commented 9 years ago
I was having a similar issue (PHP 5.1.6, CentOS 5.1), I added the following to 
the
top of 'fof-main.php':

error_reporting(E_ERROR);

Original comment by miran...@gmail.com on 15 Jun 2008 at 4:08