GroovyFish Posted August 6, 2004 Posted August 6, 2004 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 ) 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! Quote
MikeJ Posted August 6, 2004 Posted August 6, 2004 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. Quote
GroovyFish Posted August 6, 2004 Author Posted August 6, 2004 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! Quote
MikeJ Posted August 6, 2004 Posted August 6, 2004 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(); ?> Quote
GroovyFish Posted August 7, 2004 Author Posted August 7, 2004 I tried that but didn't see http-upload. But then it was early and I hadn't finished my first cup of coffee yet. 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.