[wp-testers] Cache on IIS

John E. Iverson john at jei.afraid.org
Wed Nov 23 00:36:31 GMT 2005


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
<mailto: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



 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-testers/attachments/20051123/fe332ac3/attachment.htm


More information about the wp-testers mailing list