Closed (fixed)
Project:
Dynamic Layouts
Version:
8.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2020 at 15:29 UTC
Updated:
21 Aug 2020 at 13:39 UTC
Jump to comment: Most recent
Comments
Comment #2
falco010Hi Maruthi,
I could reproduce this, however I am not sure what is causing this. Maybe there is something wrong with the composer packages on Drupal.
A solution that worked for me was this:
Comment #3
cshimer commentedGood day,
I was able to install version 8.x-1.4 but was getting the same error and noticed that version 8.x-1.4 is missing the version number in the "dynamic_layouts.info.yml" file. When I cleared cache I was also seeing a warning: "Module dynamic_layouts has an entry in the system.schema key/value [warning]".
Line numbers 10 - 13 in the previous version's info file are missing in this new version.
# Information added by Drupal.org packaging script on 2018-03-08
version: '8.x-1.3'
core: '8.x'
project: 'dynamic_layouts'
Cheryl Shimer
IQ Solutions, Inc.
Comment #4
maruthi9999 commentedAfter I have tried with the step 1 and 2 in the comment#2 , then I am able to install the module. Thank you for the solution,
And when i tried to create a new layout using dynamic layouts I am getting following errors.
Access denied
"You are not authorized to access this page."
Should I create a new issue for the above warnings?
Also in the module permissions, I am not seeing checkbox on admin column.
Thank you verymuch on your response
Comment #6
fabianderijkThis is now fixed in the 8.x-1.5 release. I removed a bit to much from the info.yml file....