Welcome Guest, Not a member yet? Register   Sign In
Why do I get alot of ob_end_clean() errors in the log file ?
#1

[eluser]vincej[/eluser]
Hi - my log file presents a lot of errors like this:

Code:
ERROR - 2012-10-28 09:35:51 --> Severity: Notice  --> Undefined index: name /home/countr70/public_html/application/views/page.php 0
ERROR - 2012-10-28 09:35:51 --> Severity: Notice  --> Undefined index: name /home/countr70/public_html/application/views/page.php 0
ERROR - 2012-10-28 09:35:51 --> Severity: Notice  --> Undefined index: content /home/countr70/public_html/application/views/page.php 0
ERROR - 2012-10-28 09:35:51 --> Severity: Notice  --> Undefined index: name /home/countr70/public_html/application/views/page.php 0
ERROR - 2012-10-28 09:35:51 --&gt; Severity: Notice  --&gt; ob_end_clean() [<a href='ref.outcontrol'>ref.outcontrol</a>]: failed to delete buffer. No buffer to delete /home/countr70/public_html/system/core/Loader.php 863

They all have the same time stamp - so I assume they are all related.

When I go into system/core/Loader.php 863 the ob_end_clean() error has been silenced by CI with @ob_end_clean(). Yet, I still keep seeing them in my error logs .

Google tells me I get these "errors" because output_buffer = off in my php.ini so it is not an error at all.

What can I do to get rid of these errors out of my log ?

btw - the various "undefined index" errors are not real either in that I can see their values displayed in the views.

Many Thanks !




Theme © iAndrew 2016 - Forum software by © MyBB