-
Notifications
You must be signed in to change notification settings - Fork 4
Error and general issues with the instructions #39
Comments
I've rectified this, the response code now returns 200 and it's good to download, the |
Follow up to issues that continue to exist. CSS aggregation is enabled, says it's not when it is. When will the latest audit.site code be released that rectifies these issues? |
The issue here (assuming Drupal8) may be that the development and production settings.php have config overrides in place for errors, js and css (https://github.com/govCMS/govcms8lagoon/blob/develop/.docker/images/govcms8/settings/development.settings.php) - audit-site is currently not able to detect when a config override is in place, and most likely tests against the value in config, not the computed value. |
A static file check could potentially look for global overrides. We’ve not explored that idea before though. |
Yes a D8 site. We obviously have no access to the settings.php so I assume we continue to mark the site audit report off as a false negative for these elements, until such time that it's fixed. govcms8lagoon/.docker/images/govcms8/settings/development.settings.php /**
/**
|
Instructions are very light on for someone new to this.
Also running command:
wget https://github.com/govCMS/audit-site/releases/download/7.x-3.x-beta2/audit.phar
results in the following:
--2019-10-24 13:20:55-- https://github.com/govCMS/audit-site/releases/download/7.x-3.x-beta2/audit.phar
Resolving github.com (github.com)... 13.237.44.5
Connecting to github.com (github.com)|13.237.44.5|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-10-24 13:20:55 ERROR 404: Not Found.
As this is an integral part of the forklift process are there plans to fix this and make it easiest to carry out?
The text was updated successfully, but these errors were encountered: