project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
9OTUNE YOGURT SÜREER AYRAN OLANA KADAR SİKERİMxD
This page is part of the BugReports series. Please go there to submit a new bug or to see the list of all existing reports.
WikiCommander writes pages back with escaped characters
| ewiki version | R1.02a |
| operating system | Linux |
| database backend | mysql |
| php version | 4.3.x |
| bug category | general |
| status | frozen |
aanand: I've noticed that whenever I edit a page using the WikiCommander (to manually fiddle with flags etc), it writes the page back with all the quotes escaped in both the title and the content (e.g. \"text in quotes\" instead of "text in quotes").
milky: Then your PHP interpreter still has a 4.1 configuration. It's the "magic_slashes_gpc" setting that injects the backslashes everywhere. You can include("fragmetns/strip_wonderful_slashes.php") from within the tools/ t_config.php or the one used in the WikiCommanders directory. But that's only a slow workaround, not recommended. Try to change your php.ini, if this doesn't hurt other scripts.