- Issue created by @anthonyf
- Assigned to Shreya_98
- last update
over 1 year ago 610 pass - @shreya_th opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 6:01am 12 October 2023 - 🇮🇳India Shreya_98
Hi @SqyD,
I have fixed this issue and also created MR for this issue i.e. "Drupal 10 LoggerChannelPartForV3 log method not compatible with psr/log interface". Kindly review the changes.Thank you.
- 🇺🇸United States anthonyf
Hi @Shreya_th,
I tested your branch in local dev and it resolved the fatal error for me.Thanks!
- Status changed to RTBC
over 1 year ago 2:13pm 12 October 2023 - Status changed to Postponed
over 1 year ago 8:13pm 12 October 2023 - 🇺🇸United States anthonyf
@Shreya_th,
I'm thinking that the real issue might have been that I don't have the correct set of Symfony packages installed that would be compatible with the D10 version of the Purge module.At this point, I don't recommend merging any fix for this issue. I'm going to try to update some Symfony packages and see if that resolves things.
- Status changed to Closed: works as designed
over 1 year ago 1:25pm 16 October 2023 - 🇺🇸United States anthonyf
I'm confirming that the incompatibility issue was caused by having the wrong version of Symfony packages installed after a first attempt to upgrade from Drupal 9.5 to Drupal 10. It may have been because I failed to "composer remove" all "require-dev" packages from the project before doing the composer "requires" for the Drupal core upgrade. Though removing the drupal/core-recommended package also helped.