[wp-testers] Cache on IIS

Mike Kelly mck9235 at gmail.com
Wed Nov 23 02:26:18 GMT 2005


Glad you got it worked out, did the little snippet work, or was it just a
guess?
-Mike

On 11/22/05, John E. Iverson <john at jei.afraid.org> wrote:
>
>  I created the /wp-content/cache directory and gave it write permissions,
> and it appears to be working.
>
>
>
>
>  ------------------------------
>
> *From:* Mike Kelly [mailto:mck9235 at gmail.com]
> *Sent:* Tuesday, November 22, 2005 4:42 PM
> *To:* wp-testers at lists.automattic.com
> *Subject:* Re: [wp-testers] Cache on IIS
>
>
>
> OK, I think this can be a fix.
> Find the snippet:
>
> if (!mkdir($this->cache_dir))
>                 return;
>
>
> Replace it with:
>
>     if (!file_exists($this->cache_dir)) {
>             echo "Please create the directory $this->cache_dir";
>
>
> That will tell you the directory to create, hopefully.
> -Mike
>
>
>
>
>
> On 11/21/05, *John E. Iverson* < john at jei.afraid.org> wrote:
>
> I seem to be having a problem with the cache.php script trying to create a
> directory on IIS6. It kept failing at line 275 when trying to do a mkdir on
> windows… Is there a workaround? Can a pre-make the dir? What should it be
> named and where should it be? Version 2.0-beta-1 3104.
>
>
>
>
>
>
>
>
>
> *This email and any files transmitted with it are the property of Iverson
> Enterprises, and may contain information that is confidential or otherwise
> protected from disclosure. The information is intended solely for the use of
> the individual or entity to whom this email is addressed. If you are not the
> intended recipient, please contact the sender by reply email and destroy all
> copies of the original message and delete the material from any computer.
> Any other use, review, retention, dissemination, forwarding, printing, or
> copying of, or reliance on, this email or attachments is strictly
> prohibited. *
>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
>
> *This email and any files transmitted with it are the property of Iverson
> Enterprises, and may contain information that is confidential or otherwise
> protected from disclosure. The information is intended solely for the use of
> the individual or entity to whom this email is addressed. If you are not the
> intended recipient, please contact the sender by reply email and destroy all
> copies of the original message and delete the material from any computer.
> Any other use, review, retention, dissemination, forwarding, printing, or
> copying of, or reliance on, this email or attachments is strictly
> prohibited.*
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-testers/attachments/20051123/5439805f/attachment.htm


More information about the wp-testers mailing list