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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | backup_migrate.table-prefix.patch | 902 bytes | thehong |
Comments
Comment #1
brianbrown commentedDid 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
Comment #2
daniel kortesame prefix and same error for me.
Comment #3
thehong commented---
Andy
Comment #4
ronan commentedCommitted. Thanks all.
Comment #5
brianbrown commentedYes! This patch works!
Thanks, hongie!
-Brian