Closed (fixed)
Project:
Panels
Version:
6.x-3.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 18:28 UTC
Updated:
7 May 2009 at 14:54 UTC
I made panel
But, I have message The selected file ... could not be uploaded, because the destination is not properly configured"
files/ctools chmod 777
Comments
Comment #1
merlinofchaos commentedThis usually means it's having trouble creating the css cache directory, which should be files/ctools/css -- it creates this automatically if it can.
Comment #2
Valeratal commentedThanks, it work! :)
Comment #3
merlinofchaos commentedComment #5
summit commentedHi,
is it sites/default/files/ctools/css or another place?
Greetings, Martijn
Comment #6
muldos commentedHello there, I got the same bug, because the directory was not created automatically.
Maybe because i installed panels 3 and other modules via a .profile file.
Of course the web server was running with a user / group who can create directory and files under the sites/default/files directory.
I am running on mamp with panels-3 alpha 4
David
Comment #7
netsensei commentedGot the same bug here just now on a fresh drupal 6.10 install.
It's a problem with ctools so I posted the issue there and suggest we leave this one closed.
#447064: The CTools CSS cache directory, ctools/css could not be created due to a misconfigured files directory
Comment #8
netsensei commentedStatus just went back up to active when I selected 'closed'.
Comment #9
grandchamp_g commentedThanks. Creating the directory 'files/ctools/css' WORKS! in 6.x-3.0-beta1 too.