Account created on 17 March 2025, 4 months ago
#

Recent comments

Resaving the feed type corrected the issue.

Not sure why the field went missing. The feeds were previously deployed and working.

Thank you for your help with this.

I figured out what needs to be addressed in the CSS to fix this.

The following should be added to the following sections of CSS:
/* This is so the time doesn't wrap if the event title is wrapping */
.fc-daygrid-block-event .fc-event-time, .fc-event-main .fc-event-time {
white-space: nowrap;
}

/* This is so the time doesn't wrap if the event title is wrapping */
.fc-daygrid-dot-event .fc-event-title, .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start) {
white-space: normal;
}

I have not found where this should be in the actual module's code in order to create an actual patch. I'm currently overriding the statement in CSS with the !important tag to get it to display correctly.

I figured out what needs to be addressed in the CSS to fix this.

Currently the CSS for this section looks like:

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
padding: 1px;
}

This should be changed to:
.fc-daygrid-block-event .fc-event-title {
padding: 1px;
}

.fc-daygrid-block-event .fc-event-time {
padding: 1px 5px 1px 1px;
}

I have not found where this should be in the actual module's code in order to create an actual patch. I'm currently overriding the statement in CSS with the !important tag to get it to display correctly.

This morning I updated my development site to Solo v1.0.19 and modified the Unit & Leader Resources menu to have two fourth level menus since the release notes indicate that the menu system has been upgraded to support fourth level menus.

When the mouse is moving down the third level, the fourth level for the option will appear if it exists. However, the menu will close before the mouse gets down to the third level menu option below the option that has the fourth level.

No subtheme is in use.

I've attached a screen capture showing the issue. The mouse cursor gets to just above the next menu option before disappearing.

Steps to Reproduce

  1. Install Drupal 11.1.6 using GoDaddy's Cpanel process
  2. Updated settings.php to include displaying verbose error - $config['system.logging']['error_level'] = 'verbose';
  3. Log in as admin
  4. Go to Structure->Content types->Article->Manage fields
  5. Click on Create a new field
  6. Add field screen appears. Select Plain text and click on Continue.
  7. When prompted for a Label, entered: Test. Selected Text (plain) and then clicked on Continue.
  8. On the screen Test settings for Article, clicked the button Save settings
  9. Field is created, which is what is expected
  10. From the shell prompt, installed the Constant Contact module using the command: "composer require 'drupal/ik_constant_contact:^4.2'"

The following are the results of the command:
./composer.json has been updated
Running composer update drupal/ik_constant_contact
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
- Locking drupal/ik_constant_contact (4.2.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing drupal/ik_constant_contact (4.2.1): Extracting archive
Generating autoload files
Hardening vendor directory with .htaccess file.
40 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Scaffolding files for drupal/core:
- Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
Cleaning installed packages.
No security vulnerability advisories found.

  • Navigated to Extend and checked the box for the Constant Contact Module before clicking Install
  • Go to Structure->Content types->Article->Manage fields
  • Click on Create a new field
  • Fatal error appears

The following is the stack trace:
The website encountered an unexpected error. Try again later.

TypeError: Cannot access offset of type Drupal\Core\StringTranslation\TranslatableMarkup in isset or empty in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 45 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Drupal\Core\Plugin\DefaultPluginManager->getDefinition() (Line: 16)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance() (Line: 76)
Drupal\Component\Plugin\PluginManagerBase->createInstance() (Line: 136)
Drupal\field_ui\Form\FieldStorageAddForm->processFieldDefinitions() (Line: 80)
Drupal\field_ui\Form\FieldStorageAddForm->buildForm()
call_user_func_array() (Line: 528)
Drupal\Core\Form\FormBuilder->retrieveForm() (Line: 279)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 593)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 709)
Drupal\Core\DrupalKernel->handle() (Line: 19)

  • composer update was run on this install and the following was the results

Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading doctrine/deprecations (1.1.4 => 1.1.5)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Upgrading doctrine/deprecations (1.1.4 => 1.1.5): Extracting archive
Generating autoload files
Hardening vendor directory with .htaccess file.
40 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Cleaning installed packages.
No security vulnerability advisories found.

This appears to have resolved the reported issue. Thank you for your help.

Production build 0.71.5 2024