Closed (fixed)
Project:
Commerce Extended Attributes
Version:
8.x-1.0-beta8
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jun 2019 at 19:50 UTC
Updated:
7 Feb 2021 at 16:44 UTC
Jump to comment: Most recent
Comments
Comment #2
drugan commentedThank you for the report.
I'll look into it in the next few days but for now, as a quick fix, you can go to /var/www/html/pcrepair/web/modules/contrib/commerce_xattributes/modules/commerce_cattributes/commerce_cattributes.module and just comment out the entire
function commerce_cattributes_element_info_alter(array &$info) {}block. Then, run the update.php as usual and uncomment the function back again.Comment #3
ahsanalishahid commentedI am also experiencing the same problem.
Comment #5
drugan commentedSeems the error was related to the new type of the core version in a .info.yml files.
I've tried to run update.php against Drupal 9.0 / Drupal Commerce 2.21 and seems there is no errors.
Feel free to reopen the issue if the error persist.