View Single Post
Old April 18th, 2005, 07:46 PM   #17 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
Well I have done a few upgrades from that version without issue as I do the upgrades for the company.

Lets take one error you have the showcat one

Most likely it is failing on the numreviews field that was added to the products table however if you ran the 2.8 upgrade it is added

$query[] = "ALTER TABLE {$rp_db_prefix}products ADD numreviews INT(12) DEFAULT '0' NOT NULL AFTER lastpost";

try turning on debugging to display errors so you can see the full nature of the error

offer still stands Michael or I would have no problem assisting you find out the nature of the issue but you would need to send access info
__________________
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