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.

CommentFileSizeAuthor
#2 system.module.access.patch0 bytessign

Comments

meba’s picture

Isn't this duplicate to #202955 ?

sign’s picture

Status: Active » Needs review
StatusFileSize
new0 bytes

I 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

sign’s picture

Status: Needs review » Closed (duplicate)

Duplicate of #202955