MyBB Community Forums

Full Version: covering quotation marks after 1.4.11
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I found that Mybb itself cover every quotation mark and then displays it what ruins full view of posts. It happens also in shoutbox.

Fox example message
12 "3" 4 5 6

is displayed :
12 \"3\" 4 5 6
What version of PHP is your host running?
I made a list of changes since it worked ok... and found that it was caused by upgrade PHP to 5.3 :/

I changed PHP back 4 and it works again ok *_*

any suggestions how to made it work with PHP 5.3?
Yes, just have your host turn off magic quotes.
doesn't work or I doing it wrong :?
SetEnv PHP_VER 5_TEST
SetEnv MAGIC_QUOTES 0
According to my host instructions I put this into htaccess file
They need to turn them off themselves, magic quotes don't work with PHP 5.3.0, they shouldn't be enabled full stop if they're running PHP 5.3.