I've had ArtioSEF runing smoothly on my system up until 2 days ago. I suddenly get several PHP warnings a day in my error log which read as follows:
[Mon Nov 12 02:43:21 2007] [error] PHP Warning: fopen(/home/../public_html/joomla/components/com_sef/cache/cache.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /home/../public_html/joomla/components/com_sef/sef.cache.php on line 144
line 144 starts as follows:
$cachefile = fopen($this->cacheFile, 'wb');
if ($cachefile) {
fwrite($cachefile, $cache);
fclose($cachefile);
Is this perhaps a file permission issue?
Does anyone know what is causing this?
Thanks,
Chris