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
Comment #1
kswan commentedI 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.
Comment #2
ronan commentedYeah, this file was removed and I forgot to remove this reference from the install file. The latest dev should be working though.