You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When instaling bolt through composer composer create-project bolt/project myprojectname the mentioned folder public/theme/base-2021 isn't created hence all post-install cmd fails:
sh: 1: exec: php bin/console cache:clear --no-warmup --ansi: not found sh: 1: exec: php bin/console assets:install --symlink --relative public --ansi: not found sh: 1: exec: php bin/console bolt:copy-assets --ansi: not found sh: 1: exec: php bin/console extensions:configure --with-config --ansi: not found sh: 1: exec: php bin/console bolt:info --tablesInitialised: not found
Creating the folder manually and running the tasks solve the problem for me
When instaling bolt through composer
composer create-project bolt/project myprojectname
the mentioned folder public/theme/base-2021 isn't created hence all post-install cmd fails:sh: 1: exec: php bin/console cache:clear --no-warmup --ansi: not found sh: 1: exec: php bin/console assets:install --symlink --relative public --ansi: not found sh: 1: exec: php bin/console bolt:copy-assets --ansi: not found sh: 1: exec: php bin/console extensions:configure --with-config --ansi: not found sh: 1: exec: php bin/console bolt:info --tablesInitialised: not found
Creating the folder manually and running the tasks solve the problem for me
Details
Adding full phpinfo here so you can see full configuration
phpinfo.txt
The text was updated successfully, but these errors were encountered: