After rebuilding installer throws errors

Created on 5 February 2025, 3 months ago

Problem/Motivation

After I try to re-install the CMS with the commands, described in project page (delete database with ddev and then try to reinstall with UI), it throws the following error:

The website encountered an unexpected error. Try again later.
TypeError: array_merge(): Argument #2 must be of type array, string given in array_merge() (line 234 of /var/www/html/vendor/drupal/recipe_installer_kit/src/Hooks.php).

array_merge() (Line: 234)
Drupal\RecipeKit\Installer\Hooks::applyRecipes() (Line: 626)
install_run_task() (Line: 572)
install_run_tasks() (Line: 121)
install_drupal() (Line: 53)

Steps to reproduce

1. Install CMS
2. Empty database with ddev drush sql:drop --yes
3. Run ddev launch and visit website with browser
4. Follow the install steps

Important: When you install it with ddev (ddev drush site:install --yes) it works fine.

πŸ› Bug report
Status

Active

Component

Track: Installer

Created by

πŸ‡¬πŸ‡ͺGeorgia jibla

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024