Apply a patch to fix doctrine/reflection php8 compatibility issue.#49
Apply a patch to fix doctrine/reflection php8 compatibility issue.#49alan-ps wants to merge 1 commit intoPlug-Drupal:7.x-1.xfrom
Conversation
|
👋 Hello! I am not maintaining this anymore. Would you like to take over the project? |
|
I get an error trying to use this branch: Error: Trait "Doctrine\Common\Reflection\Compatibility\ReflectionClass" not found in |
|
@belambic plug module depends on registry_autoload and it contains another PHP8 compatibility issue by its turn: https://www.drupal.org/project/registry_autoload/issues/3295376 Without patching registry_autoload module the registry table could break (it will contain incorrect fully qualified class names). As a result we are getting such errors which say us that some class can't be found. We can either rollback the database and apply appropriate registry_autoload patch and only after that use current changes. Or: Hope this could help you! |
|
@e0ipso sorry for left you comment without an answer. Not sure if I could maintain a project myself and if it make sense at all. |
|
Thanks @alan-ps , applying the registry_autoload patch fixed it. I do still see these warnings, but they don't seem to break anything: Trying to access array offset on value of type null DocParser.php:967 [warning] |
No description provided.