Hi all
I´ve installed symfony 1.2.7 (sandbox) to test on my machine. When I
run "symfony plugin-list", it only lists
....
symfony 1.2.7-stable #
pear.symfony-project.com (symfony)
...
althought I have some plugins installed and even was able to make a
...
symfony-doctrine-build-all-reload
...
and create my database sucessfuly
my projectConfiguration is like:
$this->enablePlugins(array('sfDoctrinePlugin','sfCompat10Plugin','phpJsonSchemaPlugin'));
$this->disablePlugins(array('sfPropelPlugin'));
Why I am not able to list the plugins?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---