I have a problem with my OpenEMM 2011 installation.
When I use the FCKeditor, there is an option to add pictures to my content.
When I'm in the PopUp window, there is an option to browse, where I could upload
or pick uploaded files.
Once clicking on that, it gives me an error saying:
Code: Select all
The server didn't reply with a proper XML data. Please check your configuration.
Code: Select all
// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/userfiles/';
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/home/openemm-2011/webapps/openemm/userfiles' ;
....
Can you guys try it and let me know if you have the same issue, or any solutions?
Thanks
Ben