- 🇺🇸United States jhedstrom Portland, OR
Need more details on how this error is triggered...
- 🇬🇧United Kingdom problue solutions Northern Ireland
Im also getting this error when visiting the Drupal Uninstall page.
In addition to that, when visiting the Message configuration page I get the following error:
TypeError: Drupal\message\MessagePurgePluginManager::purgeSettingsForm(): Argument #3 ($purge_settings) must be of type array, null given, called in /web/modules/contrib/message/src/Form/MessageSettingsForm.php on line 104 in Drupal\message\MessagePurgePluginManager->purgeSettingsForm() (line 48 of modules/contrib/message/src/MessagePurgePluginManager.php)
- 🇫🇷France GuillaumeDuveau Toulouse
Had to rename Message.php to Message.php.old or something else then clear caches and uninstall this site.
- 🇮🇳India shashank5563 New Delhi
Hi Deepak,
I was facing the same issue after installing message module. This issue was caused by the module not being installed correctly.
I was added message table in database. After that, I was able to uninstall the module.
Also, first install the message module and then install the message notify module. You have to install modules one by one.
-- -- Table structure for table `message` -- CREATE TABLE `message` ( `mid` int(10) UNSIGNED NOT NULL, `template` varchar(32) CHARACTER SET ascii NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii NOT NULL, `langcode` varchar(12) CHARACTER SET ascii NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for message entities.';
- Status changed to Closed: cannot reproduce
about 1 year ago 7:41pm 16 January 2024