• Resolved gatehealing

    (@gatehealing)


    I am on a shared server bc I have a small, mostly text site, with very low traffic. I’ve been getting 5xx server errors upon crawls. Error logs are showing that WordFence was causing some of them. Wondering how to fix this? I have disabled it for now. Below is the email from my hosting service including the log errors (dreamhost is my host):

    “I checked the error logs for the domain around the time stamp of when we
    received your last reply and saw the following errors repeatedly logged :

    [Thu Jul 04 09:27:17.433989 2019] [cgi:error] [pid 10507] [client
    212.100.243.116:25928] AH01215: PHP Warning: preg_match(): JIT
    compilation failed: no more memory in
    /home/jonand58/gatehealing.com/wp-content/plugins/wordfence/lib/wfBrowscap.php
    on line 30: /dh/cgi-system/php73.cgi, referer:
    https://www.siteliner.com/gatehealing.com
    [Thu Jul 04 09:27:17.434225 2019] [cgi:error] [pid 5972] [client
    212.100.243.116:30586] AH01215: PHP Warning: preg_match(): JIT
    compilation failed: no more memory in
    /home/jonand58/gatehealing.com/wp-content/plugins/wordfence/lib/wfBrowscap.php
    on line 30: /dh/cgi-system/php73.cgi, referer:
    https://www.siteliner.com/gatehealing.com
    [Thu Jul 04 09:27:17.434657 2019] [cgi:error] [pid 10507] [client
    212.100.243.116:25928] AH01215: PHP Warning: preg_match(): JIT
    compilation failed: no more memory in
    /home/jonand58/gatehealing.com/wp-content/plugins/wordfence/lib/wfBrowscap.php
    on line 30: /dh/cgi-system/php73.cgi, referer:
    https://www.siteliner.com/gatehealing.com
    [Thu Jul 04 09:27:17.434889 2019] [cgi:error] [pid 5972] [client
    212.100.243.116:30586] AH01215: PHP Warning: preg_match(): JIT
    compilation failed: no more memory in
    /home/jonand58/gatehealing.com/wp-content/plugins/wordfence/lib/wfBrowscap.php
    on line 30: /dh/cgi-system/php73.cgi, referer:
    https://www.siteliner.com/gatehealing.com
    [Thu Jul 04 09:27:17.435328 2019] [cgi:error] [pid 10507] [client
    212.100.243.116:25928] AH01215: PHP Warning: preg_match(): JIT
    compilation failed: no more memory in
    /home/jonand58/gatehealing.com/wp-content/plugins/wordfence/lib/wfBrowscap.php
    on line 30: /dh/cgi-system/php73.cgi, referer:
    https://www.siteliner.com/gatehealing.com

    This indicates the plugin name ‘wordfence’ is causing errors to occur.
    You may want to try temporarily disable the ‘wordfence’ plugin

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gatehealing,

    We’ve had users have a similar issue in the past, and what seems to work is by adding a configuration to php.ini.

    Edit php.ini and add the following line:

    pcre.jit = 0

    This will disable just in time for the regex module, and you should no longer see those errors.

    Dave

    Thread Starter gatehealing

    (@gatehealing)

    I’ll give it a shot. Thanks wfdave!

    Jon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘5xx server errors. Host says error log shows Wordfence is the issue??’ is closed to new replies.