View Single Post
Old August 18th, 2005, 08:47 AM   #19 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,054
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);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote