Brion Vibber wrote:
Timwi wrote:
How can I fix this? Where do I enable or set these settings/variables?
Find your php.ini and set register_globals = On.
Thank you! I didn't know about this file.
Things seem to work now, except editing an article. If I submit an article, I get:
Warning: Empty regular expression in Language.php on line 1424
This line in Language.php is:
$text = preg_replace( $rxYDM, '[[$1]] [[$4 $3]]', $text);
What do I need to do here?
Thanks, Timwi