23 Apr 2012 16:08
Attachment trouble with 1.9.2
Andrea Venturoli <ml <at> netfence.it>
2012-04-23 14:08:45 GMT
2012-04-23 14:08:45 GMT
Hello. I've got a couple of installation on different FreeBSD servers which are all showing a problem since the upgrade from 1.9.1 to 1.9.2. If an email is sent with any attachment, an attachment arrives which is just a few bytes long, holding only the "content" string. Can anyone help me in diagnosing this? bye & Thanks av. P.S. A downgrade solved, so I'm not in a hurry, but I thought the team might be interested... ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
Your problem is a stupid typo I added to the file
"classes\nocc_attachedfile.php":
Please change the line 122
from:
return content;
to:
return $content;
I fixed it already in SVN (In Revision 2552):
RSS Feed