Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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....

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...