Do you really want to import feature : editor.editor.basic_html? (y/n): y

Fatal error: Cannot use object of type Drupal\features\ConfigurationItem as array in /vagrant/htdocs/modules/contrib/features/drush/features.drush.inc on line 618

Error originates from #2594627: Error when importing some configuration: The [error] "system_simple" entity type does not exist, which should use the proper getter for existing ConfigurationItems.

Comments

smk-ka created an issue. See original summary.

dawehner’s picture

Status: Needs review » Fixed

Thank you!

Yeah we might have some leftovers from the refactoring we did. Hopefully this is the last.

  • dawehner committed 8b575f6 on 8.x-3.x authored by smk-ka
    Issue #2635714 by smk-ka: Fatal error during import using drush
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

edysmp’s picture

Status: Closed (fixed) » Needs work
edysmp’s picture

Status: Needs work » Needs review
StatusFileSize
new2.31 KB

I repaired some things missing.

smk-ka’s picture

Status: Needs review » Needs work

The new code produces a

PHP Fatal error: Call to a member function getType() on array in /www/azubiboerse/htdocs/modules/contrib/features/drush/features.drush.inc on line 617

for new/missing components.

smk-ka’s picture

Status: Needs work » Needs review
Issue tags: -Quick fix
StatusFileSize
new2.11 KB

This should fix it.

  • nedjo committed 9d6b117 on authored by smk-ka
    Issue #2635714 by smk-ka, edysmp: further fixes to drush code.
    
nedjo’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.