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!
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!