Manu,

1) Check to make sure that your plugin directory has the file
'lib/widget/pkWidgetFormJQueryTaggable'.  If that file doesn't exist, check
to make sure you have run 'svn up' in the plugin directory within the last
18 hours as I just committed the new form widget to the trunk yesterday.

2) If that doesn't work, make sure you are using the trunk of
sfDoctrineActAsTaggable.  You can subscribe to the trunk using subversion.
 If you used the symfony plugin:install command, try using this to upgrade
your plugin: 'php symfony plugin-upgrade symfony/sfDoctrineActAsTaggable'.
 Since the trunk is mostly stable, it shouldn't cause you any problems.

3) Rebuild your base classes using 'symfony doctrine:build --all-classes'

Run through those steps one at a time checking to make sure it works each
time.  If one of those steps fixes the "class not found" problem, you're
done and ready to use the widget!

You did the right thing by adding the widget to your form.  Symfony should
autoload the class if it's in the plugin.

No worries about being new to Symfony... I'm not exactly an old-pro myself.
 Good luck again!


Regards,
Wes

On Fri, Oct 29, 2010 at 5:30 AM, Manu <emmanuel.parf...@gmail.com> wrote:

> i've tried adding it to /lib/form/doctrine/ContentForm.class, but I
> get the following error :
> Class 'pkWidgetFormJQueryTaggable' not found
>
> did I forget an include somewhere ?
>
> --
> 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<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Wesley John-Alder
http://punkave.com
http://occs.oberlin.edu/~wjohnald
BA Computer Science, Oberlin College 2007
Appalachian Trail 2008
cell: 609-558-4476

-- 
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