AmbiWeb wrote: Found one ( http://www.phpbbhacks.com/download/1608 ) but It's 2.0.6 - Will this really work?
juraj wrote: I have the same problem too, but this thread is too long for me to read and I'm in a hurry, looking for a quick solution. Any advice?
karlsemple wrote: there is an official fix now
open functions_post.php and findAfter addCode: Select all
$message = addslashes($message);
Code: Select all
$message = str_replace('"', '\"', $message);
Please note the above fix is the one which should be used as this is the one taken from the cvs of the next release. It is only slightly different, but different all the same, so anyone else you may want to make sure you have this one![]()