Problem/Motivation

An error is triggered in the glossify uninstall hook:

 Call to a member function removeInstanceId() on null

which is caused by the FilterFormat::removeFilter() method being called without the filter collection being instantiated in the object:

Proposed resolution

Instantiate the filter collection by calling FilterFormat::filters() prior to removing the glossify filters.

Issue fork glossify-3244714

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jhedstrom created an issue. See original summary.

sanduhrs’s picture

Status: Active » Fixed

The hook_uninstall has been removed in 8.x-1.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.