[symfony-users] pkAdminQuickCreatePlugin

2009-01-04 Thread Tom Boutell
Many Symfony admin generator forms involve making associations between the object being edited and related objects. For instance, when adding an event to a calendar, you may need to associate that event with a DJ or a band. Symfony's admin generator can provide pulldowns to select these, but what

Re : [symfony-users] Re: Help : How do you extend the admin generator (doctrine one in sf1.2) ?

2009-01-04 Thread Loïc Vernet
Yes, that's a problem with the copy method of the theme, because if there are modifications of the admin gen in the next symfony version you won't get them. It would be nice to easly see all the modifications done on the admin theme between 2 versions... ++ COil

[symfony-users] Re: Doctrine_Validator_Exception: weird case

2009-01-04 Thread juro
This is Doctrine that ships with the svn current 1.2.2dev Symfony. The constant VERSION in Doctrine.php is 1.0.5 - hope this helps as I am desperate :( juro On Jan 4, 9:11 pm, Jonathan Wage jonw...@gmail.com wrote: Is this in Doctrine 1.1? - Jon On Sun, Jan 4, 2009 at 8:01 AM, juro

[symfony-users] Symfony on shared host

2009-01-04 Thread Johannes Frandsen
I get this error when I try to run my symfony project on a shared host: Fatal error: Uncaught exception 'sfCacheException' with message 'Failed to make cache directory /var/www/html/greenoak.dk/cache/ frontend/dev/config while generating cache for configuration file

[symfony-users] Re: Symfony on shared host

2009-01-04 Thread Lee Bolding
cache and log need to be 777 *recursively* chmod -R 777 cache chmod -R 777 log That should fix it :) On 4 Jan 2009, at 19:02, Johannes Frandsen wrote: I get this error when I try to run my symfony project on a shared host: Fatal error: Uncaught exception 'sfCacheException' with message

[symfony-users] Re: Symfony on shared host

2009-01-04 Thread José Leonardo Diaz Ordoñez
I have an error like that in my local server, it was an autoload problem in my case I had two version of the symfony framework in my lib/vendor folder (1.2 and 1.2.2Dev) If you have access to the console try to execute symfony cc or symfony YOUR_ORM:build-all It gave me some real strange

[symfony-users] Re: Doctrine_Validator_Exception: weird case

2009-01-04 Thread José Leonardo Diaz Ordoñez
Try watching your object before the save() call and look if there's something missing or any strange. I've found this tool very usefull for doctrine debuggin http://redotheoffice.com/?p=65 2009/1/4 juro fo...@juro.at This is Doctrine that ships with the svn current 1.2.2dev Symfony. The

[symfony-users] override countries translation

2009-01-04 Thread Damien Lepage
Hi, I would like to override countries translation provided by Symfony in the file: symfony/lib/i18n/data/fr.dat I don't like the accents on the first upper case letter which break the natural alphabetical order. For example I would prefer Etats-Unis than États-Unis. Does anyone know how to