[symfony-users] class BaseProfileForm not found

2010-01-06 Thread resursecrestine
Hi, When I try to edit a user form I get an error: Fatal error: Class 'BaseProfileForm' not found in C:\projectFolder\myproject\lib\vendor\symfony-1.2.10\lib\plugins \sfDoctrinePlugin\test\functional\fixtures\lib\form\doctrine \ProfileForm.class.php on line 11 Can you explain why I get

[symfony-users] session across subdomains

2009-08-20 Thread resursecrestine
Hello, I develop an application with symfony that has many subdomains. Currently I work localhost so I have sobdomain like http://news.resurse.localhost/frontend_dev.php/, http://audio.resurse.localhost/frontend_dev.php/, http://video.resurse.localhost/frontend_dev.php/ I would like to share

[symfony-users] Re: session across subdomains

2009-08-20 Thread resursecrestine
Thanks a lot! it worked! On Aug 20, 2:48 pm, Gábor Fási maerl...@gmail.com wrote: apps/frontend/config/factories.yml all:   storage:     class: sfSessionStorage     param:       session_cookie_domain: resurse.localhost On Thu, Aug 20, 2009 at 14:39,