Hi. We had the same problem here:
# pear list -a Installed packages, channel __uri: ================================== (no packages installed) Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.2 stable Console_Getopt 1.2.3 stable Log 1.9.11 stable PEAR 1.6.1 stable Structures_Graph 1.0.2 stable Installed packages, channel pear.phpdb.org: =========================================== Package Version State propel_runtime 1.3.0 stable Installed packages, channel pear.symfony-project.com: ===================================================== Package Version State symfony 1.0.17 stable Installed packages, channel pecl.php.net: ========================================= (no packages installed) However, the problem was solved after uninstalling propel_runtime: # pear uninstall pear.phpdb.org/propel_runtime # symfony cc Regards, Alfonso --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
