Re: [symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-30 Thread Sorom Uzomah
Hi Zeek, I'm using a windows system, xp. not linux. From: Zeek To: symfony users Sent: Wed, December 30, 2009 12:16:28 AM Subject: [symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist. > Thanks for your respons

[symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-29 Thread Zeek
ts > where the profile class was SfGuardUserProfile and they all seem to work fine > . > > I'll try your other suggestions and see what happens. Thanks again. > > > From: Zeek > To: symfony users > Sent: Mon, December 28, 2009

Re: [symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-29 Thread Sorom Uzomah
all seem to work fine . I'll try your other suggestions and see what happens. Thanks again. From: Zeek To: symfony users Sent: Mon, December 28, 2009 11:20:12 PM Subject: [symfony-users] Re: The user profile class "sfGuardUserProfile" does no

Re: [symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-28 Thread Daniel Lohse
On Dec 28, 2009, at 11:36 PM, Mohammed Rhamnia wrote: > Did u add this to your app.yml file : > all: > sf_guard_plugin: > profile_class: sfGuardUserProfile > profile_field_name: user_id AFAIK, he used the default class and field names and this is not necessary. > > 2009/12/28 Zee

Re: [symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-28 Thread Mohammed Rhamnia
Did u add this to your app.yml file : *all: sf_guard_plugin: profile_class: sfGuardUserProfile profile_field_name: user_id* 2009/12/28 Zeek > Sorom, what do you get if you do this: > > echo get_class($this->getUser()->getGuardUser()->getProfile()); > > Do you get an error when thi

[symfony-users] Re: The user profile class "sfGuardUserProfile" does not exist.

2009-12-28 Thread Zeek
Sorom, what do you get if you do this: echo get_class($this->getUser()->getGuardUser()->getProfile()); Do you get an error when this is called? echo get_class($this->getUser()->getGuardUser()); If you look in lib/model do you see a sfGuardUserProfile class? It is case sensitive. Be sure you do