Full installation with source.

    Notice: Undefined index: entity in install_profile_modules() (line 1503 of core/includes/install.core.inc).

    install_profile_modules(Array) (Line: 577)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

    Notice: Trying to get property of non-object in install_profile_modules() (line 1503 of core/includes/install.core.inc).

    install_profile_modules(Array) (Line: 577)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

    Notice: Undefined index: entity in install_profile_modules() (line 1511 of core/includes/install.core.inc).

    install_profile_modules(Array) (Line: 577)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

    Notice: Trying to get property of non-object in install_profile_modules() (line 1511 of core/includes/install.core.inc).

    install_profile_modules(Array) (Line: 577)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

    User warning: The following module is missing from the file system: entity in drupal_get_filename() (line 231 of core/includes/bootstrap.inc).

    drupal_get_filename('module', 'entity') (Line: 254)
    drupal_get_path('module', 'entity') (Line: 174)
    Drupal\Core\Extension\ModuleInstaller->install(Array, ) (Line: 87)
    Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, ) (Line: 1560)
    install_install_profile(Array) (Line: 648)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

    User warning: The following module is missing from the file system: entity in drupal_get_filename() (line 231 of core/includes/bootstrap.inc).

    drupal_get_filename('module', 'entity') (Line: 254)
    drupal_get_path('module', 'entity') (Line: 174)
    Drupal\Core\Extension\ModuleInstaller->install(Array, ) (Line: 87)
    Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, ) (Line: 280)
    Drupal\Core\Installer\Form\SiteConfigureForm->submitForm(Array, Object)
    call_user_func_array(Array, Array) (Line: 116)
    Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 56)
    Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 588)
    Drupal\Core\Form\FormBuilder->processForm('install_configure_form', Array, Object) (Line: 319)
    Drupal\Core\Form\FormBuilder->buildForm('Drupal\Core\Installer\Form\SiteConfigureForm', Object) (Line: 880)
    install_get_form('Drupal\Core\Installer\Form\SiteConfigureForm', Array) (Line: 570)
    install_run_task(Array, Array) (Line: 526)
    install_run_tasks(Array) (Line: 116)
    install_drupal(Object) (Line: 39)

Comments

kpyan8s created an issue. See original summary.

  • hswong3i committed d82e760 on 8.x-0.x
    Issue #2690913 and #2697537: Error found during installing DruStack
    
hswong3i’s picture

Status: Active » Fixed

Because diff.info.yml say its depend on entity.module, where we didn't include it in our drustack now. By remove the line from our drustack.info.yml, problem resolved.

  • hswong3i committed d82e760 on 8.x-1.x
    Issue #2690913 and #2697537: Error found during installing DruStack
    

Status: Fixed » Closed (fixed)

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