bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Strange installation issues, possibly related to odd installation path? #116

Open joho1968 opened 2 years ago

joho1968 commented 2 years ago

(Not sure if this has to do with me using ( and ) in paths or if it's something else.)

Ubuntu 20.04.LTS.

Issuing this: "php composer.phar create-project bolt/project Zap"

Getting this:

Installing bolt/project (2.2.7)

There's a notice: "Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead."

And then, after doing some init work, I get this:

Installing Bolt themes as hard copies.

Theme Method / Error
✘ base-2021 Failed to remove directory "/sites/The_(very)_SpecialSite/Zap/public/theme/..Uu9": rmdir(/sites/The(very)_Special_Site/Zap/public/theme/..Uu9): Text file busy
✔ base-2018 copied
✔ skeleton copied

[ERROR] Some errors occurred while installing themes.

In BaseNode.php line 469: Invalid configuration for path "translation.configs.site.dirs.0": The directory "/sites/The_(very)_Special_Site/Zap/public/theme/base-2021" does not exist.

In Configuration.php line 131: The directory "/sites/The_(very)_Special_Site/Zap/public/theme/base-2021" does not exist.

2022-05-24T10:58:10+02:00 [info] User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "BabDev\PagerfantaBundle\BabDevPagerfantaBundle" now to avoid errors or add an explicit @return annotation to suppress this message.