Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-4949 now.

Quots are converted as \" (fix completed in vcs)

I used W2K3 Server with PHP integration on IIS6.
All " are converted to \" so the quoted dialogs won´t be shown as quoted.

Comments / History

Posted by Kellanved (Former Team Member) on Jun 22nd 2007, 09:42

What is your "magic_quotes_runtime" setting in the php.ini?

~H

Posted by MarcusFSC on Jun 22nd 2007, 10:16

magic_quotes_runtime = Off
Am I right that I should set this setting to On?
Should I reset after converting this value back to Off?

TNX
Marcus

Posted by Kellanved (Former Team Member) on Jun 22nd 2007, 10:25

No, off is fine. It was just a guess, as the converter does not add/leave slashes normally.

Posted by MarcusFSC on Jun 25th 2007, 05:29

I´ve installed and converted my old forum with the new RC2. But the effect is the same :-(

Posted by Kellanved (Former Team Member) on Jun 25th 2007, 07:51

What version is the phpBB2?

Posted by MarcusFSC on Jun 25th 2007, 07:54

Old forum: 2.0.21 without mods.

Posted by Kellanved (Former Team Member) on Jun 25th 2007, 08:02

Weird, there shouldn't be any double quotes :| .

Posted by MarcusFSC on Jun 25th 2007, 11:13

Hmm, but there are. I tried to fix this and the result is very crazy:

I send a query over my database to replace the expression "\ with "
So I do a data change e.g. [quote=\"Anonymous\"] to [quote="Anonymous"], but phpBB don´t show it as comment!? Now I´m clicking on edit and then on submit (without any changing) phpBB show´s it as comment :confused:

Ticket details

Related SVN changesets