zaglebie Posted January 17, 2012 Share Posted January 17, 2012 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 More sharing options...
zaglebie Posted January 18, 2012 Author Share Posted January 18, 2012 bump.. Link to comment Share on other sites More sharing options...
zaglebie Posted January 21, 2012 Author Share Posted January 21, 2012 bump again.. Link to comment Share on other sites More sharing options...
zaglebie Posted January 25, 2012 Author Share Posted January 25, 2012 oh well bump.. Link to comment Share on other sites More sharing options...
El Patron Posted January 30, 2012 Share Posted January 30, 2012 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 More sharing options...
zaglebie Posted January 30, 2012 Author Share Posted January 30, 2012 yes, very lonely.. lol i want to fix it because something is wrong and i think it's affecting cpu usage or overall shop performance in some way Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 30, 2012 Share Posted January 30, 2012 Hi zaglebie, If you do not have access to your php.ini file to make the fix suggested above by elpatron, you should be able to call your hosting provider to ask them to do it for you. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts