Existing site with other modules.
superfedya β created an issue.
There is no way that this module is Drupal 11 ready. I got tons of errors.
Error: Call to undefined function Drupal\ckeditor_media_embed\watchdog_exception() in Drupal\ckeditor_media_embed\Embed->getEmbedObject() (line 140 of /mysite/modules/contrib/ckeditor_media_embed/src/Embed.php).
superfedya β created an issue.
>What is the exact involvement of Pathauto in the configuration?
For the path: screenshots/[date:custom:Y]-[date:custom:m]
Filename: [node:title].[file:ffp-extension-original]
>For clarification: When you edit the node again, after inserting the image again, is the path in the editor the one with or without the file field path setting applied?
Add the image and insert it to CKEditor5:
https://mysite.com/system/files/styles/article_600/private/filefield_pat...
It works.
Save the node and the path is:
https://mysite.com/system/files/filefield_paths/fe6ade1d-efe4-40d2-8ef1-...
Doesn't works. Pathauto doesn't apply.
Re-insert the image in the CKEditor again and it works, the path is now correct:
https://mysite.com/sites/default/files/styles/article_600/public/screens...
superfedya β created an issue.
superfedya β created an issue.
Oh, it was 1.9. My bad.
superfedya β created an issue.
The patch doesn't works for me.
Drupal\term_merge\TermMerger::__construct(): Argument #3 ($dispatcher) must be of type Symfony\Component\EventDispatcher\EventDispatcher, Drupal\tracer\EventDispatcher\TraceableEventDispatcher given, called in /www/site/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259
in /www/site/web/modules/contrib/term_merge/src/TermMerger.php (line 56)
superfedya β created an issue.
Oh, yes, it's related to filefield_paths module: https://www.drupal.org/project/filefield_paths β
superfedya β created an issue.
superfedya β created an issue.
This patch works fine. Thanks
superfedya β created an issue.
Cannot install it on Drupal 11 via Composer
Any solution? Its Votingapi 4.0.x compatible?
Is there any Drupal 11 and Drush 13 compatibility for 2.x version?
Doesnt work for me.
Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "ckeditor5_codeBlock" CKEditor 5 plugin definition is configurable, has non-empty default configuration but has no config schema. Config schema is required for validation. in Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition->validateDrupalAspects() (line 186 of /var/www/html/web/core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php).
It works, thanks!
Same issue (Drupal 11) any solution?
Thanks. Removing all modules from composer and re-add then later - works fine.
Drupal 8 is a horrible CMS. I liked so much Drupal 6, but 8 is another thing...
I spend many hours to debug composer. It make the system very fragile and hard to manage. Drupal 8 modules are full of erreurs, I often had the problems after update modules.
I hope Drupal 10 is better... If not, is there another, more logical CMS?
superfedya β created an issue.