You are not logged in.
Just downloaded and installed Xinha on my dev server. Everything works ok except when I run Extended File Manager to insert a file link or image I get:
Deprecated: Function set_magic_quotes_runtime() is deprecated in ~/xinha/plugins/ExtendedFileManager/backend.php on line 40
Looked in tickets and forums and didn't see this mentioned. Easy to fix though. Just open that file, go to line 40 and change it to:
ini_set('magic_quotes_runtime',0);
Last edited by KMH (2012-08-08 03:35:22)
Offline