Steps to reproduce this issue:

  1. Spin up a fresh copy of drupal 7 with backup_migrate, libraries
  2. Download backup_migrate_dropbox
  3. Try to enable the backup_migrate_dropbox module
  4. Drupal reports that BenTheDesigner's Dropbox API needs to be installed inside sites/all/libaries/Dropbox-master
  5. git clone git@github.com:BenTheDesigner/Dropbox.git into sites/all/libaries/Dropbox-master
  6. Enable backup_migrate_dropbox module
  7. Try to create a dropbox destintation admin/config/system/backup_migrate/destination/list/add/dropbox
  8. Drupal reports the error that PHP failed loading required file 'sites/all/libraries/dropbox/Dropbox/API.php' (line 124 in destination.dropbox.inc)

The solution is to change these paths to match the destination.dropbox.inc:

  • backup_migate_dropbox.install line 15
  • backup_migate_dropbox.install line 23

Comments

brycefisherfleig’s picture

StatusFileSize
new1.07 KB

This patch changes the library check path in the install hook to match the path used by the rest of the module.

brycefisherfleig’s picture

Status: Active » Needs review

Forgot to change the status!

wundo’s picture

Status: Needs review » Fixed

Committed :)

Status: Fixed » Closed (fixed)

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