🇵🇱Poland @azovsky

Account created on 5 July 2008, almost 17 years ago
#

Recent comments

🇵🇱Poland azovsky

Thank you, Pieter! I will review it.

🇵🇱Poland azovsky

Yes, sure, @bramdriesen ! All access granted!

🇵🇱Poland azovsky

azovsky made their first commit to this issue’s fork.

🇵🇱Poland azovsky

I am not sure why... but Drush 12 or 13 not see any ECA commands:

E.g. for " drush eca:disable":

There are no commands defined in the "eca" namespace.

Drupal version : 10.3.9
PHP version : 8.3.12
Drush version : 13.3.3.0

🇵🇱Poland azovsky

I got an ERROR when upgrading from 3.6.0 to 3.7.0 Recurring Dates Field:

date_recur module
Update #8208

    Failed: Drupal\Core\Database\SchemaObjectExistsException: Cannot add primary key to table 'date_recur__node__field_date_recur': primary key already exists. in Drupal\mysql\Driver\Database\mysql\Schema->addPrimaryKey() (line 513 of /var/www/html/web/core/modules/mysql/src/Driver/Database/mysql/Schema.php).

Any ideas how to fix this? Thank you

🇵🇱Poland azovsky

As alternative (to not expose the password in the Git repo) we can always "override" the configs and not post the password directly in the SMTP settings form.

Instead just add it in the site's settings.php file like:

$config['smtp.settings']['smtp_password'] = 'MYSUPERPASSHERE';.

🇵🇱Poland azovsky

New maintainer realityloop added and permissions updated.

🇵🇱Poland azovsky

I have the same problem in the new version of the simple_multistep module.

🇵🇱Poland azovsky

azovsky changed the visibility of the branch 3392139-wrong-breadcrumb-due to active.

🇵🇱Poland azovsky

azovsky changed the visibility of the branch 3392139-wrong-breadcrumb-due to hidden.

🇵🇱Poland azovsky

Thanks for the patch! But now I have other issue like "Failed to unlink file 'assets://css/menu_icons_1714057811.css'" on any clearing of Drupal caches.

🇵🇱Poland azovsky

Hi!

I would like to maintain this module. There is plans to integrate DUO in our projects and, looks like, this is only one module that very close to it. Thanks!

🇵🇱Poland azovsky

Thanks Ec1ipsis! Yes, all looking good.

I reviewed my project in detail and deleted the entry "kint-php/kint": "^5.0" from composer.json file. After that I installed the search_api_pantheon module normally.

Sorry for disturbing.

🇵🇱Poland azovsky

Thanks! The fix from #9 is working in general.

I have the same issues within paragraphs only.

🇵🇱Poland azovsky

With this fix I have new error:

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).

🇵🇱Poland azovsky

Looks like the Fixed Block Content module doesn't work anymore 💬 Module doesn't seem to do anything useful? Active .

🇵🇱Poland azovsky

I see the same issue... So the Fixed Block Content module doesn't work anymore?

🇵🇱Poland azovsky

I would like to help with this module. Maybe it will be useful for someone. Also we are still used it in a couple of our projects.

Thanks!

🇵🇱Poland azovsky

Thanks @ramprassad! The #5 patch is working for me!

🇵🇱Poland azovsky

Thank you, @kristiaanvandeneynde!

Your updates in the fork are working great for me! After applying the patch I no longer see duplicates in lists of entities for groups.

🇵🇱Poland azovsky

I have the same error on a fresh install (Drupal 9.5.11, Group 3.2.0, Workbench moderation 8.x-1.7). The patch from #4 fixed it. Thanks!

🇵🇱Poland azovsky

In my case:

Initially PHP 8.1.2.

install the PPA: 

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update

Now PHP 8.2.10 (cli) (built: Sep  2 2023 06:59:22) (NTS)

Switch to PHP 8.1.x: 

sudo update-alternatives --config php

select appropriate version (option 2):

  Selection    Path                  Priority   Status
------------------------------------------------------------
* 0            /usr/bin/php.default   100       auto mode
  1            /usr/bin/php.default   100       manual mode
  2            /usr/bin/php8.1        81        manual mode
  3            /usr/bin/php8.2        82        manual mode

Now PHP 8.1.23 (cli) (built: Sep  2 2023 06:59:15) (NTS).

Optional: 

sudo apt autoremove
🇵🇱Poland azovsky

Sorry, but I would like to raise the priority level for this issue. This is (orphan paragraphs) a big problem for data analysis on large sites.

🇵🇱Poland azovsky

drush cr -y fixed the ...TypeError: Argument 1 passed to Drupal\Core\Render\Renderer::doTrustedCallback() must be callable, array given... issue for me.

🇵🇱Poland azovsky

Looks like I managed to get it to work: TableColumnResize for CKEditor 5 on Drupal 9.5.10! Update CKEditor 5 to 36.0.1 (from default 35.4.0) was mandatory in my case.

Steps to apply:

1. Update CKEditor 5 to 36.0.1 > Patch from https://www.drupal.org/project/drupal/issues/3344083#comment-14982229 📌 Update CKEditor 5 to 36.0.1 Fixed
2. Support CKEditor 5's table properties and cell properties plugins in Full HTML > Patch from https://git.drupalcode.org/project/drupal/-/commit/93aa6832a5841aaed32d8...
3. Add table.TableColumnResize for formats with arbitrary HTML supported > Patch https://www.drupal.org/project/drupal/issues/3353010#comment-15144906 Add table.TableColumnResize for formats with arbitrary HTML supported RTBC
4. Disabled "Limit allowed HTML tags and correct faulty HTML" in `/admin/config/content/formats/manage/full_html` settings.

Many thanks to everyone who worked on this!

🇵🇱Poland azovsky

Yes, sure! Will this "table resize" work on Drupal 9? :(

Uncaught CKEditorError: t is undefined
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-t is undefined
    un https://local.ddev.site/core/assets/vendor/ckeditor5/table/table.js?v=35.4.0:5
    un https://local.ddev.site/core/assets/vendor/ckeditor5/table/table.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    _testAndFire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    _testAndFireAddAttributes https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    convertAttributes https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    elementToStructure https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    _testAndFire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    _convertInsert https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    convert https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    toView https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    stringify https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    get https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    decorate https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    e https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    _showSourceEditing https://local.ddev.site/core/assets/vendor/ckeditor5/source-editing/source-editing.js?v=35.4.0:5
    init https://local.ddev.site/core/assets/vendor/ckeditor5/source-editing/source-editing.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    set https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    init https://local.ddev.site/core/assets/vendor/ckeditor5/source-editing/source-editing.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    click https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    s https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    fire https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
    t https://local.ddev.site/core/assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js?v=35.4.0:5
🇵🇱Poland azovsky

Sorry, but not working for me. I see an error in the browser console

Uncaught CKEditorError: t is undefined
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-t is undefined

and there no any "columns resizing" data, just "clear" table.

Steps to reproduce

  • Apply #21 patch
  • Open CKEditor 5 (configured as FULL etc.)
  • Add a table and resize some column
  • Try to save a node OR
  • Try to clock "Source" in the editor
  • ERROR: Uncaught CKEditorError: t is undefined ...
🇵🇱Poland azovsky

These requirements for correct configurations in composer.json files will probably need to be specified somewhere in the Readme/Module description.

🇵🇱Poland azovsky

I fixed this issue for my project via updates in `composer.json` file.

I added "installer-paths" for libraries:

...
"web/libraries/{$name}": [
  "type:bower-asset",
  "type:npm-asset",
  "type:drupal-library"
]
..

and re-install `yoast_seo` module via composer.

Details here https://www.drupal.org/docs/develop/using-composer/manage-dependencies#t...

🇵🇱Poland azovsky

I have the same issues on Drupal 9.5.9 and yoast_seo 8.x-2.0-alpha9

Also in the browser console I can see error like:

- GET https://x.ddev.site/libraries/rtseo.js/dist/rtseo.min.css?r43df
- The resource from “https://x.ddev.site/libraries/rtseo.js/dist/rtseo.min.css?r43df” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
...
Production build 0.71.5 2024