Page 1 of 1

Fatal Error with CmsRegularTaskHandler.php

Posted: Tue May 20, 2014 7:09 am
by Thrillhouse
Hiya!

I'm having a really hard time figuring this thing out. My site is down and all I get is this message:

Fatal error: Class 'RegexIterator' not found in /var/www/customers/mysite/public_html/lib/classes/class.CmsRegularTaskHandler.php on line 63

Are there any usual suspects on what usually causes this error? The site worked just fine on friday, but on monday I noticed that it was down.

Re: Fatal Error with CmsRegularTaskHandler.php

Posted: Tue May 20, 2014 8:45 am
by velden
RegexIterator class should be available in your PHP environment.

If not, ask you hosting provider to enable it.

I checked one of my servers with phpinfo and found this:
phpinfo_spl.jpg

Re: Fatal Error with CmsRegularTaskHandler.php

Posted: Tue May 20, 2014 11:25 am
by Thrillhouse
Great! Thank you very much for the reply. I'll check immediately.