ymcatwincities / openy-project

Open Y composer-based installer
GNU General Public License v3.0
8 stars 44 forks source link

Installation fails with error in Drupal\Core\Extension\ThemeHandler->addTheme() #23

Open danylevskyi opened 6 years ago

danylevskyi commented 6 years ago

After executing reinstall.sh the next error appears:

TypeError: Argument 1 passed to Drupal\Core\Extension\ThemeHandler::addTheme() must be an instance of Drupal\Core\Extension\Extension, null given, called in /var/www/docroot/core/includes/theme.maintenance.inc on line 74 in Drupal\Core\Extension\ThemeHandler->addTheme() (line 200 of /var/www/docroot/core/lib/Drupal/Core/Extension/ThemeHandler.php).

Host system: macOS High Sierra 10.13.1 (17B48) Project initialization command: composer create-project ymcatwincities/openy-project:8.1.x-dev OpenY --no-interaction Date of downloading vagrant box (u14.04php5.6.box): 17.11.2017

Any idea what's going wrong?

ivan-berezhnov commented 6 years ago

Hi @danylevskyi https://github.com/hashicorp/vagrant/issues/8957 https://github.com/hashicorp/vagrant/issues/8788 We did next: https://monosnap.com/file/HkvbFfY7zZ5opUKL1ygq4yPQunwELC "This will bring up & provision the virtual machine (if needed). It uses NFS for shared folders by default, if that does not work for you, try launching vagrant box with

$ USE_SSHFS=1 vagrant up

which uses vagrant_sshfs for shared folders"