• Hello, i have update WordPress and now i have the message “Warning: Illegal string offset ‘message’ in /www/htdocs/w01401e3/mein-werkstattwagen/wp-content/plugins/better-analytics/library/DigitalPointBetterAnalytics/Base/Public.php on line 496

    Warning: Illegal string offset ‘message’ in /www/htdocs/w01401e3/mein-werkstattwagen/wp-content/plugins/better-analytics/library/DigitalPointBetterAnalytics/Base/Public.php on line 493”

Viewing 1 replies (of 1 total)
  • Plugin Author digitalpoint

    (@digitalpoint)

    Looking at WordPress’s documentation, it looks like you might have something else that is interfering with your internal wp_mail filter call.

    If you look at the documentation here, that call is required to send an array: https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail

    …and for some reason your setup is sending a string.

    Do you have any other plugins that might be doing something with outgoing email?

Viewing 1 replies (of 1 total)

The topic ‘Warning: Illegal string offset ‘message’’ is closed to new replies.