Needs review
Project:
Rocket.Chat
Version:
3.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Apr 2024 at 21:27 UTC
Updated:
25 Apr 2024 at 07:56 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Rocket chat api module.png | 39.31 KB | amandeep123 |
| img_20240414.png | 39.32 KB | owenkaji |
Comments
Comment #2
owenkaji commentedComment #3
navneet0693 commentedThis error is arising from https://git.drupalcode.org/project/rocket_chat/-/blob/3.0.x/modules/rock...
Comment #4
amandeep123 commentedComment #5
amandeep123 commentedHy @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
Comment #6
amandeep123 commentedPlease review @florisg,
I have given the solution of above error ,
Thanks