We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concerto Platform version Master and all
Expected behavior Should able to run test
Actual behavior Test not running giving some session error on logs
Steps to reproduce the issue I am able to setup and run concerto platform on local machine by using below steps
install PHP 7.4 composer 2.4.1 mySQL 5.7 clone the project updated the app/config/parameters.yml.dist DB_HOST DB_PORT DB_NAME DB_USER DB_PASSWORD DB_TEST_HOST DB_TEST_PORT DB_TEST_NAME DB_TEST_USER DB_TEST_PASSWORD WEB_USER
then these all are successful composer install --no-interaction npm i bower -g cd src/Concerto/PanelBundle/Resources/public/angularjs && bower install cd src/Concerto/TestBundle/Resources/public/angularjs && bower install php ./bin/console concerto:r:cache php ./bin/console concerto:setup php ./bin/console concerto:content:import --sc php ./bin/console concerto:schedule:tick php ./bin/console concerto:sessions:clear php ./bin/console concerto:forker:start
after these all steps able to login into the admin and create test seems working everything except Test getting error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Concerto Platform version
Master and all
Expected behavior
Should able to run test
Actual behavior
Test not running giving some session error on logs
Steps to reproduce the issue
I am able to setup and run concerto platform on local machine by using below steps
install PHP 7.4
composer 2.4.1
mySQL 5.7
clone the project
updated the app/config/parameters.yml.dist
DB_HOST
DB_PORT
DB_NAME
DB_USER
DB_PASSWORD
DB_TEST_HOST
DB_TEST_PORT
DB_TEST_NAME
DB_TEST_USER
DB_TEST_PASSWORD
WEB_USER
then these all are successful
composer install --no-interaction
npm i bower -g
cd src/Concerto/PanelBundle/Resources/public/angularjs && bower install
cd src/Concerto/TestBundle/Resources/public/angularjs && bower install
php ./bin/console concerto:r:cache
php ./bin/console concerto:setup
php ./bin/console concerto:content:import --sc
php ./bin/console concerto:schedule:tick
php ./bin/console concerto:sessions:clear
php ./bin/console concerto:forker:start
after these all steps able to login into the admin and create test seems working everything except Test
getting error
The text was updated successfully, but these errors were encountered: