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