While upgrading EE from 2.3.1 to 2.5.1, I encountered this error…
A Database Error Occurred
Error Number: 1054
Unknown column ‘ref_ip’ in ‘exp_comments’
ALTER TABLE `exp_comments` CHANGE `ref_ip` `ref_ip` varchar(45)
Filename: [path hidden for security]/expressionengine/modules/referrer/upd.referrer.php
Line Number: 162
I’ve since rolled back the database and files to the previous version.
Any clue what this means, or how to fix it?