MyBB Community Forums

Full Version: Broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This would be a link from my test server:
http://sayak.987mb.com/myBB/showthread.php?tid=2

I use this forum for a test run of everything I make for other myBB forums.

What could be the problem.
Till now, all I've done is played with some icons and a plugin (which on removal also has this issue)

This is a myBB fresh install.

Cheers
Sayak
Reupload all files, and make sure the plugins are deactivated and removed... that's one big error.
I did the reuploading thrice, and once with a freshly downloaded package. This still exists with no plugins activated.
If you look, your actual message doesn't display... to be honest, if this was me, I'd just reinstall again. It's only a test forum...
http://sayakbanerjee.co.nr/myBB2/showthread.php?tid=1

Fresh download, fresh install ^^^

EDIT: Link removed. This wouldnt show 404 but redirect to the host's webpage. Thanks
Then it might be some sort of PHP misconfiguration if new files and a new install gives the exact same problem.
This is a code error.
In file ./inc/class_parser.php line 406

Existing code:
$message = preg_replace("#(?<=[^\"])".$find."(?=.\W|\"|\W.|\W$)#si", $replace, $message, $remaining, $replacements);

Should be:
$message = preg_replace("#(?<=[^&;\"])".$find."(?=.\W|\"|\W.|\W$)#si", $replace, $message, $remaining, $replacements);

Changing this fixed it.
PS: The second link wouldnt be valid. Deleting it from the server.