I recently upgraded a site from Drupal 5 to Drupal 6.
I'm doing some troubleshooting now and am seeing this error in watchdog:
Table 'community_prod.og_notifications' doesn't exist query: SELECT autosubscribe FROM og_notifications WHERE uid = 23161 in /var/www/html/community/sites/default/modules/contrib/og/modules/og_notifications/og_notifications.module on line 495.
I did a clean install on another server and the table installs correctly. Looks to be related to the upgrade process.
Comments
Comment #1
Zen commentedDo you by any chance have a backup of the DB prior to upgrade?
-K
Comment #2
Zen commentedNo reply.
Comment #3
primus commentedI am in the process of upgrading from 5 to 6 and have gotten the same error above:
user warning: Table og_notifications' doesn't exist query: SELECT autosubscribe FROM og_notifications WHERE uid = 1 in \modules\og\modules\og_notifications\og_notifications.module on line 660.
I do have a backup of my 5 DB, but I'm unsure on how to proceed to fix the problem. Any advice would be grateful.
version of OG I'm upgrading to:
; Information added by drupal.org packaging script on 2009-08-18
version = "6.x-2.0"
core = "6.x"
project = "og"
datestamp = "1250604120"
Upgrading from:
; Information added by drupal.org packaging script on 2009-09-30
version = "5.x-8.1"
project = "og"
datestamp = "1254338448"
Comment #4
Grayside commentedMultiple years since last comment. Possibly a problem with not enabling OG Notifications.