kay_v β created an issue.
π¬ Export Menu Not Working Closed: works as designed provides another example of the confusion raised in this ticket; mentioning here for reference when reviewing the patch
this issue relates to need for documentation in progress at π where is the export directory? Needs review
I'm cross referencing since the discussion here exposes a common misunderstanding that documentation could clear up
hi @arlingtonvoicellc - we had a similar issue come up with Drupal 10 yesterday. Did you end up resolving the issue, and can you share any information?
We'll also update this ticket as we learn more.
hi @sarwan_verma - thanks for your surprisingly quick attention to this issue. I'd actually had a fix ready on my local when I filed the issue. Please feel free to have a look at the MR and add any comments. It looks quite different from your approach.
Interested in your thoughts.
Marking as closed.
Thanks @edysmp! I've also not been able to reproduce the issue, tho it kept happening repeatedly for so long. Huh! Who knows what made the issue come up? Good to have it resolved!
I'm updating the summary; it seems Drush pmu is inconsistent - sometimes it succeeds and others it does not:
ddev drush pmu simple_views_accordion
In DiscoveryTrait.php line 53:
The "simple_views_accordion" plugin does not exist. Valid plugin IDs for Drupal\views
\Plugin\ViewsPluginManager are: entity_reference_revisions, serializer, simple_views_
accordion_simple_views_accordion, default, default_summary, table, rss, grid, html_li
st, entity_reference, unformatted_summary, opml
Failed to run drush pmu simple_views_accordion: exit status 1
Looks like the patch is failing to apply, and that there may be some additional missing elements:
error message:
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' key must be present in modules/contrib/form_mode_routing/form_mode_routing.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 67 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
removing the 2nd error; it appears to be an issue with pathauto
clarify issue summary
This issue status is accurately RTBC. It relies on other patches.
To implement this module, first apply the following (the list includes the patch from comment #19):
"Settings submit fix": "https://www.drupal.org/files/issues/2022-12-16/2-fix-empty-form-value-validation.patch",
"array_filter()": "https://www.drupal.org/files/issues/2023-04-21/3350333-5.patch",
"config schema error": "https://www.drupal.org/files/issues/2023-08-07/error-after-drupal-10.1.0-3368736-19.patch"
on a fresh install, the following error occurs
TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in array_filter() (line 141 of /var/lib/tugboat/stm/web/modules/contrib/ckeditor5_font/src/FontColorsManager.php).
To reproduce the error on a fresh install:
- enable the patched module
- visit the configuration page of a text format
- Drag & drop the color and background widgets from to the active toolbar
- click save
Expected outcome: config page reloads with success message.
Current outcome: the above error loads.
see issue π Error after update to Drupal 10.1.0 Active
see issue π Error after update to Drupal 10.1.0 Active
just updating the issue title to be more descriptive
Just a "nit": changed mentions of D8, which is no longer supported, to D10, the latest supported version