Jump to content

Recommended Posts

Posted

I recently installed a copy of zencart and am in the process of setting up a store. Everything works great except I am unable to upload product images via their admin. I can FTP the images up and work with it that way, (but that requires I remember the name/location of the image when creating the product :goof: )

 

Anyway, in their support forums they asked a few questions to try to track down the problem and I am good on all of them, except if http-upload enabled in php.

 

Anyone know if it is enabled?

 

Thanks!

Posted

Yes, it's enabled.

 

Make sure the directory you are allowing uploads into is set to mode 777 (in otherwords, make sure World has read, write, and execute permissions set.) The web server process (not your account) has to be able to write the files to it.

Posted

Thanks for the info Mike!

 

Yes, all the folders and subfolders are 777. I'm going back to the zc forum to see if there are any other ideas/suggestions!

 

Thanks again!

Posted

If you ever want to see exactly what php options are enabled, you can create a .php file with the following in your account and it will display the full detail when you access it:

 

><?php
   phpinfo();
?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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