bug with fck-editor and image-upload
by
Wyden Silvan
—
last modified
30.08.2010 09:17
Whe you receive an error that the server can't read the xml structure, you must configure the folowing:
1) open the file
admin/FCKeditor/editor/filemanager/connectors/phplist/config.php
2) in line 28 and 29 change
../../../../../../../../config/config.php
to
../../../../../../config/config.php
i.e.: only 6 instead of 8 indirections. It has to refer to your main config/config.php.
Depending on your installation you may have to adjust it a bit.
