|
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
|