Hi guys, I have recenlty uploaded my development site to a hosting service.
Of course there were some issues with file and dir permissions. So I had to go and change Temporary directory (because it was not c:\windows\temp anymore).
But after submitting the form I saw there was a problem with CKFinder. After a long debug I came to the conclusion that the Public file system path is empty. The form File system says it is File system, but when I configure the CKFinder I get the following:
%b - base URL path of the Drupal installation (/).
%f - Drupal file system path where the files are stored ().
I tried it on a local copy of my site and indeed before updating the File System configuration it was
%f - Drupal file system path where the files are stored /sites/default/files).
and after updating the tem dir to \tmp I got
%f - Drupal file system path where the files are stored ().
So now CKFinder searches and uploads files in the base dir htdocs/images, not in htdocs/sites/default/files.
Does anyone have the same problem or experience how to fix it? I tried to edit the entry in the db, but it was a blob field, so I do not know how to make an sql query to edit it.
Thanks in advance,
AnN
Comments
Comment #1
dczepierga commentedHi,
First of all pls update to last stable version of CKEditor and then check does it work or not...
Why u are using so old CKEditor module version?
Greetings