|
This is related to your other issues. I doubt extra fields adoptions etc are stored either
$query = "UPDATE {$Globals['pp_db_prefix']}products SET enddate='$julian',price='$price',extra1='$extra1',extra2='$extra2',extra3='$extra3',extra4='$extra4',extra5='$extra5',extra6='$extra6',rating='$rating',zipcode='$myzipcode',adoptions=$adoptions,isauction=$isforbid,duration=$duration WHERE id=$forwardid";
$resultb = ppmysql_query($query, $link);
I have no idea why your install does not execute this query. This is nothing I can replicate on any other classifieds install. You get no error that this query does not execute but it would seem to me the only way the query could fail is if it was not getting the value of $forwardid
|