I am fairly new to drupal and am wondering if someone could help me with the error that came up while i was updating the databases.

user warning: Unknown table 'advforum_last_post' query: DROP TABLE advforum_last_post in /hsphere/local/home/studythegospel/studythegospel.com/sites/default/modules/advanced_forum/advanced_forum.install on line 31.

*Then at the bottom it said this*

advanced_forum module
Update #5003

* Failed: DROP TABLE {advforum_last_post}

Could anyone offer some advice on what i could do. Now when I try to go to my site, nothing comes up. It says page not found....?

Comments

michelle’s picture

Status: Active » Fixed

The failure doesn't hurt anything. It just means you never had a version with that table so it didn't find it when it tried to drop it. Has nothing to do with getting page not found errors. I added an "if exists" to the install file.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.