Closed (fixed)
Project:
IMCE
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2010 at 17:41 UTC
Updated:
2 Jul 2010 at 19:00 UTC
Jump to comment: Most recent file
Hi,
I am using IMCE (6.x-2.0-beta1) with ckeditor(6.x-1.1) module on D6.16. I installed IMCE and configured it, and I can use it. I can upload image to server (win7 local test enviroment), but when I click on image file I can see only image name not the image itself. And when I click an image to return it to ckeditor path to image is wrong. It says "tes/default/files/image.jpg". Notice that "tes" folder. It should be "/sites/...".
Any idea why is this happening.
br,
Gapa
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imce.js.port.patch | 708 bytes | ufku |
Comments
Comment #1
ufku commentedchange the file directory at admin/settings/file-system and see if it is working.
Comment #2
havran commentedI have similar problem - i use web site through url with port myweb.example.com:8880/bebetv and i have in picture path tv/.... Maybe port in url is problem? (4 characters missing in path and four numbers in url)...
Comment #3
ufku commentedYou're right havran. It's a port number issue.
Use the attached patch for 2.x-dev or remove the text
+ (location.port ? ':' + location.port : '')from js/imce.jsComment #4
ufku commentedcommitted.