G6K icon indicating copy to clipboard operation
G6K copied to clipboard

Call to protected method Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getParameter()

Open samboy45 opened this issue 5 years ago • 4 comments

Hi, there is a problem in the simulator class : src/G6K/Model/Simulator.php In the loadDatabases method, you call getParameter(), who is a protected method from AbstractController.

To solve the problem , i inject the Container class in the constructor .

samboy45 avatar Feb 22 '20 20:02 samboy45

Hi,

Under what circumstances do you have this message? What is the version of symfony? What is the version of php?

eureka2 avatar Feb 23 '20 17:02 eureka2

having same error on Symfony 4 php version 7.4.6

alfred2016decanet avatar Jun 09 '20 10:06 alfred2016decanet

Please tell me how I can reproduce this error?

eureka2 avatar Jun 09 '20 11:06 eureka2

after installing projet by using your process, i have executed run-script g6k-script when i'm tried to perform index.php/demo this error occured

alfred2016decanet avatar Jun 09 '20 11:06 alfred2016decanet