q582gmzhi Posted May 22, 2004 Posted May 22, 2004 Hi, Tried installing the Auto Thumbnail Contrib today on my Windows 2003 box. Could not get it to work, I am not an expert on php, however I looked at the code and found this snippit: ? mkdir ($cachedir, 0777) : system ("chmod 0777 ".$cachedir); Am I right in thinking this relates to Linux box permissions??? If so is it this what causes errors on my Windows Box. Followed instructions as per download. Also added a dir in "catalog/images/imagecache" set full permissions to start with, but got a CGI error. Could not return header info. Any Ideas Thanks Darrell.... Quote
Acheron Posted May 22, 2004 Posted May 22, 2004 Well as for the chmod ... the default is 777 (full permissions) so if that was the mod creator's intention, then removing the chmod portion will create a directory with 777. However, if umask is not set to 0, results may vary. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.