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

Creation of cache folders with multiple media-files fails first time #2

Open
SpadXIII opened this issue Sep 1, 2011 · 0 comments
Open

Comments

@SpadXIII
Copy link

SpadXIII commented Sep 1, 2011

As a test, I grabbed Kohana 3.2 and this kohana-media module (dev 1.2)
I created my own module with just a simple css file and in the application folder I created another simple css file.
In the default welcome controller I called up a view which has minimal html with those 2 css files.

The first request (with empty DOCROOT/media folder) would only load either 1 of those 2 css files, the other has internal server error. It seems to randomly load one but not the other. (re-test: clear media folder and refresh again)

Firebug shows that the error comes from where it creates the cache folder:
https://github.com/Zeelot/kohana-media/blob/dev/1.2.x/classes/controller/media.php#L36-40

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