• Hi,

    I am getting this error several times a day. I have version 3.2.3 installed.

    PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /home/customer/www/xxxxxxxxx.com/public_html/wp-content/plugins/transmail/transMail.php:1337

    I had many problems with the old version of your plugin with error handling. This seems to be an issue again here. It is causing the entire php function to break if an email does not get sent. I can’t have this happening.

    Thanks for your quick reply and a quick fix.

Viewing 1 replies (of 1 total)
  • Thread Starter confusedneedhelp

    (@confusedneedhelp)

    At line 1310 the same command is written as:

    if(!is_wp_error( $responseSending )) {
    update_option('transmail_test_mail_case', $responseSending['body'], false);
    }

    I have updated 1337 as the same as a temp fix. Hopefully this will solve the problem.

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