Closed (fixed)
Project:
Gin Admin Theme
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
25 Mar 2020 at 16:29 UTC
Updated:
19 Apr 2020 at 13:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedNotice: Trying to get property 'info' of non-object in Drupal\system\Form\ThemeExperimentalConfirmForm->Drupal\system\Form\{closure}() (line 110 of
Comment #2
saschaeggiHey, did you follow the instructions over at https://www.drupal.org/project/gin ?
Comment #4
Anonymous (not verified) commentedYes we did.
Comment #6
Anonymous (not verified) commentedNotice: Trying to get property 'info' of non-object in Drupal\system\Form\ThemeExperimentalConfirmForm->Drupal\system\Form\{closure}() (line 110 of
Comment #8
simon georges commentedI have the same issue. After enabling Caro as default theme, clicking on "Install Gin" brings a "The gin theme was not found".
Drush gives a "Unable to install modules gin due to missing modules gin."
I found the issue: I had installed "Claro" but not set it as my admin theme. By doing that, Gin installation works.
Comment #9
saschaeggiThanks @simon I've updated the steps accordingly: https://www.drupal.org/project/gin
Comment #10
q__nt_nHello,
I follow the new steps and it's doesn't work.
I'll try to debug
Comment #11
q__nt_nI add a breakpoint at line 129 in ThemeInstaller.php.
The condition has not been met because
gin_toolbardependency isn't in$theme_data(@see attachment). Is it becausegin_toolbaris a module and not a theme ?So, when I remove this :
in your gin.info.yml and enable gin_toolbar manually, then installing Gin theme works !
Comment #13
saschaeggiOkay that was added recently to because of this #474684: Allow themes to declare dependencies on modules but I'll remove it again for now. Thanks for reporting. Just rolled out Alpha4 with the fix.
Let me know if it works again with Alpha4.
Comment #14
saschaeggiComment #15
saschaeggiCan anybody confirm that it works again with the release of Alpha4? Thanks :)
Comment #16
anruetherI just installed alpha5 and followed the instructions on the module page. It works for me! (Looks great btw :)
Comment #17
saschaeggi@SimonGeorges @q__nt_n can you confirm? :)
Comment #18
saschaeggiComment #19
saschaeggi