Search Our Database

How to Fix “PCRE is not compiled with PCRE_UTF8 support” Error – DirectAdmin

Last updated on |
by

If you come across this error after updating PHP:

PCRE is not compiled with PCRE_UTF8 support

 

Rebuilding PCRE through custombuild should resolve the issue:

cd /usr/local/DirectAdmin/custombuild
./build pcre

 

Once PCRE has been rebuilt, restart Apache:

service httpd restart