πŸ‡ΊπŸ‡ΈUnited States @millerrs

Account created on 25 March 2014, over 10 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States millerrs

I encountered the same error after updating several sites to Drupal 10.3. Applying the change from the MR resolved the issue.

πŸ‡ΊπŸ‡ΈUnited States millerrs

This module has a few issues that require patches to work correctly. However, it allows you to translate both inline blocks and block plugins in layout overrides β†’ .

Issues started appearing with Drupal 10.2, so if you were using an earlier version, you wouldn't have been affected.

You need at a minimum these patches:

https://www.drupal.org/project/layout_builder_st/issues/3411037 πŸ› Contextual links for translation are removed by core RTBC
https://www.drupal.org/project/layout_builder_st/issues/3420063 πŸ› Error: Call to a member function getConfig() OverridesSectionStorage.php Active

If you are on Drupal 10.3 you will also need the following patch to translate block plugins:

https://www.drupal.org/project/layout_builder_st/issues/3463435 πŸ› Drupal\Component\Plugin\Exception\PluginNotFoundException: The "block.settings." plugin does not exist Active

I don't use this module to translate inline blocks (your basic block), so you might need another patch. But by adding the ones I mentioned, you will at least start to see the contextual link and can go from there. Hopefully, some of these fixes will get merged soon, so you don't need so many patches to get the module to work.

πŸ‡ΊπŸ‡ΈUnited States millerrs

Thanks @johnlutz and @mark_fullmer! I encountered this issue after upgrading to 10.3.0, and MR12 worked. A new release would be great to avoid needing a patch or using the dev version.

@nightlife2008, can you help with releasing version 2.1.0?

πŸ‡ΊπŸ‡ΈUnited States millerrs

As I was creating a fork, I noticed that a fix has already been committed in #3259885 πŸ› "Filter by block name" does not work in the tray/list of blocks is broken Fixed . Can a maintainer create a new release so that the fix gets in for new users of the module? I will mark as duplicate and close.

πŸ‡ΊπŸ‡ΈUnited States millerrs

I can verify that the error occurs after upgrading to Drupal 10.2.3 (my PHP version is 8.2), and it is addressed by the most recent change to the MR.

πŸ‡ΊπŸ‡ΈUnited States millerrs

Saved me as well. Content editors reported this issue after updating to Drupal 10.2. A big thank you to @Hydra. Also, let's escalate the severity of this issue. Without this patch, users cannot translate layouts, which is a key functionality of this module.

πŸ‡ΊπŸ‡ΈUnited States millerrs

Another RTBC +1. It would be great to get this in the 2.x branch.

πŸ‡ΊπŸ‡ΈUnited States millerrs

I get the same broken markup in #43 with 10.2.1. My filter order is the same as suggested in #28.

While I have limited knowledge of CKEditor's mechanics, the proposal in #18 to utilize an attribute for the link appears feasible and aligns with the methods used for alignment and other options.

πŸ‡ΊπŸ‡ΈUnited States millerrs

I bumped into the same problem (Drupal 9.5.10/PHP 8.1). Just like josh.stewart, switching to 3.3.x sorted it out for me. Here's how I did it: composer require algolia/algoliasearch-client-php:~3.3.2

The culprit behind the need to roll back is the psr/http-message dependency. From what I can tell, Drupal 9.5x blocks updating to a version that would fix this.

πŸ‡ΊπŸ‡ΈUnited States millerrs

Can also confirm that #4 works.

Production build 0.71.5 2024