I have run into another error... I am running the sfFacebookConnectDemo. It prompts me to connect, I enter my facebook email and password, click connect, and I get this error:
Strict Standards: Non-static method sfFacebookGuardAdapter::getUserProfileProperty() should not be called statically, assuming $this from incompatible context in /var/www/ losebig/plugins/sfFacebookConnectPlugin/lib/ sfFacebookApplicationFilter.class.php on line 25 Fatal error: Cannot call abstract method sfFacebookGuardAdapter::getUserProfileProperty() in /var/www/losebig/ plugins/sfFacebookConnectPlugin/lib/ sfFacebookApplicationFilter.class.php on line 25 If I refresh the page, it says "Welcome Zach Fry" and has my facebook profile picture. I'm not sure how I am supposed implement the filters, and wondered if someone could show me what the filters.yml file is supposed to look like. I don't really know where my problem lies, but I thought it might be the filters since I didn't know what I was doing when I implemented those. here is my current file: rendering: ~ web_debug: ~ facebook_connect: class: sfFacebookConnectFilter security: class: sfGuardBasicSecurityFilter facebook_application: class: sfFacebookApplicationFilter sfFacebookConnectRememberMe: class: sfFacebookConnectRememberMeFilter #sfFacebookSecurity: # class: sfFacebookSecurityFilter cache: ~ common: ~ flash: ~ execution: ~ Thanks for your help. I've been struggling getting all this to work right. On Dec 3, 5:27 pm, Fabrice Bernhard <[email protected]> wrote: > Great you managed to solve your problem, although it would have been > nice to actually see what you did wrong. > > Cheers, > > Fabrice > --http://www.theodo.fr -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
