Re: [symfony-users] Re: Is there any way to see all the functions that have been executed?

2010-02-12 Thread Javier Garcia
On 02/11/2010 10:02 PM, Stéphane wrote: So you must have xdebug installed to have a usable stack trace. I installed xdebug. I tried to follow the way the app is executed using Step into/over/out in NB, but i find _very difficult and tedious_ to follow all the way since send the request till

RE: [symfony-users] Edit form with a plain text input + save action : incorrect routing under Apache

2010-02-12 Thread NOOVEO - Christophe Brun
Autoreply to this post, in case the tip could help other developpers stuck on this. I eventually gained access to the Apache logs on the sever and spotted this line : [Fri Feb 12 09:52:05 2010] [error] [client 193.251.184.33] ModSecurity: Access denied with code 501 (phase 2). Pattern match

Re: [symfony-users] Re: Is there any way to see all the functions that have been executed?

2010-02-12 Thread Alvaro Videla
try: http://cn.php.net/debug_backtrace Xdebug is not required for that function On Feb 12, 2010, at 5:11 PM, Javier Garcia wrote: On 02/11/2010 10:02 PM, Stéphane wrote: So you must have xdebug installed to have a usable stack trace. I installed xdebug. I tried to follow the way the

Re: [symfony-users] UML diagram of Symfony

2010-02-12 Thread Benoit Montuelle
Hi, I found this http://trac.symfony-project.org/attachment/wiki/WikiStart/symfony_uml.zip . It has 1 year old, so I think it is 1.0 or 1.2 framework. 2010/2/12 Maxim Tsepkov azrael@gmail.com Does anyone have any sort of UML diagram of Symfony internals, interfaces, etc. It would be

[symfony-users] FREE ticket to sflive2010

2010-02-12 Thread Lee Bolding
Yes, that's right. Unfortunately, I'm snowed under at work, so can't go. If anybody would like my ticket instead give me a shout and you can have mine -- 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] url_for with extra parameters

2010-02-12 Thread HAUSa
I'm using the url_for helper to generate a link in my template. The link has to go to an object detail page (sfPropelRoute) and has send some GET parameters as well. This is my route: article_route: url: /:sf_culture/article/:id/:slug/* class: sfPropelRoute options: { model: Article,

[symfony-users] Re: url_for with extra parameters

2010-02-12 Thread wissl
In UrlHelper.php of symfony core lib there is a list of optional parameters supported by link_to(): * bOptions:/b * - 'absolute' - if set to true, the helper outputs an absolute URL * - 'query_string' - to append a query string (starting by ?) to the routed url * - 'anchor' - to append an

[symfony-users] about secure login page

2010-02-12 Thread prakash saud
hi, i am new to symfony framework. I was going through the practical symfony tutoril , i came through the secure the job page section of six day, i added the retrieveActiveJob() method in lib/model/doctrine/JobeetJobTable.class.php file and added the line method_for_query: retrieveActiveJob in

[symfony-users] Hi guys! Im looking for 2x PHP Symfony developers full time to work remotely for a UK company!

2010-02-12 Thread Bravo
If you are interested please email me at berna...@bravomedia.co.uk Many thanks Bernardo -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send

[symfony-users] doctrine: build database with constraints from schema.yml

2010-02-12 Thread Maxime Lepreux
Hi. French developper, I 'm new to symphony. Trying to understand how doctrine works, i've been using doctrine:commands (buid-schema or build-model/build-sql) environment : WAMPSERVER (Apache 2, PHP 5, Mysql 5) Symfony 1.4 stable db generated via MYSQL Workbench CREATE TABLE IF NOT EXISTS

[symfony-users] doctrine schema.yml

2010-02-12 Thread Maxime Lepreux
Hi. French developper, I 'm new to symphony. Trying to understand how doctrine works, i've been using doctrine:commands (buid-schema or build-model/build-sql) environment : WAMPSERVER (Apache 2, PHP 5, Mysql 5) Symfony 1.4 stable db generated via MYSQL Workbench CREATE TABLE IF NOT EXISTS

[symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-12 Thread jean-christophe zulian
Hi list, After setting up the sfGuardDoctrine plugin for our project we created a login page in the same fashion as it is done on the jobeet tutorial. When coming on the login page for the first time and entering username/password the login procedure works fine. If we logout and enter the

[symfony-users] How can i display the register link, in my login page using SfGuardExtraPlugin?

2010-02-12 Thread Fruitlover
Hi, How can i display the register link, in my login page using SfGuardExtraPlugin? My login and logout was came from sfGuard and after installing the plugin, i enable the module and follow its 1.2 readme, it seems that the register link as well as the plugin cannot be displayed.. do i missed

Re: [symfony-users] Apostrophe 1.0 Stable Release: a mature CMS for Symfony!

2010-02-12 Thread Nicolas Ippolito
Hi, Congratulations! It's a wonderful project! Nico 2010/2/12 Tom Boutell t...@punkave.com We have labored long and hard to prepare for the 1.0 release of Apostrophe. As we said before, it has been stable and in use for a long time now, but we wanted to mark a moment in time with an

Re: [symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-12 Thread Michał Piotrowski
Hi, 2010/2/11 jean-christophe zulian jean-christophe.zul...@liip.ch: Hi list, After setting up the sfGuardDoctrine plugin for our project we created a login page in the same fashion as it is done on the jobeet tutorial. When coming on the login page for the first time and entering

[symfony-users] Re: Apostrophe 1.0 Stable Release: a mature CMS for Symfony!

2010-02-12 Thread a...@speedypin.com
2nds on the congrats... Is this a CMS that can be intergrated into an existing symfony project? sfSympalPlugin and diemPlugin need to be selected at the beginning point of starting a projectSucks for those (like me) who have been developing for more than 1+ years on a current project an

[symfony-users] Re: FREE ticket to sflive2010

2010-02-12 Thread a...@speedypin.com
This would be sweet if I could muster up $1500 for the airfair and another $500 for expenses... On Feb 12, 2:46 am, Lee Bolding l...@leesbian.net wrote: Yes, that's right. Unfortunately, I'm snowed under at work, so can't go. If anybody would like my ticket instead give me a shout and you

Re: [symfony-users] Re: Apostrophe 1.0 Stable Release: a mature CMS for Symfony!

2010-02-12 Thread Alexandru-Emil Lupu
I had the same peoblem but i have fixed it with a plugin gaved by of my friends... If you need a cms mandatory, you could try something barbaric... Start a new sf project, install the cms plugin, then copy in your new project the form/doctrine, lib/doctrine and other lib dirs, then your apps

Re: [symfony-users] Re: FREE ticket to sflive2010

2010-02-12 Thread Alexandru-Emil Lupu
Sorry! I can't get there even with a free ticket... i am in big debts as this month i have made some csm courses. As i am paying from my pocket... you can imagine... Maybe i will come in the next sessions... But thank for open sourcing your ticket :) sent via htc magic On Feb 13, 2010 12:00