givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Vvveb unusable on Alpine system (for example) #94

Open Simthem opened 4 months ago

Simthem commented 4 months ago

Hello there,

I tried to launch the solution under my own docker container image (with alpine distrib and a lot of more dependencies for my others services) but I have an error about the GLOB_BRACE constant that in unavailable on specific distrib like Apline ..

Have you an idea of a workaround to fix that .. ? Cause I wouldn't like to make again all my image and change some things on my stable environment ..

Thanks by advance for all your time and help :)

givanz commented 4 months ago

Hi :)

I had the same issue when using Apline and added a fallback for GLOB_BRACE, do you use the code from latest.zip or from github?

Please try with the code from latest.zip as it's the most recent.

If it still doesn't work please provide the error message with the php file and line maybe there is a place where I missed to add the fallback.

To update you can overwrite all files except /config folder and public/themes/theme-name if you made changes to theme files.