Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error line 595 #4

Open
ssruprai opened this issue Nov 20, 2013 · 0 comments
Open

Fatal error line 595 #4

ssruprai opened this issue Nov 20, 2013 · 0 comments

Comments

@ssruprai
Copy link

Using latest version 7.3

For a certain message I'm getting error:

PHP Fatal error: Cannot use string offset as an array in ... bounce_driver.class.php on line 595

line 595: $stat = $ret['code'][0];

I think I can fix it temporarily for me using
if (!is_array($ret)) {
return $ret;
}

One thing which might be problematic could be the received 'for' address bounced emailed had. That certain Bounced email had address as

for [email protected]; Mon, 4 Nov 2013 14:00:24 -0500 (EST)
Content-Transfer-Encoding: quoted-printable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant