Hello,
I am getting the error below when I am trying to upload an image for a new product.
Warning: move_uploaded_file(D:/inetpub/website/perfume/images/bw.jpg): failed to open stream: Permission denied in D:\inetpub\website\perfume\admin\includes\classes\upload.php on line 112
Warning: move_uploaded_file(): Unable to move 'C:\PHP\uploadtemp\php17CD.tmp' to 'D:/inetpub/website/perfume/images/bw.jpg' in D:\inetpub\website\perfume\admin\includes\classes\upload.php on line 112
I read through other posts and the common answer was "CHMOD your permissions to 777". I am on a windows server so the process is slightly different, but I have set the permissions to read, write and execute for the whole admin directory and it still doesn't work. I even tried uninstalling and reinstalling the whole cart, same result.
I am using the most up-to-date version of zen-cart by the way.
***Additonal note since posting: I applied read, write and execute to the entire cart, and the uplaod works now. By having this applied to the entire cart, is the cart at risk in anyway?



