[symfony-users] Peer method not found class... with sfDoctrinePlugin

2008-09-16 Thread Martin Groh
Hi there, Im using sf 1.1.1 together with the sfDoctrinePlugin 2.0 (checked out with svn:externals). Yesterday everything went well. After doing an update for my sources (and with it, updating the svn:externals), I get an "Peer method not found for class..." Error, everytime I access an modelelem

[symfony-users] Re: Peer method not found class... with sfDoctrinePlugin

2008-09-16 Thread jukea
I have the same problem here. On Sep 16, 10:05 am, Martin Groh <[EMAIL PROTECTED]> wrote: > Hi there, > > Im using sf 1.1.1 together with the sfDoctrinePlugin 2.0 (checked out > with svn:externals). > Yesterday everything went well. After doing an update for my sources > (and with it, updating th

[symfony-users] Re: Peer method not found class... with sfDoctrinePlugin

2008-09-16 Thread Jonathan Wage
Try using the branches/1.1 in svn..Trunk is being updated for 1.2 currently. - Jon On Tue, Sep 16, 2008 at 11:00 AM, jukea <[EMAIL PROTECTED]> wrote: > > I have the same problem here. > > On Sep 16, 10:05 am, Martin Groh <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > Im using sf 1.1.1 together

[symfony-users] Re: Peer method not found class... with sfDoctrinePlugin

2008-09-16 Thread Martin Groh
Yep, that was it! Thanks a lot!!! On 16 Sep., 18:10, "Jonathan Wage" <[EMAIL PROTECTED]> wrote: > Try using the branches/1.1 in svn..Trunk is being updated for 1.2 currently. > > - Jon > > > > On Tue, Sep 16, 2008 at 11:00 AM, jukea <[EMAIL PROTECTED]> wrote: > > > I have the same problem here. >

[symfony-users] Re: Database Query using Symfony Framework

2008-09-16 Thread James
You aren't generating a query, you are asking for an object based on criteria. Read the Model section of the book it answers these questions pretty well in depth, also since symfony uses propel or doctrine (depending on what you decide to use) you can read the docs at their websites for m

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

2008-09-16 Thread xanders
I have been working with symfony for a year or so but only a week with the new form system. I have some issues / questions. Take a basic contact form with a select list of static values? What is the best way to I18N the options AND have them detected by i18n:extract task. Also as mention in the "

[symfony-users] Best way to implement culture switcher

2008-09-16 Thread xanders
i would like to create a culture switcher that is driven by some values in app.yml. I know this probably has been done before a million times. Also i have looked at the http://www.symfony-project.org/plugins/ysfDimensionsPlugin and http://symfonians.org/browser/trunk/apps/main/templates/_user.php

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

2008-09-16 Thread xanders
in reference to this $this->getSchemaFormatter()->setTranslationCatalogue('contact_form'); here is the exact error Fatal error: Call to undefined method ContactForm::getSchemaFormatter() } --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[symfony-users] Re: Symfony 1.0 TinyMCE Error

2008-09-16 Thread Stephen Melrose
I did try with doubles, but that didn't work either from what I remember. I am going to try Dennis' paste later. Thank you. On 15 Sep, 18:58, Dennis Benkert <[EMAIL PROTECTED]> wrote: > Hi Stephen, > > maybe that's a dumb answer. But I'm not on my developing box to try > this. > > Did you try to

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

2008-09-16 Thread beck
Is this a bug or no? or does it not matter because it's changed for 1.2? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To

[symfony-users] sfPropelPager and Table Id's

2008-09-16 Thread [EMAIL PROTECTED]
So I'm trying to use sfPropelPager to navigate through a list of a user's friends, and I'm having some difficulty. The schema is (simplified): friend: id: ~ senderId: ~ userId: ~ confirmed: boolean user: id: ~ name: varchar(255) and I've set up a propel pager like this: $c = n

[symfony-users] sfAssetsLibraryPlugin

2008-09-16 Thread Mauricio Herran
I am using sfAssetsLibraryPlugin - 0.8.2. with symfony 1.0.17 when I run symfony sfassetlibrary-create-root backend. I get the following error: Creating root node at media ... PHP Fatal error: Call to undefined method sfAssetFolder: makeRoot () in / home / mauritius / sfprojects / PWi / plugins /

[symfony-users] Re: OR statements in Creole

2008-09-16 Thread [EMAIL PROTECTED]
That's a great link Francois, thanks for the help. I tried Ant's solution before posting and it wasn't working. Thanks again guys, Brendan On Sep 16, 3:46 am, "Francois Zaninotto" <[EMAIL PROTECTED] project.com> wrote: > addOr() only works for columns on which you already have a criteria > con

[symfony-users] Re: Propel Post Validator

2008-09-16 Thread [EMAIL PROTECTED]
Nevermind I fixed this. On Sep 15, 10:58 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, I'm new to symfony and I'm developing a site where users can > either be automatically generated or register, and I'm trying to > figure out the best way to implement a Propel Post validator. > > The

[symfony-users] Re: Symfony 1.0 TinyMCE Error

2008-09-16 Thread Stephen Melrose
Thanks for the paste, I will try that. On 15 Sep, 20:35, "Nathanael D. Noblet" <[EMAIL PROTECTED]> wrote: > Stephen Melrose wrote: > > What on earth is causing this? > > No idea, but a few pointers that helped me with issues like the one you > are experiencing. > > I format the options as you can