This is related to my issue at http://drupal.org/node/556896.

I'm trying to get b_m and b_m_f to work together.

In trying to enable b_m 2.x-dev I get the following error. . .

Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/backup_migrate/includes/db.inc' (include_path='.;C:\wamp\bin\php\php5.2.9-2\pear') in C:\wamp\www\sites\all\modules\backup_migrate\backup_migrate.install on line 193

Further investigation reveals that the is no ./includes/db.inc . . .

Help?

Comments

kswan’s picture

I had the same problem.

You can simply delete line 193 of the backup_migrate.install file. I did that and the module installed correctly. After looking through the install function I don't see anything that requires the db.inc file.

ronan’s picture

Status: Active » Fixed

Yeah, this file was removed and I forgot to remove this reference from the install file. The latest dev should be working though.

Status: Fixed » Closed (fixed)

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