Hi,
at first click on configure, Drupal says that isn't possible to go to that page. This happen for administrator.
After a walk around the site (included permission page), as I come back to configure, I can enter there.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | system.module.access.patch | 0 bytes | sign |
Comments
Comment #1
meba commentedIsn't this duplicate to #202955 ?
Comment #2
sign commentedI have found that in _system_themes_access() after fresh installation we are getting status of the theme 0, even if it's a default garland theme. I assume this is because menu is being rebuilt before setting up a status of the theme? not sure here.
I have created a patch which will check if the theme matches default theme, so it should have status 1.
I would suggest to rebuild the menu straight after installation, but i dont know what is the workflow of the install process yet ;)
@meba:this might be duplicate of #202955
Comment #3
sign commentedDuplicate of #202955