Here is my console file on dev, looks like debug is already set to
true. I'll dig deeper on this tomorrow to see if I can figure out
whats going on with the template. thanks

#!/usr/bin/env php
<?php

ini_set('memory_limit', '1000M');
set_time_limit(86400);

require_once __DIR__.'/ExerciseKernel.php';

use Symfony\Bundle\FrameworkBundle\Console\Application;

$kernel = new ExerciseKernel('dev', true);

$application = new Application($kernel);
$application->run();

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to