Opened 18 years ago
Closed 18 years ago
#713 closed Bug (fixed)
$Config['UserFilesPath'] Problem #1
Reported by: | Owned by: | Alfonso Martínez de Lizarrondo | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Server : PHP | Version: | |
Keywords: | SF | Cc: |
Description
If I set:
$Config['UserFilesPath'] = '/Karnak/'; $Config['UserFilesAbsolutePath'] = '/var/www/vhost/glquebec.org/Karnak/';
When I use your browser in FCK, your .php creates a sub-directory /Image/: /var/www/vhost/glquebec.org/Karnak/Image/ which is not the directory I have chosen.
I can neither browse back to "/Karnak/".
This becomes especially un-useful when I want to link to a page using FCK. I can only browse to .html pages in /Karnak/Image/ not /Karnak/
The "directory bar" in your browser also sees /Karnak/Image/ as "/" which is not the root directory I have specified.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1473232&group_id=75348&atid=543653
Change History (3)
comment:1 Changed 18 years ago by
Cc: | Alfonso Martínez de Lizarrondo added |
---|---|
Reporter: | changed from Martin Kou to jtjohnston@… |
comment:2 Changed 18 years ago by
Cc: | Alfonso Martínez de Lizarrondo removed |
---|---|
Component: | General → Server : PHP |
Owner: | set to Alfonso Martínez de Lizarrondo |
comment:3 Changed 18 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [413]
This will be fixed with the changes in http://dev.fckeditor.net/ticket/454
Moved from SF. Original poster: alfonsoml