Jump to content

CacheFS problem


Recommended Posts

I've just checked my server error log and i see a lot of entries like this:

 

2012-01-17 22:10:50.847 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/0/014762b2d12e0645ed1af926722fa2f3) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51
2012-01-17 22:10:50.847 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/3/39807b4146c982b00861fdec98e9e34e) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51
2012-01-17 22:10:50.847 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/0/09f817bd7b993db0dfe73839fbbe484d) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51
2012-01-17 22:10:50.815 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/6/6fbb4505d6688907aafae5ee8237b13b) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51
2012-01-17 22:10:50.799 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/d/d06b0507848e80699f33129f00a2ac56) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51
2012-01-17 22:10:50.797 [NOTICE] [87.105.136.249:44247-1#APVH_doczepiane.pl:lsapi] [sTDERR] PHP Warning:  file_put_contents(/home/doczepia/public_html/config/../cache/cachefs/6/656a6bb16de1865a7882cd3428265de4) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in /home/doczepia/public_html/classes/CacheFS.php on line 51

 

its always about line 51 in cachefs.php so i checked it and here is line 51 from code:

 

if(file_put_contents($path.$key, serialize($value)))

 

i have no clue what this means - any ideas ?

Link to comment
Share on other sites

If you have access to your php.ini you can change your level of error reporting, i.e. not to report warnings.

 

I am not getting the warning's you are, I was just investigating how to best configure cacheFS...and you looked lonely in here.

 

Cheers,

 

Fred

Link to comment
Share on other sites

×
×
  • Create New...