I have had this many times that I have to create a model cache folder in CakePHP within the tmp folder and then you always have to first create the tmp folder and then the cache folder and then the model folder
mkdir -p /var/www/html/app/webroot/tmp/cache/model
This will then see that the directory /var/www/html/app/webroot/ already exists and then just create the tmp,cache and then model folder.
Magic!
By PHPin24 @ 2009-10-16 10:19:27
|