πŸ‡¦πŸ‡ΊAustralia @jaimekristene

Account created on 18 November 2008, almost 16 years ago
#

Recent comments

πŸ‡¦πŸ‡ΊAustralia jaimekristene

Hi @monaW I have just come across this issue too. I see the password policy module can not find this function which is in the masquerade module. I've added commit to a branch to use masquerade module instead. I'm not sure if masquerading data comes from anywhere else sometimes.

πŸ‡¦πŸ‡ΊAustralia jaimekristene

jaime@gingerrobot.com β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡ΊAustralia jaimekristene

#22 and others that have had issues I installed from git:

{
    "name": "drupal/recommended-project",
    "description": "Drupal is an open source content management platform powering millions of websites and applications.",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
      "exclude": ["drupal/inline_responsive_images"]
        },
        {
            "type": "vcs",
            "url": "https://git.drupalcode.org/issue/inline_responsive_images-3317804.git"
        }
    ],

.....

 "require": {
....
        "drupal/inline_responsive_images": "dev-3317804-compatibility-with-ckeditor5",
....

πŸ‡¦πŸ‡ΊAustralia jaimekristene

I added #17 and #23 to the git branch. I also added a composer.json file so that I could import it directly into my installation with composer.

  "repositories": [
        {
            "type": "vcs",
            "url": "https://git.drupalcode.org/issue/simple_image_rotate-3298061.git"
        },
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": ["drupal/simple_image_rotate"]

        }
]

Then further down:

        "drupal/simple_image_rotate": "dev-3298061-automated-drupal-10",
πŸ‡¦πŸ‡ΊAustralia jaimekristene

jaimekristene β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡ΊAustralia jaimekristene

OK there is another error now :) I'll go commit the fix for this one.

The website encountered an unexpected error. Please try again later.

Error: Call to undefined function Drupal\mapbox_field\Plugin\Field\FieldFormatter\drupal_get_path() in Drupal\mapbox_field\Plugin\Field\FieldFormatter\MapboxFormatter->viewElements() (line 114 of modules/contrib/mapbox_field/src/Plugin/Field/FieldFormatter/MapboxFormatter.php)

πŸ‡¦πŸ‡ΊAustralia jaimekristene

Example from: drupal_get_path is removed from Drupal 10 must be replaced

https://www.drupal.org/project/entity_translation_unified_form/issues/32... β†’

+      $path_to_etuf = \Drupal::service('extension.path.resolver')->getPath('module', 'entity_translation_unified_form');
+      if (file_exists($path_to_etuf . "/css/etuf-side-by-side-$theme.css")) {
πŸ‡¦πŸ‡ΊAustralia jaimekristene

I'm getting an error with Drupal 10:

2023/04/04 00:30:23 [error] 5890#5890: *2535 FastCGI sent in stderr: "PHP message: Uncaught PHP Exception TypeError: "Drupal\collapsiblock\EventSubscriber\LayoutBuilderBlockComponentRender::attachCollapsiblock(): Argument #1 ($event) must be of type Symfony\Component\EventDispatcher\Event, Drupal\layout_builder\Event\SectionComponentBuildRenderArrayEvent given" at /home/vagrant/WG/wg/web/modules/contrib/collapsiblock/src/EventSubscriber/LayoutBuilderBlockComponentRender.php line 48"

I found a related ticket: https://www.drupal.org/project/rules/issues/3259445 β†’ The patch there suggests swapping to Contracts\EventDispatcher and using object instead of Event for now.
https://www.drupal.org/files/issues/2022-01-23/3259445-12-events.patch β†’

Production build 0.71.5 2024