Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

[Solved] Fatal Error When Updating to 2.1a24.1

Trying to do a test update to 2.1a on a backup of my database, and I'm getting a fatal error because of an unknown column. Problem is, when I look at the user table in the database, there is no such column anywhere. Any insight? The error message follows:

Unknown column 'AllIPAddresses' in 'field list'
update GDN_User User
set DateLastActive = :DateLastActive,
 LastIPAddress = :LastIPAddress,
 AllIPAddresses = :AllIPAddresses
where UserID = :UserID
UnderDog

Comments

Sign In or Register to comment.