Если вы используете MAMP, вы должны найти файл «$ YourMampDir / php / etc / php.ini».Откройте его и найдите:
; Enables or disables JIT compilation of patterns. This requires the PCRE
; library to be compiled with JIT support.
; pcre.jit=1
, вам нужно отредактировать его на:
; Enables or disables JIT compilation of patterns. This requires the PCRE
; library to be compiled with JIT support.
pcre.jit=0
Не забудьте перезагрузить веб-сервер Apache.После этого ошибка должна исчезнуть.