Closed (outdated)
Project:
Backup and Migrate
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2011 at 18:42 UTC
Updated:
18 Oct 2017 at 11:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liquidcms commentedI can confirm; when i enable the B/M module.. i lose my admin theme.. very odd.
Comment #2
liquidcms commentedjust tried lasted -dev and it seems to fix the issue.
Comment #3
liquidcms commentednope, my bad.. not fixed in latest dev.
changing priority
Comment #4
danny englanderI have run several tests with this issue and I can confirm it is clearly when Entity Translation and Backup and Migrate are used together. No other combination presents this symptom. It happens in a variety of circumstances but typically when you save settings in the admin UI whether it be a content type, a field, the modules page etc... It's fairly random too which makes it pretty elusive.
Comment #5
liquidcms commenteddeleted since already mentioned xpost above
Comment #6
ronan commentedBeen a while, but is this still an issue?
Comment #7
user advocate commentedI have run into this problem also so it's still exists.
I noticed that the static (admin) theme variable gets lost when a call to drupal_theme_initialize() is made from the l() function. Based on comments in the l() function I found a workaround. In a custom module add this line to an implementation of hook_init
variable_set('theme_link', false);
But do this only if you don't want to use a theme function for outputting links.
Comment #8
andrew answer commentedI found this bug (possibly same). If open
admin/structure/taxonomyand edit any vocabulary, admin theme is switched to site theme. But, if you change inbackup_migrate/includes/destinations.inc:73to
then problem is gone. Patch attached.
Comment #9
onmints commentedAfter deep debugging I also think that the Amazon link on destinations.inc:73 is the problem.
Patch provided by @Andrew #8 fixes the issue, at least for me.
Thank you!
Comment #10
onmints commentedWell, problem remains in other drupal pages, like drupal_commerce (when saving product type)
Dunno if it's related to the same bug of this module
Comment #11
couturier commentedWould it be possible to upgrade to the 7.x-3.2 version released September 27, 2017, to see if this resolves the issue? The 2.x branch hasn't received a code update in 4 years, but the 3.x branch is being maintained.
Comment #12
couturier commented@DamienMcKenna has proposed that the 7.x-2.x branch be marked as unsupported once the upgrade path to 7.x-3.x is verified. See this issue: Verify 7.x-2.x -to- 7.x-3.x upgrade path, mark 7.x-2.x as unsupported
Comment #13
couturier commentedCorrecting to "postponed" and updating version since the bug may or may not exist in the latest code.
Comment #14
couturier commentedClosing after more than two weeks with no activity.