So if you have an image 3 folders deep it would take 3 refreshes to generate. Would you be able to confirm this?
No luck, no matter how many times I refresh is still gives me the cannot create directory error. I'm running php 5.2.9-2
To remove the second error (Warning mkdir), just put an @ in front of mkdir. I have now done this in the demo code above.
Confirmed it fixes the 2nd error. Thanks!
<code>
<blockcode>
<css>
<diff>
<drupal5>
<html>
<javascript>
<php>
<foo>
[foo]
More information about formatting options
Refreshing not impressing
So if you have an image 3 folders deep it would take 3 refreshes to generate. Would you be able to confirm this?
No luck, no matter how many times I refresh is still gives me the cannot create directory error. I'm running php 5.2.9-2
To remove the second error (Warning mkdir), just put an @ in front of mkdir. I have now done this in the demo code above.
Confirmed it fixes the 2nd error. Thanks!