You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught exception 'RuntimeException' with message 'SplFileInfo::getMTime() [splfileinfo.getmtime]: stat failed in /home/mysite/public_html/continut/plugins/quick-cache-pro/includes/share.php:1671
I have seen this error trickle through now and again on our servers also. I don't understand the reason for it. I just did a bit of digging and I found that Laravel and Symphony frameworks are having some of the same trouble with getMTime. One developer attempted to work around the problem by calling filemtime() against the realpath: symfony/symfony@c6e9e06
Something tells me this could be a PHP bug related to the stat cache. Still researching.
Bug Fix: We have had a few reports of getMTime Stat failing when clearing the cache. This fix clears the Stat Cache before iteration when deleting files from the cache directory. Props @jaswsinc. See #385.
A fork of #288 (comment) regarding
getMTime()
I have seen this error trickle through now and again on our servers also. I don't understand the reason for it. I just did a bit of digging and I found that Laravel and Symphony frameworks are having some of the same trouble with getMTime. One developer attempted to work around the problem by calling
filemtime()
against the realpath: symfony/symfony@c6e9e06Something tells me this could be a PHP bug related to the stat cache. Still researching.
Also found this related discussion:
http://www.zendframework.com/issues/browse/ZF-11858
The text was updated successfully, but these errors were encountered: