I am also facing the exact issue on the while using this Beta version in Drupal 10.2.5, the search index rebuild not working anymore.
Patch update to support Drupal 10 and Deprecated function fix,
Deprecated function: Creation of dynamic property Drupal\ckeditor_media_embed_oembed_lazyload\EmbedLazyLoad::$mediaConfig is deprecated in Drupal\ckeditor_media_embed_oembed_lazyload\EmbedLazyLoad->__construct() (line 96 of /mnt/www/html/solvaysf201np2/docroot/modules/contrib/ckeditor_media_embed/modules/ckeditor_media_embed_oembed_lazyload/src/EmbedLazyLoad.php)
Patch update to the below PHP 8.2 warning fix,
Deprecated function: Creation of dynamic property Drupal\jcarousel\jCarouselSkinsManager::$instances is deprecated in Drupal\jcarousel\jCarouselSkinsManager->clearCachedDefinitions() (line 114 of /var/www/html/docroot/modules/contrib/jcarousel/src/jCarouselSkinsManager.php)
The patch #2 fix the issue and works fine for me, in PHP 8.2 and Drupal 10.2.
Patch #131 works fine in Drupal 10.2.2 with PHP 8.2.
Patch #179 works fine in Drupal 10.2.2 with PHP 8.2.
Thanks sivakarthik229,
The patch #51 works fine with latest Drupal 10.2.2 with PHP 8.2
The patch #179 works fine with latest Drupal 10.2.2 with PHP 8.2
I am also facing the same issue after upgrade Drupal 10.2.2 with PHP 8.2 and tried this patch #9, the issue fixed now and site was working fine.
@MegaChriz, Thanks, the Solution #2 still works fine.
For the issue #96 please refer the below patch,
https://www.drupal.org/project/drupal/issues/3355381#comment-15196226
🐛
Investigate better ways to add anti-flicker JS
Fixed
The patch fixes the issue and working fine.
Hello drewcking,
Thanks for the patch, in my case I faced the same issue and did the same changes as custom patch and fix the issue.
Here I confirm the patch #13 fix the issue and works fine on Drupal 10.1.1.
Please refer this patch - https://www.drupal.org/project/drupal/issues/3355381#comment-15196226 🐛 Investigate better ways to add anti-flicker JS Fixed
It works fine and fix the issue.
Another confirmation from issue page - https://www.drupal.org/project/drupal/issues/2998451#comment-15115386 🐛 Toolbar tray rendering can result "flickering" resizing of content area to accommodate open trays Fixed
I am also facing the same issue in Drupal 10.1.1, the patch #3 works for Anonymous users and still the issue present for Admin users.
Hello,
I am also facing the same issue #10 in Drupal 10.1.1, unable to install the latest version of the module.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/mailjet_api == 1.0.0.0 -> satisfiable by drupal/mailjet_api[1.0.0].
- drupal/mailjet_api 1.0.0 requires mailjet/mailjet-apiv3-php ~1.3.0 -> found mailjet/mailjet-apiv3-php[v1.3.0] but these were not loaded, likely because it conflicts with another require.
Please update the composer.json file with the latest mailjet-api version(https://github.com/mailjet/mailjet-apiv3-php) and release new version of the module.
"mailjet/mailjet-apiv3-php" : "^1.5"
Thanks.
Re-rolled patch #124 to support Drupal 10 latest version(10.1.1) and below themes twig changes removed because those themes not support for Drupal 10,
bartik, classy, seven, stable.
@n_nelson350, thanks for the D10 patch.
#39 patch applied with the latest Drupal 10.1.1.
@tcrawford, thanks for the D10 patch.
#92 patch cleanly applied Drupal 10.1.1.
Patch #5 works fine for me.
Re-rolled the patch to support 2.x version.
Hello @MegaChriz,
Thanks for the input, I am using the JSON feed import option, do you have any other reference link please let me know.
manikandank03 → created an issue.
Re-rolled to patch to support the latest Drupal core 9.5.5
I am also facing the same issue in drupal/core 9.5.4, patch #40 not applying
Patch #7 works fine for the 2.5 version with PHP 8.1, thanks @Andyf