Go to Tools --> Server/Version Info in your Zen Cart admin panel. Do a page search for File Uploads. If they are set to off then you are better off considering another host.
Vger
Go to Tools --> Server/Version Info in your Zen Cart admin panel. Do a page search for File Uploads. If they are set to off then you are better off considering another host.
Vger
if i upload my images through ftp how would i point my product to the image that corresponds to it?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Well, I think the alternate method you described here is nice as a backup, (I just tried it and see it works well) but the upload function from the Admin sure is sweet, and I am having withdrawl because...
This morning I moved the shopping cart directories out of the ZenCart directory and up to the main level, so customers are in ZenCart upon arrival at the domain.
Up until this move, I have been able to upload images directly through the Admin, but after the "move-up-one-level" I have not been able to upload the images directly.
I have tried pretty much every solution I could find in the FAQ and Forums here (resetting permissions, etc.), but am still getting the following response at the top of the Admin page when I try to upload an image to a product page:
------- begin response --------
Warning: move_uploaded_file(D:\\\\\\\\\\\\\\\\inetpub\\\\\\\\\\\\\\\\blahblah/images/po/PO-IB-7.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in D:\Inetpub\blahblah\admin\includes\classes\upload.php on line 112
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\TEMP\phpD1.tmp' to 'D:\\\\\\\\\\\\\\\\inetpub\\\\\\\\\\\\\\\\bhjdynamics/images/po/PO-IB-7.jpg' in D:\Inetpub\blahblah\admin\includes\classes\upload.php on line 112
------- end response --------
Have I just overlooked a permission setting?
I can change the text descriptions, it just seems to be the images?
Thanks for any input,
chrx
This tells you that the attempt to move the uploaded image from its uploaded location at C:\WINDOWS\TEMP\phpD1.tmp into its destination at D:\inetpub\bhjdynamics/images/po/PO-IB-7.jpg failed.
Typical causes of failure are:
- insufficient disk space in destination drive/folder
- disk quota limitations in destination drive/folder
- destination folder isn't writable
- filename unacceptable for given operating system
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.