I don't know when this started but I have a number of these entries in Recent Log Entries.
Unknown column 'timezone_id' in 'where clause' query: UPDATE xxx_pfshared.users SET timezone_id = 304 WHERE timezone = -39600 AND timezone_id = 0 in /home/xxx/public_html/pressflow-6.15.73/sites/all/modules/event/event.module on line 276.
It looks like an error occurs when a users saves his profile with or without updating.
I checked the table users and there is no column timezone_id. When was this column supposed to be created. I can see a number of entries in the timezone column of 228|-180.
Not sure where to start looking.
Comments
Comment #1
waverate commentedAny ideas?
Comment #2
killes@www.drop.org commentedThe column should have been created when you installed event.module.
Comment #3
waverate commentedKilles,
Thanks for the reply. Is there a way to fix this by reinstalling without losing my existing events?
Comment #4
killes@www.drop.org commentedYou should simply create that column manually.
Comment #5
waverate commentedSOLVED
Thanks Killes. That was it.
From mysql, select the correct database and issue:
Comment #6
pfrenssenchanging status