Hi,
I installed version 7.x-2.1 on my Drupal 7.0 site, and I cannot access the Backup and Migrate admin pages. There is no link in the Structure menu, and I am also unable access admin/structure/backup_migrate directly (I just see the structure menu).
The only evidence that the module is installed is that I see it on the modules page and I can set the permissions. I have tried accessing it with User 1 and also an Administrator user, to no avail.
I cleared my Drupal and browser caches multiple times. I tried disabling and re-enabling the module, but it still won't show up. This is a relatively fresh Drupal install (not an upgrade).
Am I missing something obvious?
Thanks,
Andrea
Comments
Comment #1
dgorton commentedHrmm - no. Nothing obvious. Do you have any error messages or log entries that could help shed light on this? Did you upgrade from an earlier version? Did it ever show up? Have you installed any other modules in the meantime? (What modules do you have installed?)
Definitely in need of further info - anything/everything you can provide will help!
Comment #2
citronica commentedAha, it is a documentation error. I found the Backup and Migrate settings at admin/config/system/backup_migrate (under Configuration, not Structure). The README.txt file said to look under Structure.
Sorry about the false alarm!
Comment #3
alphapenguin commentedI actually am having this problem. It is not showing up under admin/config/system -... I just see Site info, Actions, and Cron. No BAM.
I disabled it under modules and re-enabled it and this is what I get:
DatabaseSchemaObjectExistsException: Table backup_migrate_profiles already exists. in DatabaseSchema->createTable() (line 630 of /home/tsaifami/public_html/oldstonecrossing.net/drupal/includes/database/schema.inc)
To note, I did upgrade from the dev version to this one.
Comment #4
johnDrupal commentedIm having an issue as well with D6 BAM. I have added it to the appropriate modules folder but it does not show on the admin modules page for me to install/enable it? Any insight on the problem?
Comment #5
kickingsawdust commentedBump, I've installed the both the recommended and the dev package (not at the same time) and nowhere can I find the interface to BAM. It appears that there are some different issues being reported here perhaps this issue needs to be split. The original reporter of the problem was just looking in the wrong place do to improper documentation. Another is not seeing the module available for installation. I am able to install and activate the module, but BAM does not appear anywhere in the interface, (not improperly documented from what I see, just simply not there).
Comment #6
kickingsawdust commentedSome follow up, I have removed and reinstalled the stable 7 release, the dev release and the nightly from git, none of them ever show anywhere in the administration section. I tried a 6 version but this wouldn't activate at all. I'm at a loss as to what to try next.
Comment #7
dgorton commentedRight - we may have some different things colliding here (per #5).
In Drupal 7, BAM is under 'Configurations >> System' (admin/config/system/backup_migrate). If you're not seeing it there, try uninstalling and reinstalling the latest stable.
In Drupal 6, BAM is under 'Content management >> Backup and Migrate' (admin/content/backup_migrate). Likewise - if that isn't showing up, uninstall / reinstall.
Finally, please note that the Drupal 6 version (version 6.x-anything) of the module will not work in Drupal 7 and vice-versa -- that's just the way Drupal works.
If this does not fix things, please give specific version numbers you are using (Drupal, BAM, etc.) and be as explicit as possible about steps you took to get to where you are (upgrades, fresh install, etc.) Also please share all other modules that are enabled.
Comment #8
kickingsawdust commentedThanks dgorton that did the trick, I knew I must be in the wrong place. I was trying to figure it out this afternoon by looking at the code but wasn't getting anywhere. Awesome, time to back up!
Comment #9
Sue Mildrum commentedHere's another datapoint: I'm running a fresh install of Drupal 7.0. I downloaded and enabled backup_migrate 7.x-2.1 via drush and also had the issue that there was no place in the administration area to configure it. I disabled and re-enabled backup_migrate via the administration Modules page in the user interface and then it showed up. Perhaps it's related to drush integration?
Comment #10
ronan commentedHi all,
Sorry I haven't mentioned this on here before. Per the D7 usability team, I moved the location of Backup and Migrate between verison 7.x-2.0 and 7.x-2.1 from the 'build' section to the 'config -> system' section. If it is not showing up there after an upgrade, then a cache clear (under performance) should do the trick.
If you're having a problem with the D6 version then it is a different issue altogether and you should open a new ticket so we can track that separately.
R
Comment #11
canadrian commentedUninstall and reinstall of the latest -dev fixed this issue for me.
Comment #12
amateescu commentedFixed per #10.
Comment #14
sstacks commentedJust FYI clearing cache fixed my problem in D7. B&M admin link now showing up.