Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

PHP warnings from ArtioSEF
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: PHP warnings from ArtioSEF

PHP warnings from ArtioSEF 17 years ago #3353

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

Re:PHP warnings from ArtioSEF 17 years ago #3354

It has become apparent to me that my file permissions might have been changed through a back-up that I had to restore 2 days ago. This may have something to do with this problem. The file permissions in the com_sef folder are all 0644, as well as in the cache folder. Could anyone running ArtioSEF perhaps compare this with their files? Much appreciated!
  • Page:
  • 1
User Login Empty