Re: [symfony-users] Re: app.php in prod generates blank page

2011-05-25 Thread Geoff G
You need to make the file readable by PHP. -- 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 users" group. To post to this group, send email to symfony-u

[symfony-users] Re: [Symfony2] ReflectionException: Class Doctrine\Common\Annotations\FileCacheReader does not exist

2011-05-24 Thread Geoff G
Maybe true is a reserved word (your annotation uses True below): * @Birthday\True(groups="Registration") -- 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-users] Re: [Symfony2] Highlighting menu based on controller called

2011-05-12 Thread Geoff G
It might be better to specify a route on each menu link and see if the current route == link route. -- 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 us

[symfony-users] FormComponent Question

2011-05-02 Thread Geoff G
In the book, there is the following example: [code] namespace Acme\StoreBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Acme\StoreBundle\Entity\Product; class DefaultController extends Controller { public function indexAction() { // create a produc

[symfony-users] Re: doctrine:schema:update error

2011-04-16 Thread Geoff G
Yes, but you can create that table in phpMyAdmin, so this is obviously a bug in doctrine. -- 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 users" group

[symfony-users] doctrine:schema:update error

2011-04-16 Thread Geoff G
First, I'll give you the code upfront so you don't have to waste time asking: $ php app/console doctrine:schema:update --force Updating database schema... [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your S QL syntax; check the manual t

[symfony-users] Get GNU gettext to work with symfony2

2011-03-07 Thread Geoff G
Normally, I would be fine w/ XLIFF (or whatever symfony's format is), but the problem I have with it is that: 1. Launchpad doesn't support it 2. Glotpress doesn't support it So, looking around the web for some alternatives, I found most of them don't support it. That being out of the question,