Active
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
Theme Settings
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Jun 2012 at 13:45 UTC
Updated:
3 Apr 2022 at 13:48 UTC
If I use drush pm-releases adaptivetheme the following error is viewed:
Error while trying to find the common path for enabled [error]
extensions of project adaptivetheme. Extensions are:
adaptivetheme, adaptivetheme_admin, adaptivetheme_subtheme,
my_theme.
Can I change this or is this an error?
Comments
Comment #1
Jeff Burnz commentedI'm not sure why you get this error, this is what I get:
I'll ask in another thread what the issue might be.
Comment #2
Jeff Burnz commentedComment #3
mxtI'm trying to do an update from adaptivetheme 7.x-3.0 to 7.x-3.1 but without success:
What can I do?
Thank you very much for any help
Comment #4
Jeff Burnz commentedThat looks like it's pulling the wrong info from GIT because the project extension names are wrong for 7.x-3.x.
Comment #5
mxtThank you for your answer, but I don't understand if this is a issue I can resolve by myself (changing something that I ignore at the moment), or is drush problem, or is adaptivetheme problem...
Comment #6
mxtI still have the same issue in another site using adaptivetheme: I cannot upgrade with drush from 7.x-3.0 to 7.x-3.1.
Can you please give me an advice to resolve this?
Thank you very much
Comment #7
mxtAfter manually upgrading (without drush) to 7.x-3.1 I still receive the following warning after doing "drush up" tu upgrade any other modules:
Please, help me to resolve: what can be the reason?
Thank you very much
Comment #8
Jeff Burnz commentedI'll ask the infrastructure team, it could be some cache issue with GIT?
Comment #9
mxtThe error disappear removing the following lines:
from the following files:
That's probabily due to:
(see: http://drupal.org/node/1532166#comment-5955848 )
Is there definitively a way to resolve this?
Thank you very much
Comment #10
Jeff Burnz commentedI think definitive way to solve it is to remove those lines, or at least the project declaration in all themes that are not part of the project, i.e. your custom sub-themes.
Comment #11
Jeff Burnz commentedI have opened this ticket #1864900: Remove packing script data in adaptivetheme.drush.inc
Comment #12
Countzero commentedFix in #9 works here. Thanks.
Comment #13
sbgranny commentedGot same error today. Fix in #9 works. Thanks.