Hello Drupal people,

I am completely new to drupal and I'm struggling to get this drupal site running. I am using Drupal 8 on Xampp, and I ran into this error after filling out configure site section on that initial Drupal setup screen when you first go to the url.

Error: Call to a member function setRecipients() on null in standard_form_install_configure_submit() (line 25 of core\profiles\standard\standard.profile).
standard_form_install_configure_submit(Array, Object)
call_user_func_array('standard_form_install_configure_submit', Array) (Line: 111)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 51)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 585)
Drupal\Core\Form\FormBuilder->processForm('install_configure_form', Array, Object) (Line: 314)
Drupal\Core\Form\FormBuilder->buildForm('install_configure_form', Object) (Line: 894)
install_get_form('Drupal\Core\Installer\Form\SiteConfigureForm', Array) (Line: 584)
install_run_task(Array, Array) (Line: 540)
install_run_tasks(Array) (Line: 117)
install_drupal(Object) (Line: 44)

Comments

John_B’s picture

Looks as though the site email address is not set, or not getting read.

There is an open issue on this: https://www.drupal.org/node/2780071

However, I doubt that issue will get much traction because I don't think many people work with XXAMP: I found it a struggle and cannot imagine ever putting myself through it again when there are several easier ways to get Drupal running on Windows (the easiest being Aquia Dev Desktop).

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

LeviSchneider’s picture

Yeah it has been pretty frustrating working with xampp, every tutorial I watch goes through this 8 minute process and poof it's installed. Not exactly my experience, and I've noticed the lack documentation for this issue, so I'll definitely have to check out Acquia. Thanks again.

John_B’s picture

Drupal professionals are more likely to use Drupal VM (https://drupalvm.com). Nothing wrong with Acquia dev desktop though, it gets you up and running fastest, with one of the two command lines Drupal tools (drush, not Drupal console), and phpmyadmin.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors