• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

WordPress errors

It is the latest version of WordPress.
And I tried to Google it, the only thing I found is 3500 websites with the same errors on them.
 
First, you have a permissions problem, this is likely brought about by a change in the "web" or "nobody" username by the package maintainers. That needs resolving: "permission denied".

Second, and rather obscurely, you appear to have multiple versions of PCRE installed on your system and your PHP build is configured to use an external one, which is not required since PHP is bundled with a compatible version.

Have whoever built PHP rebuild it, do not use an external PCRE (--with-pcre-dir --with-pcre-regex), and restore permission requirements to their prior state (shouldn't be hard to find out what that was for a sysadmin).
 
Back
Top