Problems FCK and filemanager
Posted: Tue 4. Oct 2005, 23:31
I've got this really annoying problem getting the image handling in WYSIWYG-editor FCK to work properly on my fresh PHPWCMS 1.2.5 installation.
1. I've set $Config['UserFilesPath'] = '/picture/upload/' in FCKeditor2/editor/filemanager/upload/php/config.php
2. I've set $Config['UserFilesPath'] = '/picture/upload/' in FCKeditor2/editor/filemanager/browser/default/connectors/php/config.php
- When I upload pic.jpg, it uploads to /picture/upload/pic.jpg
- When I browse for images via FCK, it shows nothing - but it creates the folder /picture/upload/Image
- I cannot create new folders for images.
- If I manually move pic.jpg to /picture/upload/Image/pic.jpg it shows in the FCK image browser
- If I select pic.jpg, the path gets selected. In the editor though, there is just a placeholder, and the image does not show in the article.
The problem is very much as shown in the images here
I have tried to change the config paths above to /picture/upload/Images/ in varying combinations, but nothing works.
(My PHPWCMS is directly in the document root.)
1. I've set $Config['UserFilesPath'] = '/picture/upload/' in FCKeditor2/editor/filemanager/upload/php/config.php
2. I've set $Config['UserFilesPath'] = '/picture/upload/' in FCKeditor2/editor/filemanager/browser/default/connectors/php/config.php
- When I upload pic.jpg, it uploads to /picture/upload/pic.jpg
- When I browse for images via FCK, it shows nothing - but it creates the folder /picture/upload/Image
- I cannot create new folders for images.
- If I manually move pic.jpg to /picture/upload/Image/pic.jpg it shows in the FCK image browser
- If I select pic.jpg, the path gets selected. In the editor though, there is just a placeholder, and the image does not show in the article.
The problem is very much as shown in the images here
I have tried to change the config paths above to /picture/upload/Images/ in varying combinations, but nothing works.
(My PHPWCMS is directly in the document root.)