Hallo,
I'm doing some experiments with the FCKeditor. Nice tool! I have a small problem with the filebrowser.
The filebrowser itself works fine but I cannot upload anything or create any directory. The filemanager seems to use a wrong path to the UserFilesPath as I noticed when I tried using the FCKeditor/editor/filemanager/browser/default/connectors/test.html
On this page I get this error:
Warning: opendir(/home/kvanmeer/p/UserFiles/File/): failed to open dir: No such file or directory in /home/kvanmeer/public_html/test_page_edit/FCKeditor/editor/filemanager/browser/default/connectors/php/commands.php on line 27
Indeed the directory /home/kvanmeer/p/ does not exist. That's because my website is located at /home/kvanmeer/public_html/test_page_edit/ (as you can see in the error message, FCK manages to find the file commands.php in the right pace...)
Why does FCK try to use the directory /home/kvanmeer/p/ ?????
(When I manualy create that directory /home/kvanmeer/p/ everything works fine... But of course that's not the way it's supposed to be...)
I altered these settings (as mentioned in the online help):
- fckconfig.js: commented out the php lines and commented the asp lines
- .../connectors/php/config.php : set $Config['Enabled'] to TRUE
- created a folder /home/kvanmeer/public_html/test_page_edit/UserFiles/ and changed the owner to Apache
(For these testing purposes I use my own Linux Mandrake 2005 local installation)
Any suggestions?
I'm doing some experiments with the FCKeditor. Nice tool! I have a small problem with the filebrowser.
The filebrowser itself works fine but I cannot upload anything or create any directory. The filemanager seems to use a wrong path to the UserFilesPath as I noticed when I tried using the FCKeditor/editor/filemanager/browser/default/connectors/test.html
On this page I get this error:
Warning: opendir(/home/kvanmeer/p/UserFiles/File/): failed to open dir: No such file or directory in /home/kvanmeer/public_html/test_page_edit/FCKeditor/editor/filemanager/browser/default/connectors/php/commands.php on line 27
Indeed the directory /home/kvanmeer/p/ does not exist. That's because my website is located at /home/kvanmeer/public_html/test_page_edit/ (as you can see in the error message, FCK manages to find the file commands.php in the right pace...)
Why does FCK try to use the directory /home/kvanmeer/p/ ?????
(When I manualy create that directory /home/kvanmeer/p/ everything works fine... But of course that's not the way it's supposed to be...)
I altered these settings (as mentioned in the online help):
- fckconfig.js: commented out the php lines and commented the asp lines
- .../connectors/php/config.php : set $Config['Enabled'] to TRUE
- created a folder /home/kvanmeer/public_html/test_page_edit/UserFiles/ and changed the owner to Apache
(For these testing purposes I use my own Linux Mandrake 2005 local installation)
Any suggestions?
RE: Problems with filemanager
Is there an installation or configuration guide? (I haven't been able to find one on the wiki).
My problems seem like a lot. Hate to dump this on you but thought you might have some insights, since you seem to be experiencing similar kinds of issues.
Mine are:
1. Upload on the Image Properties dialog box (after click on images button on toolbar) does not give error, but does not upload anything.
2. When I go to the browser to see uploaded files, it appears ok, but I can't upload anything (just says, still uploading). Can't create directories, etc. Odd was that it seems to be using .asp (I'm running php, not asp ??!).
3. The connector test works - it uploads standard images (not media files), but creates and then uploads to Image folder in root, not the specified subfolder (I'm calling it /assets/Image).
4. I want to use and upload media, but can't find a way to upload media (there is a flash and two image buttons on toolbar). Plugin?
5. When I try to upload any kind of media in any upload category (.mov, .wmv) I get "invalid file type". Yet I changed all occurances (that I can find) of file type limits.
Randall