Closed (fixed)
Project:
Backup and Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2013 at 19:07 UTC
Updated:
11 Mar 2013 at 16:20 UTC
With the latest 7.x dev release, there is a line in the backup_migrate.install that has a require_once for "/includes/db.inc" file (line 185). However, that file does not exist in the installation package. This generates an error message upon installation.
Comments
Comment #1
fgmNote that this causes Drush installs to fail, not just emit a warning.
Comment #2
ronan commentedOops, I removed an obsolete file without removing the reference to it. Should be fixed in the next dev.