Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#5 Rocket chat api module.png39.31 KBamandeep123
img_20240414.png39.32 KBowenkaji

Comments

owenkaji created an issue. See original summary.

owenkaji’s picture

Title: Error instalation in drupal 10 » Error instalation Rocket.Chat in drupal 10
navneet0693’s picture

amandeep123’s picture

Assigned: Unassigned » amandeep123
amandeep123’s picture

StatusFileSize
new39.31 KB

Hy @florisg and @owenkaji,

I hope this message finds you well. We've identified a compatibility issue with the Rocket Chat module, particularly version 3.0.1, which is currently affecting its integration with Drupal 10. The root cause lies in its dependency on the Rocket Chat API module, which, unfortunately, isn't adaptable to Drupal 10 due to its reliance on Guzzle HTTP version 7.8.1. This poses a conflict as the Rocket Chat API module relies on Guzzle HTTP version 6.2.

Additionally, the Rocket Chat module is tailored to operate seamlessly with "drupal/core" versions 8.8 or 9, thus excluding compatibility with Drupal 10.

To resolve this issue effectively, we need to implement the following steps:

Upgrade Rocket Chat API Module: Update the Rocket Chat API module with the following adjustments:
Update Guzzle HTTP Dependency to version 7.8.1.
Set Drupal Core compatibility to version 10.
By making these enhancements, we aim to ensure seamless compatibility between the Rocket Chat API module, Guzzle HTTP version, and Drupal 10 environment.Here is The Link https://git.drupalcode.org/project/rocket_chat/-/blob/3.0.1/modules/rock... , that needs to be updated.

Please Review @florisg
Thanks You

amandeep123’s picture

Status: Active » Needs review

Please review @florisg,
I have given the solution of above error ,
Thanks