• I’ve used this plugin for years and it’s worked flawlessly.

    However, I’m trying to use it to insert a few pieces of PHP into a form to enable recaptcha and it’s crashing the site (or maybe it’s the code that’s doing it).

    The error I get is:

    An error of type E_ERROR was caused in line 1 of the file /home/points/public_html/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(65) : eval()’d code. Error message: Uncaught Error: Call to a member function displayPostFormCaptchaError() on null in /home/points/public_html/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(65) : eval()’d code:1

    Is this the function “displayPostFormCaptchaError()” that’s causing the issue, or something related to the plugin?

Viewing 1 replies (of 1 total)
  • hi,
    This error is coming from the code written by you.Here, object of the class which contain the function is not created properly.

Viewing 1 replies (of 1 total)
  • The topic ‘Error of type E_ERROR’ is closed to new replies.