Can anyone help with this error? I know the file exists in that location 
however I'm not able to thumbnail pics that are uploaded nor am I able to 
delete the images, This is the error when trying to remove an image.


The destination 
"C:\Inetpub\voremarketing\zimages\uploadedItemImages\wyb.gif" specified in 
the CFFILE tag is invalid.


The destination either does not exist or is not accessible by this tag.

The error occurred in 
C:\Inetpub\voremarketing\admin\inventory\updateInventory\updateInventory_Images_action.cfm:
 
line 76
Called from 
C:\Inetpub\voremarketing\admin\inventory\updateInventory\updateInventory_Images_action.cfm:
 
line 57
Called from 
C:\Inetpub\voremarketing\admin\inventory\updateInventory\updateInventory_Images_action.cfm:
 
line 1

                 <!--- 2 START --->
                 <cfif isDefined('FORM.chkDelete_#itemImageID#')>
                         <cffile
                                 action="delete"
                                 
file="#Request.RootSystemPath#zimages\uploadedItemImages\#itemImageURL#">

                         <cfquery name="deleteImageURL" datasource="#DS#">
                                 DELETE FROM tblItemImages
                                 WHERE itemImageID = #itemImageID#
                         </cfquery>
                 </cfif>
                 <!--- 2 FINISH --->

Web Your Business Inc., - located in Loveland, Colorado; serving the World!
http://www.webyourbusiness.com/ - & - http://www.aaabusinesshosting.com/
Phone: 970-593-6260 - Fax: 970-593-6267 - Toll Free: 1-877-416-8655 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to