KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: bubba64 on December 28, 2008, 12:46:56 am

Title: Access Denied on new product image
Post by: bubba64 on December 28, 2008, 12:46:56 am
My settings on XP pro using MYSQL 5.067 running on my local machine using Apache to forward all requests to tomcat (ajp working properly):

Image base URL: http://localhost/myweb/images
Image base Path: C:\websites\myweb\images
Image Path: \

When uploading the selected image I constantly get theh error:
"There has been a problem with the upload <PRE> 'path to image' (access denied) <PRE>"

I have changed the image directories, even started file sharing on the directory to try and get around this error with no success. Any suggestions on how to get around this? Thank you!
Title: Re: Access Denied on new product image
Post by: trevor on December 28, 2008, 09:25:01 am
I think that you need to put in the full destination path (including the image name) which you could change. Instead of \ , try \myImg.jpg .
Title: Re: Access Denied on new product image
Post by: bubba64 on December 28, 2008, 04:22:51 pm
Thank you for the quick reply.

Putting the image name in the path
\myimage.jpg

and browsing to the same file and clicking 'Upload' now produces no error, but the image does not upload, 'Insert' is not enabled, and yet I have no yellow fields on any tab. I have checked the tomcat logs and no errors are shown. Any more ideas??? Thank you.
Title: Re: Access Denied on new product image
Post by: bubba64 on December 28, 2008, 04:31:10 pm
I can get the image to display on the right side when I have the following settings:

Image base URL: http://localhost/myweb/images
Image base Path: C:\websites\myweb\images
Image Path: \myimage.jpg

Image 1: \myimage.jpg

I click Upload. But with these settings and the other required fields completed, I still cannot 'Insert'.
Title: Re: Access Denied on new product image
Post by: bubba64 on December 28, 2008, 04:34:35 pm
I might also add that after clicking on 'Upload' I get a red 'x' in the image window on the right. However, if I put the image path in the "Image 1:" field (ie /myimage.jpg) the image will appear on the right side, but I am still unable to do an "Insert".
Title: Re: Access Denied on new product image
Post by: trevor on December 28, 2008, 09:44:56 pm
Have you assigned a category to the product ?
Title: Re: Access Denied on new product image
Post by: bubba64 on December 29, 2008, 12:19:04 am
Thanks for the help, that was it!

Curious though, selecting an image with the browse button does not seem to do anything. I have to actually write the image path in the first "Image 1:" field for the upload to work. I thought that choosing an image by clicking on 'browse' and then using the file dialog would perform this function.