FCK picture upload directories different after upgrade

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
lburgess17
Posts: 39
Joined: Fri 29. Apr 2005, 06:22
Location: US

FCK picture upload directories different after upgrade

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: FCK picture upload directories different after upgrade

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
lburgess17
Posts: 39
Joined: Fri 29. Apr 2005, 06:22
Location: US

Re: FCK picture upload directories different after upgrade

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: FCK picture upload directories different after upgrade

Post by flip-flop »

include/inc_ext/fckeditor/editor/filemanager/connectors/php/config.php

Search for
image/
file/
flash/
media/

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
lburgess17
Posts: 39
Joined: Fri 29. Apr 2005, 06:22
Location: US

Re: FCK picture upload directories different after upgrade

Post by lburgess17 »

thank you so much, it worked beautifully! :D
-lisa
Post Reply