Posted by Frank Brückner (frosch) on 2013-02-19T15:21:25.000+0000
Which version do you use? In the current version 1.12.1 the line 565 includes only a comment.
Please update your ZF copy, test again and give us a feedback. Thanks.
Posted by stephen (farzher) on 2013-02-19T15:26:41.000+0000
I'm using 2.1.1
What do you mean 1.12.1 is current? o_O
Posted by stephen (farzher) on 2013-02-19T15:37:25.000+0000
I used 1.12.1, I got the same errors, just on different lines.
It still works on mail servers that aren't SmarterMail
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 0
Filename: Protocol/Imap.php
Line Number: 598
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: data
Filename: Protocol/Imap.php
Line Number: 623
Posted by stephen (farzher) on 2013-02-19T15:51:48.000+0000
$tokens[2] is set to an empty array.
Posted by Frank Brückner (frosch) on 2013-02-19T15:53:09.000+0000
Can you debug these lines with errors?
What is the content of {{$tokens}}?
Posted by stephen (farzher) on 2013-02-19T16:03:39.000+0000
Here's var_dumps for each iteration of tokens (looks like it dumped tokens twice).
First group is on the working server, then dumps for SmarterMail server.
https://gist.github.com/10836ba166f4054c81bb
Posted by stephen (farzher) on 2013-02-19T16:05:15.000+0000
At the very bottom you see $tokens[2] = empty array, which is I guess unexpected.
Posted by stephen (farzher) on 2013-02-20T22:31:47.000+0000
Can I do anything else to help?
Posted by Ralph Schindler (ralph) on 2013-04-05T16:06:59.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf1/issues/55
Comments
Posted by Frank Brückner (frosch) on 2013-02-19T15:21:25.000+0000
Which version do you use? In the current version 1.12.1 the line 565 includes only a comment. Please update your ZF copy, test again and give us a feedback. Thanks.
Posted by stephen (farzher) on 2013-02-19T15:26:41.000+0000
I'm using 2.1.1 What do you mean 1.12.1 is current? o_O
Posted by stephen (farzher) on 2013-02-19T15:37:25.000+0000
I used 1.12.1, I got the same errors, just on different lines. It still works on mail servers that aren't SmarterMail
A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: Protocol/Imap.php Line Number: 598
A PHP Error was encountered Severity: Notice Message: Undefined variable: data Filename: Protocol/Imap.php Line Number: 623
Posted by stephen (farzher) on 2013-02-19T15:51:48.000+0000
$tokens[2] is set to an empty array.
Posted by Frank Brückner (frosch) on 2013-02-19T15:53:09.000+0000
Can you debug these lines with errors?
What is the content of {{$tokens}}?
Posted by stephen (farzher) on 2013-02-19T16:03:39.000+0000
Here's var_dumps for each iteration of tokens (looks like it dumped tokens twice). First group is on the working server, then dumps for SmarterMail server. https://gist.github.com/10836ba166f4054c81bb
Posted by stephen (farzher) on 2013-02-19T16:05:15.000+0000
At the very bottom you see $tokens[2] = empty array, which is I guess unexpected.
Posted by stephen (farzher) on 2013-02-20T22:31:47.000+0000
Can I do anything else to help?
Posted by Ralph Schindler (ralph) on 2013-04-05T16:06:59.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf1/issues/55