• I am using this plugin on multiple sites and for some reason on 2 of the sites I’m now getting an error: Connection timed out in /srv/htdocs/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(77) : eval()’d code on line 3
    and
    PHP Warning: Trying to access array offset on false in /srv/htdocs/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(77) : eval()’d code on line 8

    The plugin then prevents any page using its shortcode from loading. I tried disabling “Enabling automatic exception handling for PHP snippets” but that had no effect.

Viewing 1 replies (of 1 total)
  • Both error codes were generated from the snippet code you’re using. It seems that the timeout error from the snippet’s remote request is not being handled properly. As a result, trying to access an index on a successful response might be causing the failure.

    Please check your code, and let us know if you need further assistance.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.