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