Quote:
Originally Posted by myco
ok to fast.
i have these error
Error: Your edit has been rejected because your client mangled the punctuation characters in the edit token. The edit has been rejected to prevent corruption of the page text. This sometimes happens when you are using a buggy web-based anonymous proxy service.
german:
Deine Bearbeitung wurde zur?ckgewiesen, da dein Browser Zeichen im Bearbeiten-Token verst?mmelt hat. Eine Speicherung kann den Seiteninhalt zerst?ren. Dies geschieht bisweilen durch die Benutzung eines anonymen Proxy-Dienstes, der fehlerhaft arbeitet.
magic_quotes in .htaccess is off
any solution ?
|
Try adding
PHP Code:
set_magic_quotes_runtime(0);
near the top of LocalSettings.php & index.php
(
found here)