-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[site:status] Configuration directory with unescaped string. #3955
Comments
@GuidoRobertone First of all I have checked the code
Tags striping is there. |
@GuidoRobertone Ok, After debugging how Drupal displays system requirements. I was able to reproduce it. Actually, the config directory should exist in order to see in system requirements. In my case these folders were there. OK, now I see and I will debug it. |
PR - #3958 https://www.drupal.org/project/drupal/issues/3007260 I think we also should display description as additional information. I need to find to present it nice way. |
@GuidoRobertone I also added description information, like this users will see more additional information. |
Merged |
Problem/Motivation
The result of site status command returns an unescaped config directory string when the settings.php file was edit.
How to reproduce
Details to include:
Solution
A correct directory string will be displayed using strip_tags() function.
The text was updated successfully, but these errors were encountered: