Erro: ‘this version of PCRE is compiled without UTF support at offset 0’
-
Caros gostaria só de uma explicação.
Na minha ultima instalação do wordpress-4.9.1-pt_BR aparareceu a seguinte mensagem:Erro no banco de dados do WordPress: [Got error ‘this version of PCRE is compiled without UTF support at offset 0’ from regexp]
DELETE FROM wp_options WHERE option_name REGEXP ‘^rss_[0-9a-f]{32}(_ts)?$’Sucesso!
O WordPress foi instalado. Obrigado e divirta-se!
Utilizo o Xampp no Ubuntu 17.04
meu PCRE está com suporte para UTF-8~$ /Applications/XAMPP/xamppfiles/bin/pcretest -C PCRE version 8.40 2017-01-11 Compiled with 8-bit support UTF-8 support Unicode properties support No just-in-time compiler support Newline sequence is LF \R matches all Unicode newlines Internal link size = 2 POSIX malloc threshold = 10 Parentheses nest limit = 250 Default match limit = 10000000 Default recursion depth limit = 10000000 Match recursion uses stack
Mesmo assim a mensagem apareceu e aparentemente está funcionado normal, isso terá alguma implicação posteriormente no meu site local?
Sou iniciante em SQL não compreendo exatamento o que REGEXP faz neste comando:DELETE FROM wp_options WHERE option_name REGEXP '^rss_[0-9a-f]{32}(_ts)?$'
- O tópico ‘Erro: ‘this version of PCRE is compiled without UTF support at offset 0’’ está fechado para novas respostas.