Quote
I'm having the same problem as Teksigns was having. I changed the code in popup_add_image.php as you suggested Teksigns, but it did not fix the error. The image is uploaded, and it appears at the bottom of the page resized, but when clicked to enlarge, i get the 404 error.
Any suggestions???
Otherwise the scipt is running fine, I think.
Thanks,
Ash
I have installed the contribution properly. It is working great.
Thanks a lot for such a needed peace of code.
Ash,
I think you may get something if you try to look in to your catalog/includes/application_top.php file and find the follwing line:
#catalog/includes/application_top.php
define('FILENAME_POPUP_ADD_IMAGE', 'popup_add_image.php');
needs to be
define('FILENAME_POPUP_IMAGE_ADD', 'popup_add_image.php');
please note, one says IMAGE_ADD, the other ADD_IMAGE.
good luck!
thanks again for the contribution.