linnovate / openideal

OpenideaL (OI) is the leading open source ideas and innovation management system.
https://www.openidealapp.com/
116 stars 65 forks source link

Errors when installing #223

Open a862113 opened 1 year ago

a862113 commented 1 year ago

Centos07, wmapp, php7.4, composer 2.3.5

Running install as per instructions on page from command line under /opt/lampp/htdocs/

COMPOSER_MEMORY_LIMIT=-1 composer create-project linnovate/openideal-composer openideal

Then run the following command from /opt/lampp/htdocs/openideal/web

../vendor/bin/drush si -y --account-name --account-pass --account-mail --site-name "OpenideaL" --db-url=mysql://dbuser>@127.0.0.1/<dbname idea

Database created and then the following errors are reported

In CheckExceptionOnInvalidReferenceBehaviorPass.php line 31: The service votingapi_reaction.manager" has a dependency on a non-existent service extension.path.resolver

Any ideas? I understood that this was a straightforward install from the command line!