Getting exception error while try to access people page, extend page. maintenance page

Created on 3 November 2023, over 1 year ago
Updated 2 July 2024, 9 months ago

Problem/Motivation

Getting exception error while try to access people page, extend page. maintenance page.

 The website encountered an unexpected error. Please try again later.

Drupal\config_readonly\Exception\ConfigReadonlyStorageException: Your site configuration active store is currently locked. in Drupal\config_readonly\Config\ConfigReadonlyStorage->checkLock() (line 142 of modules/contrib/config_readonly/src/Config/ConfigReadonlyStorage.php).

Steps to reproduce

1. Intall module
2. add this in settings.php
$settings['config_readonly'] = TRUE;
3. Now, click on people page, extend page or maintenance page etc.

Proposed resolution

If we remove : throw new ConfigReadonlyStorageException('Your site configuration active store is currently locked.');
this from the ConfigReadonlyStorage.php file then it is working as expected.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: cannot reproduce

Version

1.0

Component

Code

Created by

🇮🇳India shashank5563 New Delhi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024