[symfony-users] Re: I18N select options for symfony 1.1 forms

2008-09-17 Thread Nicolas Perriault
On Wed, Sep 17, 2008 at 2:23 AM, xanders [EMAIL PROTECTED] wrote: in reference to this $this-getSchemaFormatter()-setTranslationCatalogue('contact_form'); here is the exact error Fatal error: Call to undefined method ContactForm::getSchemaFormatter() } Try

[symfony-users] getUri() does not include port number? :(

2008-09-17 Thread Sumedh
In Symfony 1.0, request-getUri() is not returning port number to me... It is creating problem in DEV environment where we use several ports... Would not be a problem in live...but still... Is this a known bug? --~--~-~--~~~---~--~~ You received this message

[symfony-users] sf_user?

2008-09-17 Thread Eno
Im using $sf_user in one of my templates and getting an undefined error for $sf_user-hasFlash(). Any ideas why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Re: sf_user?

2008-09-17 Thread Nicolas Perriault
On Wed, Sep 17, 2008 at 7:06 PM, Eno [EMAIL PROTECTED] wrote: Im using $sf_user in one of my templates and getting an undefined error for $sf_user-hasFlash(). Any ideas why? Just a cent, Are you getting an 'Unknow Exception thrown at line 0' error? It may happen when you're using a

[symfony-users] HTTP Headers problem with images...

2008-09-17 Thread tnaseem
I'm trying to serve avatar images by this action: http://tnaseem.pastebin.com/m48155cf6 This works fine when I run in development mode (ie. with frontend_dev.php in the URL). However, if I run it as production the content-type is always set to text/html so the image never shows up. I can't

[symfony-users] Re: schema.yml to sql using file varchar

2008-09-17 Thread Ant Cunningham
Well i take it uplaod is supposed to be the tablename... so you shema should look liek one of these: code upload: file: varchar(255) /code or code upload: file: type: varchar size: 255 /code or code upload: file: {type: varchar(255)} /code On Sep 12, 3:14 pm, beck [EMAIL

[symfony-users] Re: sfAssetsLibraryPlugin

2008-09-17 Thread Ant Cunningham
Did you you installed and configured the sfPropelActAsNestedSetBehaviorPlugin and turn on behaviors in your propel.ini before you rebuilt your model? On Sep 17, 12:40 am, Mauricio Herran [EMAIL PROTECTED] wrote: I am using sfAssetsLibraryPlugin - 0.8.2. with symfony 1.0.17 when I run symfony