Quote:
Originally Posted by reedness
Hi Cat. Are you referring to 4.2?
|
Yes.
However I did hit one bizarre problem - after multiple forums are enabled, I get a database error every time a new thread is posted on the forum - but a new thread via EI works. One forum, no problem.
But yet, the thread starter is there when you refresh and all posts after that work fine as well as EI. I know where in the xml the error is produced but I havent quite worked out why.
EDIT : Okay, nutted it out, it was the call EI makes to see if there is attachments to the posts. In line 765 of product-emailreplyint.xml, it looks like this for me -
Code:
WHERE postidid = $postid
It MUST be
Code:
WHERE contentid = $postid
And I am once again good. You might find that line is correct if you have not been testing fixes like I've been.