Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When installing bolt through composer the folder public/theme/base-2021 is missing #98

Open
salacr opened this issue Oct 25, 2021 · 2 comments

Comments

@salacr
Copy link

salacr commented Oct 25, 2021

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

Question Answer
Relevant Bolt Version 5.0.5
Install type composer (Composer 2.0.9 2021-01-27 16:09:27)
PHP version PHP 8.0.8 (cli) (built: Sep 11 2021 04:17:39) ( NTS )
OS Kubuntu 21.10

Adding full phpinfo here so you can see full configuration

phpinfo.txt

@bobdenotter bobdenotter transferred this issue from bolt/bolt Oct 25, 2021
@bobdenotter
Copy link
Member

Moving this issue to the correct repo…

@bobdenotter
Copy link
Member

Closing, this is fixed in PR #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants