• Resolved ParkerWest

    (@parkerwest)


    I recently had to deactivate this plugin due to a conflict it is causing. Here is the error message:

    Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /nas/content/staging/cpo/wp-content/plugins/wpmandrill/lib/mandrill.class.php:545 Stack trace: #0 /nas/content/staging/cpo/wp-content/plugins/wpmandrill/wpmandrill.php(1897): Mandrill::getAttachmentStruct(‘/nas/content/st…’) #1 /nas/content/staging/cpo/wp-content/plugins/wpmandrill/wpmandrill.php(1803): wpMandrill::processAttachments(Array) #2 /nas/content/staging/cpo/wp-content/plugins/wpmandrill/wpmandrill.php(1668): wpMandrill::sendEmail(Array, Array, ”, ‘1’, ‘1’) #3 /nas/content/staging/cpo/wp-content/plugins/wpmandrill/wpmandrill.php(65): wpMandrill::mail(‘phillip@cardpay…’, ‘New Statement S…’, ‘<html>\r\n\t<head>…’, Array, Array) #4 /nas/content/staging/cpo/wp-content/plugins/gravityforms/common.php(2110): wp_mail(‘phillip@cardpay…’, ‘New Statement S…’, ‘<html>\r\n\t<head>…’, Array, Array) #5 /nas/content/staging/cpo/wp-content/plugins/gravityforms/common.php(1865): GFCommon::send_email(‘info@cardpaymen…’, ‘phillip in /nas/content/staging/cpo/wp-content/plugins/wpmandrill/lib/mandrill.class.php on line 545

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Miller

    (@millermedianow)

    Hi @parkerwest , the function set_magic_quotes_runtime() was deprecated quite a while ago and then removed in PHP 7.0.

    It looks like you have the old version of the plugin running on your site installation. You are using the one (you can see in the stack trace path that the plugin you are using is ‘WPMandrill’):

    https://www.ads-software.com/plugins/wpmandrill/

    This does not have support for PHP 7.0

    If you delete the plugin entirely and then reinstall this plugin (titled ‘Send Emails with Mandrill’) this should solve the problem as we have built in full support for PHP 7.0.

    https://www.ads-software.com/plugins/send-emails-with-mandrill/

    This is a forked version of the old plugin so it is very similar but is actively supported now.

    Let us know if that solves your issue. Thanks!

    Thread Starter ParkerWest

    (@parkerwest)

    Hello and thank you very much for your reply. Yes, this did indeed resolve my issue. You rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent update is causing fatal error’ is closed to new replies.