• Resolved brentwic

    (@brentwic)


    Seems I am seeing a crash for my site that when we disable the plugin it clears up the issue. The error / crash results in Service Unavailable for the site. Disable the plugin and the problem goes away.

    The only error we can find is this as when the plugin is disabled it is not logging the error per say.

    ——–
    [Sun Aug 25 16:36:03.633836 2019] [proxy_fcgi:error] [pid 30940:tid 47706730157824] (104)Connection reset by peer: [client 23.247.81.43:51380] AH01075: Error dispatching request to : , referer: https://ncfma.org/plus/moon.php
    ——-

    I would like to resolve the issue as the plugin works great for what we need to use it for with no issues up until the latest WP updates it seems.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you try to replicate the problem after setting these constants in your wp-config.php file?

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    These constants will save the PHP error log to wp-content/debug.log

    Send us the debug.log using the contact form here, and we’ll take a look: https://www.wprssaggregator.com/contact/

    Thread Starter brentwic

    (@brentwic)

    I think this was related to a recent server migration and running on old PHP – I will mark this resolved for now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange Crash’ is closed to new replies.