Opened 17 years ago
Closed 17 years ago
#1765 closed Bug (invalid)
browsing with filemanager causes error
Reported by: | Marten van Urk | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | FCKeditor 2.4.3 |
Keywords: | Pending | Cc: |
Description
Dear,
I use FCKeditor for a while and implemented in several sites. Today I copied the working version on a other site too the new site. I build my directory structure that way that I can use /templates/images/upload/ in all my site as the user file path. So I don't need to change that. I've uploaded several images with a own upload script which is build in php.
When I browse the images I get the following error:
http://194.123.100.201/test/marten/error.jpg
Can someone help me with this problem?
Change History (9)
comment:1 Changed 17 years ago by
Keywords: | file browser error xml removed |
---|
comment:3 Changed 17 years ago by
I guess that's the file permissions issue then. Make sure that permissions are set correctly.
comment:4 Changed 17 years ago by
Still don't work..... the only thing I can see is the latest line on the error image. url="/templates/images/upload/image/"
It should be templates/images/upload/ But when I create the image directory in the upload map and change the userfilepath global it still doesn't work.
comment:5 Changed 17 years ago by
Ok, so we have located the problem, it's invalid path. I suggest upgrading to FCKeditor 2.5. All paths are configuable there.
comment:7 Changed 17 years ago by
Keywords: | Pending added |
---|---|
Priority: | High → Normal |
Hi,
This is not a bug in FCKeditor, you probably have to adjust server settings (IIS?). I have never seen that before, but you could try to google a bit: search for "php has encountered a stack overflow" and perhaps you will find some tips there, e.g try disabling Zend Optimizer etc.