An issue with cronjob (eZSIBlockFunction not found)

You need to be logged in to post messages in the forums. New users may register here.

Alexandre Nion

Member since:
09 January 2008

Posts: 5

Wednesday 21 April 2010 5:12:38 am

Hi,

Just a small mistake in the cronjob file "siblockupdate.php".
On line 150 (trunk), in method "removeFileIfNeeded", a static call on class "eZSIBlockFunction" is made :
$fileHandler = eZSIBlockFunction::loadSIFileHandler();

But it seems that this class doesn't exist (any more at least) and can't be found, issuing a fatal error.
The class may have been renamed to "eZSiBlockFunction" (with a low "i"), but the reference hasn't been updated. As far as tells the svn this has always been the case (since initial import).
Up

You need to be logged in to post messages in the forums. New users may register here.