I get this critical error after install
The website encountered an unexpected error. Please try again later.
Recoverable fatal error: Argument 2 passed to disable_messages_help() must be an instance of RouteMatchInterface, instance of Drupal\Core\Routing\CurrentRouteMatch given in disable_messages_help() (line 14 of modules/contrib/disable_messages/disable_messages.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | crashes_after_install-2745777-3.patch | 310 bytes | anish.a |
Comments
Comment #2
Strutsagget commentedFixed by adding
use Drupal\Core\Routing\RouteMatchInterface;
to disable_messages.module
Comment #3
anish.a commentedPatch flying in. Can you please test?
Comment #4
anish.a commentedJust noticed this
https://www.drupal.org/node/2721583
So, patch works and I am committing.
Comment #7
anish_zyxware commented