Sammy
Sammy

Reputation: 15

Fatal error: Class 'RecursiveRegexIterator' not found

I recently did a fresh install of SE4 and after setting the folder permissions, I kept getting the following error: Fatal error: Class 'RecursiveRegexIterator' not found Adapter.php on line 248

I would be very grateful if anyone familiar with SocialEngine 4, could assist me in this issue

Many Thanks Sammy

Upvotes: 0

Views: 433

Answers (1)

Baba
Baba

Reputation: 95161

SE4 uses RecursiveRegexIterator which is PHP 5 >= 5.2.0

You would need to upgrade your PHP version for it to work .... and please note that PHP 5.1.6 is no longer supported.

Upvotes: 1

Related Questions