sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Segmentation fault on sulu:security:user:create #146

Closed Aterkop closed 2 years ago

Aterkop commented 2 years ago

Hi, I've got an issue following Getting Started documentation to install sulu 2.3.7 (latest currently). At user creation step within "bin/adminconsole sulu:build dev" : adminconsole All the database is created, role User is created but the user not and throw segmentation fault.

I've tried with "php ./bin/adminconsole sulu:security:user:create" and it's the same : Segmentation fault. I have tried on 2 others Sulu previously installed in 2.3.0 and 2.3.6 and it works so it seems to be skeleton of 2.3.7... ? Could you reproduce that bug ? To reproduce I only follow Getting started Steps (I tried many times, dropping database and creating again to be sure). Really thanks in advance.

chirimoya commented 2 years ago

The version 2.5.2 of the jms/metadata package causes a segfault at the moment ... https://github.com/sulu/sulu/pull/6365#discussion_r751277912

alexander-schranz commented 2 years ago

Fixed by a new massive search bundle version: https://github.com/massiveart/MassiveSearchBundle/releases/tag/2.6.3. Run composer update to get the latest compatible version.

Thank you for reporting!