• I am getting this error:

    /wp-content/plugins/woo-benchmark-email/class.api.php on line 96:

    PHP Fatal error: Uncaught Error: Object of class stdClass could not be converted to string
Viewing 1 replies (of 1 total)
  • Plugin Author Sean Conklin

    (@seanconklin)

    Hi @pnem very sorry for the delay, missed an email notification on this one.

    I checked the code and found that this can happen if the plugin is unable to obtain one or more of the necessary contact lists on the account (Woo abandoned carts list or Woo customers list). The error stems from a failed add_list() request.

    I will make some adjustments to better handle that condition and prevent the fatal error (crash) at least, in a patch to be released shortly.

    If you’re able to reproduce the problem, then I would like to know all of the contact list names on your account so that I can try to reproduce the failed add_list() request, assuming that it might be due to a name conflict.

    Further, we have a logger option that will store API communications inside the Woo > Status > Logs area where there should be further detail about that failed request. The URL to look for within the logs for this type of request is https://clientapi.benchmarkemail.com/Contact

    Thanks for taking the time to report and for your patience with the debugging efforts.

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘PHP Fatal error’ is closed to new replies.