Account created on 17 February 2021, about 4 years ago
#

Recent comments

🇮🇹Italy Hotfingers

Regarding patch #462 after using it I can't access /admin/reports/status anymore, with no errors being shown at /admin/reports/dblog.

Now I'm trying to remove it, as I went with the media library with view modes alternative, but then I get:

[error] Drupal\Component\Plugin\Exception\PluginNotFoundException: The "filter_image_style" plugin does not exist.

Like in #192, #388 and #429.

I did some digging and as I understand, it seems like the filter is still present inside the text format entry of the DB, even after removing the patch.

You can check with:

SELECT * FROM config WHERE data LIKE '%filter_image_style%';

That it's still inside the BLOB of the text format.

How can I safely remove this patch and the DB entry? I don't want to mess with the DB directly, for obvious reasons.

Thanks to anyone that can help.

🇮🇹Italy Hotfingers

I replaced "entityManager" with "entityTypeManager" in patch #92 as I was having a CRON error for that deprecated method:

Error: Call to undefined method Drupal::entityManager() in comment_node_update_index() (line 372 of /core/modules/comment/comment.module)

and also

Error: Call to a member function getStorage() on null in Drupal\comment\CommentManager->isIndexingAvailable() (line 278 of /core/modules/comment/src/CommentManager.php)

It will not pass the test as it has to be applied after this one:
https://www.drupal.org/files/issues/2022-01-17/2879087-130-9.3.x.patch →

I only tested it on a 9.5.11 project, and it's working correctly. The only permissions that is not applying is when I negate the Reply to anonymous users but allow them to authenticated ones, as even with the checkbox set to false on the Reply permission the anonymous users can still see the link under other comments and can still post a Reply.

🇮🇹Italy Hotfingers

Hi, I tried #44, but it didn't work.
I had to use #37, but I also had to add a new date format, as @scuba_fly said in #40.
The new format must be set like "19-05-23" as "19/05/23" won't work.
Remember to clear cache.

Drupal: 9.5.5
BEF: 5.2

Production build 0.71.5 2024