SOLVED error message when turning on or off gantry cache
Posted 13 years 6 months ago
I get the following warning.
Warning: mkdir() [function.mkdir]: No such file or directory in /home/markpeac/public_html/libraries/gantry/core/utilities/cache/fileCacheDriver.class.php on line 215
success: Template settings saved.
But it is there ... with file permissions 644.
I looked in that .php file at line 215 and it is trying to check the cache directory exists and is writable.
That /public_html/cache directory has permissions 755
Re: SOLVED error message when turning on or off gantry cache
Posted 13 years 6 months ago
Hi Dan ...
Filezilla reports that /home/markpeac/public_html/libraries/gantry/core/utilities/cache is set at 755
The joomla system information section reports that the only directory that is un writeable is this one.
administrator/cache (Cache Directory) Un writeable
But then it does not exist .... ??
cache (Cache Directory) Writeable (I assume that is /home/markpeac/public_html/cache)
is ok according to that information screen.... and the files are there and updating etc.
Re: SOLVED error message when turning on or off gantry cache
Posted 13 years 6 months ago
This is getting very confusing.
I manually made a directory at
/home/markpeac/public_html/administrator/cache
set at 755
administrator/cache (Cache Directory) Un writeable message in joomla system information goes away.
The following directories get created there.
_gantry-3.2.11
_system
com_modules
com_plugins
com_templates
Gantry
And in the "normal cache spot" Under
/home/markpeac/public_html/cache
I have ..
_system
com_languages
com_modules
com_plugins
com_templates
Gantry
mod_menu
mod_roknavemenu
index.html
and a whole bunch of
js-514513jadfadfdfadfadfadfj3234234.php type files.
(cached javascript no doubt ?)
I still get this message in the template manager.
Warning: mkdir() [function.mkdir]: No such file or directory in /home/markpeac/public_html/libraries/gantry/core/utilities/cache/fileCacheDriver.class.php on line 215
If I turn off caching (global config) the administrator/cache directory is deleted automatically.