Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am getting the following error on my main page ever since the upgrade to 8.4. Any ideas?
Warning: array_flip(): Can only flip STRING and INTEGER values! in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 227 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
I am starting to receive this warning when trying to load a page, sometimes it hoses up the site so I have to restore it. The site is http://www.immanuel-mnh.org. It is a multisite, with the preschool having a drupal website in the subdirectory /ics/ Oddly, when one of the sites is stuck with the error message, the other works fine.
I need to add additional fields in the customer's information form during checkout, such as Telephone number and "How did you hear about us?". I don't see within the Commerce pull-downs in the Admin panel any way to do that similar to how fields are added in other Drupal forms. I assume Commerce allows such customization. Of course that data needs to be added into the database records as well.