Conflict with Gravity Forms Notifications after Update to PHP 7.0p
-
Hello,
I’ve had to disable this plugin after updating to PHP 7.0 because it is breaking the Gravity Form plugin’s ability to send notifications. According to the PHP documentation the set_magic_quotes_runtime function was removed in PHP 7.0 and it looks like you may need to update your plugin to be compatible with the new functions.
Here is the error I recieve now that we are running PHP 7.0:
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(‘xxxxx@gma…’, ‘Phillip Email T…’, ‘<html>\r\n\t<head>…’, Array, Array) #4 /nas/content/staging/cpo/wp-content/plugins/gravityforms/common.php(2104): wp_mail(‘xxxxx@gma…’, ‘xxxx Email T…’, ‘<html>\r\n\t<head>…’, Array, Array) #5 /nas/content/staging/cpo/wp-content/plugins/gravityforms/common.php(1860): GFCommon::send_email(‘mail.parker@gma…’, ‘mail.pa in /nas/content/staging/cpo/wp-content/plugins/wpmandrill/lib/mandrill.class.php on line 545
- The topic ‘Conflict with Gravity Forms Notifications after Update to PHP 7.0p’ is closed to new replies.