CoreSphere / ConsoleBundle

Commandline interface in browser for Symfony2
BSD 3-Clause "New" or "Revised" License
140 stars 54 forks source link

symfony3 #65

Closed fmronan closed 8 years ago

fmronan commented 8 years ago

I have this error with symfony3 Catchable Fatal Error: Argument 1 passed to CoreSphere\ConsoleBundle\Controller\ConsoleController::__construct() must be an instance of Symfony\Component\Templating\EngineInterface, none given, called in /home/genusbzhta/var/cache/dev/classes.php on line 2084 and defined

laszlokorte commented 8 years ago

What version of the bundle have you installed?

fmronan commented 8 years ago

master, not the good version for symfony 3? "coresphere/console-bundle": "dev-master",

laszlokorte commented 8 years ago

Should work. I just cloned symfony-standard (https://github.com/symfony/symfony-standard) and just installed the console bundle and it's working.

Do you have twig installed and configured?

fmronan commented 8 years ago

Ok the problem is with my route, thx for your reply

laszlokorte commented 8 years ago

So did you get it working?

fmronan commented 8 years ago

yes working fine

laszlokorte commented 8 years ago

:+1: