Hi,
I'm trying to configure filemanager to work with CKEditor within Zen Cart, no problems with the integration, however when the file browser opens (apparently correctly, with left column, main area and upload buttons all visible) I just see the spinning wait gif in the main panel. It never goes away and no files are ever displayed.
This is true regardless of which folder I point it at.
I'm trying to have it manage a folder /~test/images/
permissions on it are 755
filemanager itself is being run from /~test/fb/
I have
- var fileRoot = '/~test/images/';
in filemanager.config.js
and
- $config['doc_root'] = '/home/sites/mydomain.co.uk/public_html/~test/images';
in filemanager.config.php
Having set showFullPath true I can see it appears to be trying to look in the right place:
Current folder: /~test/images/
Same result when I try any other folder including one within filemanager's own branch.
Can anyone please shed any light on what types of problems would cause this apparant inability to obtain and display a file listing regardless of directory used? I assumed permissions at first but I have checked and double checked them and see no problems.
Regards,
Andrew