Postponed (maintainer needs more info)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2011 at 23:10 UTC
Updated:
22 Sep 2012 at 01:07 UTC
Comments
Comment #1
mkesicki commentedThx for notice this. We will check this.
This ticket looks similar to http://drupal.org/node/1173294.
Comment #2
mkesicki commentedCan you check if this works on latest DEV version ?
Comment #3
drizzi commentedHello michal,
checked the lastest dev - and no - it does not work.
%b%f/ --> Current path: //
%d%b%f/ --> Current path: Current path: /var/www/web35/html/v2//
i'll be on holiday from 3rd till 21st of october - if you have any suggestions till tomorrow, i'll be able to check.
steffen
Comment #4
c7210 commentedhi i just left comment in http://drupal.org/node/1173294 ,so paste here
"
hi guys,don't know if this could help a bit on how to solve this.
once upon a time,everything worked fine on my site(on host),the ckeditor,the ckfinder...but one day i installed the backup and migerate module,after installation,it warned me that i should define the private path so i can backup the file into it.then after i set the private path in /admin/config/media/file-system,the %f wildcard in ckfinder's settings refused to work as normal.
i mean ,now,the %f always point to the private path,like"/home/cinfo1/public_html/sitename.com/private/",but not "/home/cinfo1/public_html/sitename.com/sites/default/files/".
so i tried to remove the private path setting,cleared the private field in /admin/config/media/file-system,and the %f in the ckfinder settings returns nothing,the absolute path became "/home/cinfo1/public_html/sitename.com//".seems like the %f just focu on the private path now.don't know why.
"
Comment #5
patoshi commentedsame problem here. there is no option anywhere to set it to upload to the public folder? it just resolves to the private folder which you cannot access due to its .htaccess restrictions. please enable an option to upload files to public folder by default.
Thanks!
Comment #6
thinkdrupal commentedI have a similar problem. %f does not resolve when I use a subdomain. Such as www.site1.test.com. For my actual site...www.test.com, %f resolves.