I have just installed this module and get:

* user warning: Table 'wlvhall_wlvhall.backup_migrate_destinations' doesn't exist query: SELECT * FROM backup_migrate_destinations in /home/wlvhall/public_html/sites/all/modules/backup_migrate/includes/crud.inc on line 612.
* user warning: Table 'wlvhall_wlvhall.backup_migrate_profiles' doesn't exist query: SELECT * FROM backup_migrate_profiles in /home/wlvhall/public_html/sites/all/modules/backup_migrate/includes/crud.inc on line 612.

What do I do to get these tables installed?

Comments

cantthinkofanickname’s picture

I notice there was some sort of fix for this but where are the instructions on how to apply such fixes?

ronan’s picture

Status: Active » Fixed

Best thing you can do at this point would be to disable and then uninstall backup and migrate and then reenable the module. That will remove any backup and migrate settings you have created, but if it you don't have a destination or profile table, then you probably haven't made any changes yet.

Let me know if this works.

cantthinkofanickname’s picture

ronan, when you say "migrate" what do you mean?

ronan’s picture

Migrate just means moving your database contents from one db to another. Usually that means copying your live site data to your stage or development site for development and testing.

Status: Fixed » Closed (fixed)

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