Confirm patch fix issue, Thanks @sonvir249
Hi all
This patch is for Drupal 10.3 module version 2.0@beta
Patch could not apply
MahmoudSayed96 β created an issue.
I added this code inside `recurring_events\src\Plugin\FullcalendarViewProcessor\RecurringEventsFullCalendarProcessor.php` issue fixed
if (empty($variables['#attached']['drupalSettings']['fullCalendarView'])) {
return;
}
MahmoudSayed96 β created an issue.
I am getting the error exception. Is there any quick solution or patch for the fix?
MahmoudSayed96 β created an issue.
MahmoudSayed96 β changed the visibility of the branch 3451581-get-server-uid to hidden.
MahmoudSayed96 β created an issue.
The same issue happened to me because I did not enable /add the private path in the `settings.php` file when adding it, an exception did not occur.
MahmoudSayed96 β created an issue.
Drush::$container is not initialized yet. \Drush::setContainer() must be called with a real container.
Patch applied and issue fixed
Thanks @apaderno
Solved with me thanks @nginex
MahmoudSayed96 β made their first commit to this issueβs fork.
I used this command to fix the issue
drush eval "drupal_flush_all_caches();"
MahmoudSayed96 β created an issue.
#12 that is worked with me. Thank you
Thanks @intyms this solution working on D9
MahmoudSayed96 β created an issue. See original summary β .
Merged
Thanks, @ashutosh-ahirwal