- Issue created by @owenkaji
- 🇪🇸Spain navneet0693 Madrid
This error is arising from https://git.drupalcode.org/project/rocket_chat/-/blob/3.0.x/modules/rock...
- Assigned to aman1248
- 🇮🇳India aman1248
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 - Status changed to Needs review
7 months ago 7:56am 25 April 2024 - 🇮🇳India aman1248
Please review @florisg,
I have given the solution of above error ,
Thanks