Closed (fixed)
Project:
Fullcalendar View
Version:
5.1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2021 at 08:44 UTC
Updated:
7 Sep 2022 at 16:32 UTC
Jump to comment: Most recent
Comments
Comment #2
mingsongTry this module
https://www.drupal.org/project/module_missing_message_fixer
Comment #3
mtoscano commentedThanks for the suggestion.
Finally, we solved (apparently) using the command:
drush cdel core.extension module.calendar_recurring_event
Comment #4
mtoscano commentedComment #6
bcobin commentedI have the same issue, but running the Drush command throws the following error:
I'm on Drupal 9, so I don't understand. The module_missing_messsage_fixer does nothing on D9 AFAICT, and there's also no entry for the module on core.extension.yml.
So I'm stuck. Any guidance greatly appreciated...
Comment #7
saurabh-2k17 commentedHey @bcobin
I just upgraded to the latest version of https://www.drupal.org/project/fullcalendar_view/releases/5.1.5
Just after the upgrade, I started getting and error
I checked the core.extension.yml and this module was enabled in that, once I removed it and cleared the cache the error was gone and config import worked successfully.
Thanks
Comment #8
bcobin commentedThanks for the suggestion - I really appreciate it. But no help there. Here are the contents of my web/core/config/install/core.extension.yml file:
I've now uninstalled all event-related modules - even the content type. I still get:
The following module is marked as installed in the core.extension configuration, but it is missing:
calendar_recurring_event
It looks like I might have to trash the site entirely, start from scratch and hope - hope - that I can get events to work in Drupal 9. This is a freakin' nightmare.
Any help greatly appreciated... thanks in advance...
Comment #9
bcobin commentedI was able to solve this by uninstalling and deleting all modules related to events. I then downloaded and installed the latest 8.x version of the module from the repository. I then uninstalled it and was able to start from scratch. Hope this helps...
Comment #10
joshuautley commented#3 worked during our upgrade from Drupal 8.9.20 to 9.4.5 in which we updated Fullcalendar View 8.x-2.8 to 5.1.7
Thank you!