hi
got the same problem how did you solve the problem?

thx

On 13 jan, 16:27, dmitrypol <dmitry...@gmail.com> wrote:
> My users need to import contacts from various address books.  I am trying to
> use lcOpenInviterPlugin even though it's only supported for Symfony 1.2 and
> I am running 1.4.8.  
>
> After deploying plugin I got
> Fatal error: Class 'sfValidatorChoiceMany' not found in
> ..myproject/plugins/lcOpenInviterPlugin/lib/form/ShowContactsForm.class.php
> on line 66
> Readinghttp://www.symfony-project.org/api/1_4/I did not see
> sfValidatorChoiceMany so I modified
> 'contacts'  => new sfValidatorChoice (instead of sfValidatorChoiceMany)
> Then I am able to get to open-inviter/invite where I see the list of my
> contacts from Hotmail, Gmail, Facebook but when I select any of them and
> click send I get an error "Invalid".  
>
> I think the cause is the sfValidatorChoiceMany validates array of values and
> sfValidatorChoice validates a value.  
> But even after I completely comment out the 'contacts' validation I still
> can't get past open-inviter/invite to open-inviter/sent and it never sends
> emails.  
>
> Anybody had any luck with this plugin?  
>
> I also kept getting these errors in my logs:
> Strict Standards: Declaration of LcOpenInviter::getPlugins() should be
> compatible with that of openinviter::getPlugins() in
> ..myproject/plugins/lcOpenInviterPlugin/lib/lcopeninviter.class.php on line
> 12
> ...
> symfony [notice] {sfWebDebugLogger}  Notice at
> ..myproject/plugins/sfErrorNotifierPlugin/lib/sfErrorNotifierMail.php on
> line 135 (Array to string conversion)
> but I solved that by modifying this line in lcopeninviter.class.php
>     public function getPlugins($update=false,$required_details=false)

-- 
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
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to