Page 1 of 1

FCK picture upload directories different after upgrade

Posted: Thu 18. Jun 2009, 22:55
by lburgess17
Hi, I recently upgraded phpwcms from an older version to 1.4.2 and have come across a problem.

When I went to use the wysiwyg content part and upload an image or file, all of my previously uploaded files did not show.

I FTP'd to the picture/upload directory and found that I now have duplicate directories called "image" and "Image" "file" and "File". I found in the forum that the capitalized first letter of the sub-directory name was from an older version of FCK editor.

is there a file I can go to so that I can have it automatically go to my original "Image" and "File" directory so that I will be able to browse these files when I want to upload a new image or file?

Any help woudl be appreciated.

thanks,
lisa

Re: FCK picture upload directories different after upgrade

Posted: Thu 18. Jun 2009, 23:44
by flip-flop
Hi,

my suggestion:

Kill the empty folders:
picture/upload/image
and
picture/upload/file

Rename the folder
picture/upload/Image -> picture/upload/image

picture/upload/File -> picture/upload/file

or redesign the method for picture handling and use this new feature: FCK editor in CPs: Images from filecenter

Knut

Re: FCK picture upload directories different after upgrade

Posted: Fri 19. Jun 2009, 00:01
by lburgess17
Yeah, I thought that might be the case. The only problem with this method if I rename the "Image" folder "image" all of the content parts that are currently referencing files located in "Image" will not display. ???what would be the fastest way to fix this problem?

btw, thanks for the quick reply!
-lisa

Re: FCK picture upload directories different after upgrade

Posted: Fri 19. Jun 2009, 01:36
by flip-flop
include/inc_ext/fckeditor/editor/filemanager/connectors/php/config.php

Search for
image/
file/
flash/
media/

Knut

Re: FCK picture upload directories different after upgrade

Posted: Fri 19. Jun 2009, 04:32
by lburgess17
thank you so much, it worked beautifully! :D
-lisa