Getting this error:
Fatal error: Call to a member function edit_form() on a non-object in / * * * /sites/all/modules/backup_migrate/includes/crud.inc on line 100
There is something wrong with the installer, I suspect. Tried uninstalling, manually deleting database references, to no avail.
Thanks!
-Brian

CommentFileSizeAuthor
#3 backup_migrate.table-prefix.patch902 bytesthehong

Comments

brianbrown’s picture

Title: Fatal error: Call to a member function edit_form() on a non-object in .../modules/backup_migrate/includes/crud.inc on line 100 » Not appending database table prefixes?

Did yet another "clean" install, now I get this:
user warning: Table 'dbname.backup_migrate_destinations' doesn't exist query: SELECT * FROM backup_migrate_destinations in / * * * /sites/all/modules/backup_migrate/includes/crud.inc on line 591
It seems that now the table prefix (in my case "drup_" is not getting recognized properly. The correct 'destinations' table exists and is populated with destinations, both default and entered through the UI.
The correct table name should be 'dbname.prefix_backup_migrate_destinations'
Thanks!
-Brian

daniel korte’s picture

same prefix and same error for me.

thehong’s picture

Assigned: Unassigned » thehong
Status: Active » Needs review
StatusFileSize
new902 bytes

---
Andy

ronan’s picture

Status: Needs review » Fixed

Committed. Thanks all.

brianbrown’s picture

Yes! This patch works!
Thanks, hongie!
-Brian

Status: Fixed » Closed (fixed)

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