Upgraded to 5.6.1.2 and Php warnings in log won't stop - please help

Permalink
In trying to fix something else, I looked at my log and found an endless stream of this message which repeats every 30 seconds or so all day long.

Any clue? I looked at line 88 of the loader.php and couldn't tell what was going on. Also, why is the concrete5.6.1.2_updater being called rather than the installed update?

Not much of a programmer but can stumble through with help.

[28-Mar-2013 20:56:24 UTC] PHP Warning:  include(/home/friendsoflk/friendsofloverskey.org/updates/concrete5.6.1.2_updater/concrete/elements/pagination.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/friendsoflk/friendsofloverskey.org/updates/concrete5.6.1.2_updater/concrete/core/libraries/loader.php on line 88
[28-Mar-2013 20:56:24 UTC] PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/friendsoflk/friendsofloverskey.org/updates/concrete5.6.1.2_updater/concrete/elements/pagination.php' for inclusion (include_path='/home/friendsoflk/friendsofloverskey.org/libraries/3rdparty:/home/friendsoflk/friendsofloverskey.org/updates/concrete5.6.1.2_updater/concrete/libraries/3rdparty:.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/friendsoflk/friendsofloverskey.org/updates/concrete5.6.1.2_updater/concrete/core/libraries/loader.php on line 88

 
jshannon replied on at Permalink Reply
jshannon
I can't speak to this specific warning, but concrete5 generates a slew of warnings. A metric slew, really.

A lot of warnings (and very likely the ones you quote) are due to sloppy code, but don't actually make a difference.

It's best to disable warnings. First, make sure debug mode is off (go to debug settings dashboard page). Also, make sure you disable warnings in the php.ini -- see something likehttp://stackoverflow.com/questions/1645661/turn-off-warnings-and-er... .