I was checking my logs and this fatal error popped up about 10 minutes ago. I checked the website and it seems to be working fine now.

[07-Jan-2013 18:07:09] PHP Fatal error: Call to a member function MoveNext() on a non-object in ...includes/init_includes/init_db_config_read.php on line 25


and line 25 of that folder says: $configuration->MoveNext();

Nothing else in the logs to help me, and I checked the users from that time and it looks like a spider was trying to visit a non-existent blog?
70.39.246.37 /nddbc.html 1/7/13 6:07 PM 2377 Mozilla/5.0 Moreoverbot/5.1 (+http://www.moreover.com; [email protected])
70.39.246.37 /?feed=rss2 1/7/13 6:07 PM 224 Mozilla/5.0 Moreoverbot/5.1 (+http://www.moreover.com; [email protected])
70.39.246.37 /blog/wordpress/?feed=rss2 1/7/13 6:07 PM 543 Mozilla/5.0 Moreoverbot/5.1 (+http://www.moreover.com; [email protected])

Those 3 events go backwards in time so the error probably popped up at /nddbc.html. Does that indicate that the database connection was lost at that time or something entirely different?

thanks