Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Directory passed through CachePathResolver.php and when it unlinks on line 60, the warning exception was thrown #159

Open
rgb2hsl opened this issue Jul 24, 2013 · 1 comment

Comments

@rgb2hsl
Copy link

rgb2hsl commented Jul 24, 2013

A Directory in some way was passed through CachePathResolver.php and when it unlinks on line 60, the warning exception was thrown.

        if (file_exists($cached) && filemtime($realPath) > filemtime($cached)) {
            @unlink($cached);
        }

So i escape error reporting, but i was wandering how directory path is passed there.

@rgb2hsl
Copy link
Author

rgb2hsl commented Jul 24, 2013

#146 i think this is same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant