I am stuck with a dependency injection issue just by trying to
initialize the bundles.
The exception that I get after simply doing the first two steps per
documentation:
- Add the FOS namespace to your autoloader
- Add UserBundle to your application kernel

is as follows:

Fatal error: Call to undefined method Symfony\Component\Config
\Definition\Builder\ArrayNodeDefinition::scalarNode() in C:\bin\Symfony
\vendor\bundles\FOS\UserBundle\DependencyInjection\Configuration.php
on line 29

I had already gone through the entire setup per the documentation and
had to backtrack to see where it was stopping and it is at the very
beginning of the setup.

Any ideas?

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