Page 1 of 1

Error sending form in CGBetterForms

Posted: Thu Sep 14, 2017 6:44 am
by Simon66
I'm getting this error when sending a form from CGBetterForms.

Code: Select all

Deprecated: Non-static method CGBetterForms\utils::get_mailer() should not be called statically, assuming $this from incompatible context in /home/wasten47/public_html/modules/CGBetterForms/lib/Dispositions/class.EmailFixedAddressesDisposition.php on line 54
and/or:

Code: Select all

Deprecated: Non-static method CGBetterForms\utils::get_mailer() should not be called statically, assuming $this from incompatible context in /home/wasten47/public_html/modules/CGBetterForms/lib/Dispositions/class.EmailUserAddressDisposition.php on line 49
depending on the disposition.

I created a few other forms with CGBetterForms that work perfectly. This one works fine but sends two copies to each email address and shows this error after sending.

Any thoughts appreciated.