Re: [symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-22 Thread Sorom Uzomah
) to a better check / infestigation use firefox & firebug 9) Make sure your jQuery is loaded form a correct location / it is loaded at all.. Alecs On Thu, Jan 21, 2010 at 6:53 PM, Sorom Uzomah wrote: Hello everyone, > > > >I'm using the > jqueryreloadedplugin and I wa

[symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-21 Thread Sorom Uzomah
Hello everyone, I'm using the jqueryreloadedplugin and I want to submit the form by AJAX. It works but when I try to use an indicator to show when the form is being processed, so that the end user can tell that something is going on, it just doesn't seem to work any longer. Does anyone have

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

2009-12-30 Thread Sorom Uzomah
rk fine . If you on a Unix/Linux system then file includes will be case sensitive. I believe this is the problem you are having. If the software goes looking for sfGuardUserProfile, it will not recognize SfGuardUserProfile as a valid alternative. On Dec 29, 4:11 pm, Sorom Uzomah wrot

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

2009-12-29 Thread Sorom Uzomah
itive. Be sure you do not have SfGuardUserProfile. On Dec 28, 3:52 pm, Sorom Uzomah wrote: > Hello, > > I am using symfony 1.2.10 with sfGuardPlugin 3.1.3 , I have created a profile > class sfGuardUserProfile through my schema.yml. When I try to use > $this->getUser()->

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

2009-12-28 Thread Sorom Uzomah
Hello, I am using symfony 1.2.10 with sfGuardPlugin 3.1.3 , I have created a profile class sfGuardUserProfile through my schema.yml. When I try to use $this->getUser()->getGuardUser()->getProfile()->getId() in my action class as described in the readme file for sfGuardPlugin I get the following

[symfony-users] sfPropelApplyPlugin Instructions

2009-09-25 Thread Sorom Uzomah
Hi everyone, I'm looking at using the sfPropelApply plugin in an ongoing project. I've viewed the plugin's page and gone through the sfDoctrineApply plugin for instructions. However I want to find out if there's anywhere else online where I can get direct implementation instructions for the sfP

[symfony-users] Re: Symfony Facebook Integration

2009-09-07 Thread Sorom Uzomah
FacebookConnectPlugin during the Symfony live in Paris but there's nothing > so far. Any idea on the development state of the plugin or how to get > involved? > > On Sep 4, 2009 6:36 PM, "Sorom Uzomah" wrote: > > Hi Daniel, &g

[symfony-users] Re: Symfony Facebook Integration

2009-09-04 Thread Sorom Uzomah
-project.org/plugins/sfPropelApplyPlugin could help. Haven't tried it yet, but seems to fit the bill. Daniel On Sep 4, 5:21 am, Sorom Uzomah wrote: > Hello everyone, > > I have 2 questions > > * Is there now a stable plugin for handling user registration for > SfGuard fo

[symfony-users] Symfony Facebook Integration

2009-09-04 Thread Sorom Uzomah
Hello everyone, I have 2 questions * Is there now a stable plugin for handling user registration for SfGuard for propel users ie email authentication etc ? * Is there also now a standard facebook integration plugin to help in building facebook applications for SF 1.2 ?Thanks.