[symfony-users] How to set an error message for invalid login with sfGuardAuth plugin?

2010-08-25 Thread Peter Peltonen
('invalid' = 'span style=color:redWrong username or password./span'))); But I get no error message? Regards, Peter Peltonen -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google

Re: [symfony-users] sfGuardAuth: where is the page after login defined?

2010-08-19 Thread Peter Peltonen
@googlegroups.com [mailto:symfony- us...@googlegroups.com] Im Auftrag von Peter Peltonen Gesendet: Donnerstag, 19. August 2010 00:01 An: symfony-users@googlegroups.com Betreff: [symfony-users] sfGuardAuth: where is the page after login defined? A simple question: I'm new to sfGuardAuth. I

[symfony-users] sfGuardAuth: where is the page after login defined?

2010-08-18 Thread Peter Peltonen
A simple question: I'm new to sfGuardAuth. I have inherited a symfony 1.2 application which redirects the user to /profile module after login. I would need to change this to the /mypage module but I cannot find where this page where user is redirected after signing in is defined? Best, Peter

[symfony-users] IE shows errors related to Prototype in Symfony 1.2.12

2010-04-16 Thread Peter Peltonen
I am maintaining an application using Symfony 1.2.12. I noticed that on one page IE shows an error message related to Prototype: Object required prototype.js line 3936 character 5 Both IE6 and IE8 complain about the page. How to resolve this? Would updating Prototype help (can I just

Re: [symfony-users] Re: no web debug toolbar in symfony 1.2.12

2010-04-06 Thread Peter Peltonen
Hi, On Fri, Mar 26, 2010 at 6:25 PM, Tom Ptacnik to...@tomor.cz wrote: Which frontend controller are you using for browsing? index.php, frontend_dev.php? .. look into it if there is the toolbar switched on. Thanks for this tip! This was indeed my problem: frontend_dev.php contained a whitelist

Re: [symfony-users] no web debug toolbar in symfony 1.2.12

2010-03-26 Thread Peter Peltonen
Hi, On Thu, Mar 25, 2010 at 9:32 PM, Frank Stelzer d...@bleedingmoon.de wrote: Search your complete project for sf_web_debug. Maybe the other developer has disabled the web debug toolbar by hand [1] somewhere else in the code. I tried the following: grep -r sf_web_debug apps/

[symfony-users] no logs created in symfony 1.2.12

2010-03-25 Thread Peter Peltonen
I have a problem with my symfony 1.2.12 installation that I inherited from another developer: no logs are being created in the log directory. In apps/frontend/config/settings.yml I have: logging_enabled:on for prod, dev and test. And in apps/frontend/config/factories.yml prod:

[symfony-users] no web debug toolbar in symfony 1.2.12

2010-03-25 Thread Peter Peltonen
I would like to use the web debug toolbar, but for some reason I am unable to make it appear (I've inherited this symfony installation from another developer). In apps/frontend/config/settings.yml I have web_debug: on for prod, dev and test. But I see no toolbar? Do I need to

Re: [symfony-users] no web debug toolbar in symfony 1.2.12

2010-03-25 Thread Peter Peltonen
Hi, On Thu, Mar 25, 2010 at 7:32 PM, Tom Haskins-Vaughan t...@templestreetmedia.com wrote: Is it set for the correct environment (prod, dev, etc)? As I wrote, it is set for prod, dev and test. I am not sure which of those I am running. Where is that set? Did you clear your cache? symfony cc

Re: [symfony-users] no logs created in symfony 1.2.12

2010-03-25 Thread Peter Peltonen
Hi, On Thu, Mar 25, 2010 at 7:33 PM, Tom Haskins-Vaughan t...@templestreetmedia.com wrote: Does the logdirectory have write permissions for the web server user? Yes: ls -lahd log drwxrwxrwx 3 peter nood01 4.0K Mar 17 18:45 log Any other ideas? Best, Peter -- If you want to report a

Re: [symfony-users] how to create a copy of symfony app using a different database

2010-03-22 Thread Peter Peltonen
Hi and thanks for your replies. On Mon, Mar 22, 2010 at 2:46 PM, Syam s...@nexen.org wrote: application :  You mean real app in apps/ or complete symfony project to copy ? I meant a complete symfony project. I managed to resolve my problem which was due to a silly mistake: the new symfony

Re: [symfony-users] Re: Possible SQL injection

2010-02-26 Thread Peter Peltonen
On Thu, Feb 25, 2010 at 12:50 PM, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi Fabien, I am using Symfony 1.1 in which we are to create a session timeout of 4 hours but it is not working by changing in factories.yml. Regards Deepak Bhatia On Thu, Feb 25, 2010 at 3:58 PM, Fabien