This question may be related to a resolved thread.
Hi
I seem to be having the same problem as David was having in the thread above. I updated my 1.7.1 to 1.7.3, all went fine. Optimised and repaired my tables, then followed the update instructions. It all looks fine until I get to 2.5.2, where the screen goes blank. If I then refresh I get
A Database Error Occurred
Error Number: 1091
Can’t DROP ‘user_blog’; check that column/key exists
ALTER TABLE `exp_referrers` DROP COLUMN `user_blog`
Filename: /xxxxx/xxx/xxxx/admin/expressionengine/modules/referrer/upd.referrer.php
Line Number: 146
So I tried Dan’s suggestion and took a look in PHPMyAdmin. Sure enough, exp_referrers doesn’t have a user_blog column. So I add it manually (as type “text”, and after ref_agent), and refresh the updater. Again I get a blank screen. Refreshing again shows the error above. Then I check in PHPMyadmin and the new user_blog field has gone.
Any ideas how to fix this? My client is unable to edit their site while all this is going on, so would be good to find a fix ASAP.
Thanks!