|
Only thing I can suggest is that your ftp program is not allowing certain files to be updated. Delete all templates and main php files except your two config files and upload the new files
I would then suggest if this was an upgrade you rerun the upgrade script to make sure your not missing anything.
Next thing to do is look under your bidding table and see what that query I posted pulls as it should pull the same as our script is pulling
This query is pretty absolute as far as history goes as you can agree
$query = "SELECT id,user_id,username,bid,maxbid,bid_date FROM {$Globals['pp_db_prefix']}bids WHERE ad_id=$product ORDER BY bid DESC";
$rows = ppmysql_query($query,$link);
|