hi,
i am using Drupal 8 on Xampp, and I ran into this error after filling out configure site.

Error: Call to a member function setRecipients() on null in standard_form_install_configure_submit()

Comments

mmjvb’s picture

Obviously, in an attempt to notify by email something went wrong. Expect the setRecipients to be called on an email.
But, it turns out to be called on the contactform.
The only reference I found is line 25 of core/profiles/standard/standard.profile:ContactForm::load('feedback')->setRecipients($site_mail))->trustData()->save();Which means something went wrong with loading 'feedback' as contact form.

This suggests you have a resource issue. Suggest to check the obvious settings for a web server, like max_execution_time and memory.

Dharti Pandey’s picture

thanks for reply

sprite’s picture

Run the install.php again, but this time DO NOT check the option to be notified by email, since you local machine probably doesn't have a local smtp server configured.

spritefully yours
Technical assistance provided to the Drupal community on my own time ...
Thank yous appreciated ...

Dharti Pandey’s picture

it works.

thank you sprite:)

mmjvb’s picture

suggest to configure XAMPP to send mail output to disk.

Allows you to check whether and what is send.