Double post ftw.
I just realized what's causing this and /facepalm for not realizing it beforehand.
You can add this line to the .htaccess file in your wiki directory and then the change to class_core.php is not necessary:
php_flag magic_quotes_gpc off
If you don't have a .htaccess file in your wiki directory, just create it. This applies to servers running Apache only. Alternatively, you can disable magic_quotes_gpc in php.ini.
This feature is depreciated as of PHP 6.0.0 anyway, so it makes sense to start coding with the mentality that your input no longer has this shield. I'll update the installation instructions when I make the next major update; it doesn't make sense to advertise an update for this minor change. Future versions will not require the code change.
|