marello-application
marello-application copied to clipboard
In ParameterBag.php line 100:
Any idea what is going on here, I have been through the setup 5 times same results.

Hi @Before90,
The database_server_version has been introduced in Oro Platform 4.2.2 while Marello (3.1) is not yet compatible with Platform 4.2.x. It looks like the version you're trying to install has a compatibility mismatch.
You could try and run git clone -b 3.1.0 https://github.com/marellocommerce/marello-application.git which should give you the 3.1.x version which Platform 4.1.12 which does not need the database_server_version parameter.
Hope this helps,
Jaimy