View Single Post
(#2)
Old
sporthorsebreeder sporthorsebreeder is offline
Senior Member
sporthorsebreeder will become famous soon enough
 
Posts: 124
Join Date: Apr 2006
Default 09-21-2006, 04:26 AM

Hello Sedonagate
This is a bug in the file upload feature. See my previous post on the forum.
http://www.68classifieds.com/forums/...ead.php?t=1319

Eric in support fixed it for me. Here is what he changed.


Quote:
"Here is what I had to change. This was both for the frontend and administration:"

Open the modify listing and locate this line:
$sSQL="DELETE FROM ".PREFIX."products_fields WHERE fID=".$fid;

Replace it with:
$sSQL="DELETE FROM ".PREFIX."products_fields WHERE pID=".$productid." AND fID=".$fid;
I hope that helps.
Hugh
Reply With Quote