Hi,
I've configured well everything and the FCKeditor works perfectely online (on apache 2.0 with php 4.4.0)
I've installed the same files on my local linux server (apache 2.0 with php 4.3.8).
On local server i can upload (files and directory are created) with the FCK filemanager but i can't see any files in the list.
I'm searching for a solution for days ...
Please don't answer me that it's a configuration problem ... it works fine online ...
i also checked every permissions in the /UserFiles/ directory ...
i've seen a difference in the phpinfo() online/local : virtual directory support is enabled online and not on the local server.
but i don't know if it can be the problem.
please help !
I've configured well everything and the FCKeditor works perfectely online (on apache 2.0 with php 4.4.0)
I've installed the same files on my local linux server (apache 2.0 with php 4.3.8).
On local server i can upload (files and directory are created) with the FCK filemanager but i can't see any files in the list.
I'm searching for a solution for days ...
Please don't answer me that it's a configuration problem ... it works fine online ...
i also checked every permissions in the /UserFiles/ directory ...
i've seen a difference in the phpinfo() online/local : virtual directory support is enabled online and not on the local server.
but i don't know if it can be the problem.
please help !
RE: Upload ok but no files in the list
Images
Flash
Files
These folders will be located of the userfiles folder.
RE: Upload ok but no files in the list
the problem is only that the files list is always empty.
Upload ok but no files in the list
pls!!!!! help!!!! that it is?
RE: Upload ok but no files in the list
I'm now sure that my problem is an apache or php configuration problem.
if you have the same problem, please write in this post the symptoms, tests you have made and your server configuration.
RE: Upload ok but no files in the list
RE: Upload ok but no files in the list
ColdFusion: In the current release there is a caching problem for the filebrowser file list.
It will be solved in the next release, but for now, if you switch off your browser's cache, it should work.
Also, make sure you followed the steps explained at http://fckeditor.wikiwikiweb.de/Develop ... ColdFusion for installing FCKeditor
RE: Upload ok but no files in the list
RE: Upload ok but no files in the list
RE: Upload ok but no files in the list
I think it should be done with one option:
for example:
$GLOBAL[filemanagerPath]='/files';
and rest script should do.