PHP Notice when using Stale Cache

Author Message

Benjamin Lorteau

Friday 11 March 2011 1:04:00 am

Hello,

I've been using eZ Publish for my personal website for a long time now, with first version being 4.0.

Since I upgraded to 4.1 and activated Stale Cache, my Apache error log is flogged with this line :

 PHP Notice:  Undefined index:   in kernel/private/classes/clusterfilehandlers/ezfs2filehandler.php on line 168

I'm now in 4.4 since yesterday, and I'm still having this line added over and over to my error log file.

Here's the extract of the file with the line highlighted :

// no stalecache file exists, what we do depends on settings 
else
{
    // generate the dynamic data without storage
>>> if ( $this->nonExistantStaleCacheHandling[ $this->cacheType ] == 'generate' )
    {
        eZDebugSetting::writeDebug( 'kernel-clustering', $this->filePath, "Generation is being processed, generating own version", __METHOD__ );
        break;
    }
    // wait for the generating process to be finished (or timedout)

Did I miss something in configuration during upgrade ?

Thanks in advance for your reply !

Benjamin

eZ Publish personal project : http://www.aeriesguard.com [fr]

André R.

Friday 11 March 2011 4:55:42 am

Could you also post the line from that file and 2 before and after it?

( In that case more people can help as they might be on a different version or running from git where line numbers are different either because of license headers changed by our build system or changes in between versions / updates in that file. )

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Benjamin Lorteau

Friday 11 March 2011 6:20:49 am

Hello André,

thanks for the reply, I added the context to the subject and I tried to highlight the actual line.

eZ Publish personal project : http://www.aeriesguard.com [fr]

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.