[symfony-users] Re: Symfony 1.2.3 installation issue

2009-02-02 Thread SeeVik
6. Offline installation > pear install --offline /path/to/symfony/download/symfony-1.2.3.tar.gz Parsing of package.xml from file "C:\Program Files\xampp\php\PEAR\temp/ download/ symfony-1.1.0/test/unit/plugin/fixtures/sfTestPlugin/ sfTestPlugin-1.0.3/package. xml" failed Cannot initialize 'c:\symf

[symfony-users] Symfony 1.2.3 installation issue

2009-02-02 Thread SeeVik
hello all, I am trying to do a pear installation of symfony 1.2.3 but i am having problems in it. here are the steps that i followed: 1. Installed pear. > c:\xampp\php\go-pear.bat 2. Checking the version info of php and pear. > php -v PHP 5.2.6 (cli) (built: May 2 2008 18:02:07) Copyright (c)

[symfony-users] Re: 1.2.3 upgrade problem

2009-02-02 Thread Henrique Boaventura
Yes, that one. Henrique Boaventura hboavent...@gmail.com http://www.hboaventura.com On Mon, Feb 2, 2009 at 20:55, Eno wrote: > > On Mon, 2 Feb 2009, Henrique Boaventura wrote: > >> Yes, just like in the symfony blog post... > > Are you using a PEAR install of symfony? > > > > -- > > > > > >

[symfony-users] Re: 1.2.3 upgrade problem

2009-02-02 Thread Eno
On Mon, 2 Feb 2009, Henrique Boaventura wrote: > Yes, just like in the symfony blog post... Are you using a PEAR install of symfony? -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. T

[symfony-users] Re: 1.2.3 upgrade problem

2009-02-02 Thread Henrique Boaventura
Yes, just like in the symfony blog post... Henrique Boaventura hboavent...@gmail.com http://www.hboaventura.com On Mon, Feb 2, 2009 at 20:33, Eno wrote: > > On Feb 2, 5:10 pm, Henrique Boaventura wrote: > >> After I upgraded symfony from 1.2.2 to the 1.2.3 version, my current >> project just

[symfony-users] Re: style for IE only

2009-02-02 Thread Eno
On Feb 2, 1:49 pm, Ant Cunningham wrote: > I wasnt even aware that had been added. Excellent. Yeah, symfony keeps surprising me too :-) -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group

[symfony-users] Re: 1.2.3 upgrade problem

2009-02-02 Thread Eno
On Feb 2, 5:10 pm, Henrique Boaventura wrote: > After I upgraded symfony from 1.2.2 to the 1.2.3 version, my current > project just stop work. All the modules that uses admin-generator and > doctrine stopped work. > > The error is something like TableProxy, or anything like that. > > Does any on

[symfony-users] Re: Unit-Tests: The "default" context does not exist.

2009-02-02 Thread Kris Wallsmith
You can create a sfContext instance by passing an sfApplicationConfiguration instance to sfContext::createInstance(). You might be better off just including the functional bootstrap and lime.php, however. Kris -- Kris Wallsmith | Community Manager kris.wallsm...@symfony-project.com Portlan

[symfony-users] Re: Unit-Tests: The "default" context does not exist.

2009-02-02 Thread juro
No but it does not add anything more than the Jobeet tutorial ;) The problem is that my save() method does this: sfContext::getInstance()->getUser()->getGuardUser(); And that does not work in the testing environment. It would be great to get it to work though. Any ideas? juro On Feb 2, 9:22

[symfony-users] 1.2.3 upgrade problem

2009-02-02 Thread Henrique Boaventura
Hi all, After I upgraded symfony from 1.2.2 to the 1.2.3 version, my current project just stop work. All the modules that uses admin-generator and doctrine stopped work. The error is something like TableProxy, or anything like that. Does any one had the same problem? P.s.: If I downgrade to th

[symfony-users] security filter (sfDoctrineGuard)

2009-02-02 Thread David Deller
Per instructions in the sfDoctrineGuard README, I am attempting to enable the sfGuardBasicSecurityFilter. However, I find it is seemingly never executed. This does not work: > security: > class: sfGuardBasicSecurityFilter This works: > security: > enabled: off > my_filter: > class: sfGua

[symfony-users] Re: Many-to-Many Relationships on Admin Generator Symfony 1.2 .

2009-02-02 Thread Hugo HAMON
Why do you want to know about m2m relationships in admin generator ? On 2 fév, 19:30, Joao wrote: > Hello fellow Symfonians, > > Is there any tutorial on Admin Generator for Many-to-Many > Relationships on 1.2 ? > > Thanks > Joao --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Override save() of embedded forms

2009-02-02 Thread Kris Wallsmith
Hi Michael, I believe the ->updateObject() method is called on embedded forms. You might also use a validator or post validator to handle this logic. -- Kris Wallsmith | Community Manager kris.wallsm...@symfony-project.com Portland, Oregon USA http://twitter.com/kriswallsmith On Jan 28, 2009

[symfony-users] Re: sfConfiguration... and some refactoring

2009-02-02 Thread Kris Wallsmith
Prior to symfony 1.1 the version number could be accessed as file_get_contents(sfConfig::get('sf_symfony_lib_dir').'/VERSION'). The version number values can be easily tested with the native version_compare() function. Kris -- Kris Wallsmith | Community Manager kris.wallsm...@symfony-proje

[symfony-users] Re: Unit-Tests: The "default" context does not exist.

2009-02-02 Thread Kris Wallsmith
Have you read this cookbook tutorial? http://www.symfony-project.org/cookbook/1_2/en/model_unit_testing -- Kris Wallsmith | Community Manager kris.wallsm...@symfony-project.com Portland, Oregon USA http://twitter.com/kriswallsmith On Feb 1, 2009, at 12:46 PM, juro wrote: > > True, I am testin

[symfony-users] Re: style for IE only

2009-02-02 Thread Ant Cunningham
I wasnt even aware that had been added. Excellent. Рустам wrote: > Solved, I'm find it in documentation: > > moduleSuccess: > stylesheets: [cssFileWithConditions: { condition: gte IE 5 }, > standardStyleSheet] > javascripts: [standardJavaScript, jsFileWithConditions: { condition: IE 5.5 > }

[symfony-users] Many-to-Many Relationships on Admin Generator Symfony 1.2 .

2009-02-02 Thread Joao
Hello fellow Symfonians, Is there any tutorial on Admin Generator for Many-to-Many Relationships on 1.2 ? Thanks Joao --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, sen

[symfony-users] Re: Load balancing, Scalability & Clustering...

2009-02-02 Thread Pablo Godel
On Mon, Feb 2, 2009 at 1:36 AM, Sumedh wrote: > > I saw some offerings about this on ThePlanet.com...anyone used them? > (shared layer 4 load balancer and so on) We just purchased the service a month ago. I have not been able to try it out, will let you know when I do. --~--~-~--~~-

[symfony-users] Re: Openid Implementation

2009-02-02 Thread Pablo Godel
why don't you try to use ZendFramework's Zend_OpenId ? http://framework.zend.com/manual/en/zend.openid.html On Mon, Feb 2, 2009 at 3:23 AM, nidheesh wrote: > > hai all, > > I am doing openid implementation in an application. I found that > sfopenid plugin works only with > openid 1.0 specific

[symfony-users] Re: select_country_tag problem on language Hebrew

2009-02-02 Thread Fabian Lange
Hi again, sorry, was the wrong question: why is your language or locale "il" if it is hebrew, what you were saying it should be "he". or if you suffix IL: "he_IL" Then it should work. Fabian 2009/2/2 Fabian Lange > Hello, > why symfony version were you using? > Fabian > > > On Mon, Feb 2, 2009

[symfony-users] Re: select_country_tag problem on language Hebrew

2009-02-02 Thread Fabian Lange
Hello, why symfony version were you using? Fabian On Mon, Feb 2, 2009 at 4:39 PM, Guychmyrat Amanmyradov < guychmy...@yahoo.com.tr> wrote: > Hello. > > select_country_tag this hepler translates countries auto. This is super. > But when i try to use for language Hebrew i raised with a problem. > >

[symfony-users] select_country_tag problem on language Hebrew

2009-02-02 Thread Guychmyrat Amanmyradov
Hello.   select_country_tag this hepler translates countries auto. This is super. But when i try to use for language Hebrew i raised with a problem.   Error is in here :   in SF_ROOT_DIR/lib/symfony/i18n/sfCultureInfo.class.php line 278 ...   if (is_file($filename) == false)   {    

[symfony-users] Re: style for IE only

2009-02-02 Thread Рустам
Solved, I'm find it in documentation: moduleSuccess: stylesheets: [cssFileWithConditions: { condition: gte IE 5 }, standardStyleSheet] javascripts: [standardJavaScript, jsFileWithConditions: { condition: IE 5.5 }] On Mon, Feb 2, 2009 at 3:34 PM, Рустам wrote: > Hi, how I can add css style

[symfony-users] style for IE only

2009-02-02 Thread Рустам
Hi, how I can add css style only for IE in app/frontend/config/view.yml? example (layout.php): --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-use

[symfony-users] Openid Implementation

2009-02-02 Thread nidheesh
hai all, I am doing openid implementation in an application. I found that sfopenid plugin works only with openid 1.0 specification. How can i implement it for openid 2. I tried jain rain library , its not working with symfony strict standard. what can i do now, can anybody help me out,plsss

[symfony-users] Re: Load balancing, Scalability & Clustering...

2009-02-02 Thread Ant Cunningham
As much as I LOVE the Grid, it does have issues from time to time (at least on my cluster - Cluster 1). I just consider it shared hosting + (in fact its what i use as my low cost server option). Given the scope of what you guys are discussing i wouldnt recommend it as a solution. That said the

[symfony-users] Re: dynamic credential plugin

2009-02-02 Thread Ant Cunningham
Hmm... Well i cant say that i see a use case for many owners. IMO, either an entity owns it or it doesnt. I think having many owners would be a special case handled by the developer utilizing it. But thats just my 2¢. Perhaps i too quickly adopt *nix permissions/ACLS as my default model for o

[symfony-users] Re: dynamic credential plugin

2009-02-02 Thread Florian
Someone told me exactly the same remark yesterday. The first version has used a custom column ( I changed the model to handle many2many ). The only thing I could answer is that you can handle many owners on the same object ( as ActAsTaggableBehavior do with sf_tag and sf_tagging ). Maybe should

[symfony-users] Re: Load balancing, Scalability & Clustering...

2009-02-02 Thread Lee Bolding
On 2 Feb 2009, at 06:36, Sumedh wrote: > > I saw some offerings about this on ThePlanet.com...anyone used them? > (shared layer 4 load balancer and so on) > > > > AFAIK goDaddy doesn't offer ready to use clustering, right? > > I don't think we need mission critical high availability...scaling fo