seems like i need to uninstall creole too : sudo pear uninstall phpdb/ creole
On Oct 13, 10:31 am, DigitalBase <[EMAIL PROTECTED]> wrote: > I created a ticket :http://trac.symfony-project.org/ticket/4650 > Now when i uninstall propel from pear (runtime & generator) i get this > error : > > [wrapped: Unable to load driver class: > symfony.plugins.sfPropelPlugin.lib.creole.drivers.sfDebugConnection] > > Is this the same problem ? (autoloader not fully functioning due to > include path problems ?) > > On Oct 11, 5:38 pm, Kris Wallsmith <[EMAIL PROTECTED] > > project.com> wrote: > > Looks like there may be a bug in sfPropelPlugin's use of > > set_include_path(). Please create a ticket on Trac. > > > Thanks, > > Kris > > > On Oct 11, 2008, at 8:27 AM, DigitalBase <[EMAIL PROTECTED]> wrote: > > > > Tnx Kris > > > > Apparently i do (see pear output below). But as i am using > > > svn:externals defenition for the core. It should use the included > > > propel plugin no ? > > > If i browse the 1.1 repository, i can see sfPropel is included : > > >http://trac.symfony-project.org/browser/branches/1.1/lib/plugins/sfPr... > > > Also this post tells me propel1.2 is included as a plugin : > > >http://www.symfony-project.org/blog/2007/12/12/symfony-propel-and-doc... > > > > So why is it using my pear version, instead of the included one ? > > > > pear list -a > > > Installed packages, channel __uri: > > > ================================== > > > (no packages installed) > > > Installed packages, channel pear.phing.info: > > > ============================================ > > > Package Version State > > > phing 2.3.1RC1 beta > > > Installed packages, channel pear.php.net: > > > ========================================= > > > Package Version State > > > Archive_Tar 1.3.2 stable > > > Console_Getopt 1.2.3 stable > > > DB 1.7.13 stable > > > Log 1.11.1 stable > > > OLE 1.0.0RC1 beta > > > PEAR 1.6.1 stable > > > Spreadsheet_Excel_Writer 0.9.1 beta > > > Structures_Graph 1.0.2 stable > > > Installed packages, channel pear.phpdb.org: > > > =========================================== > > > Package Version State > > > creole 1.1.0 stable > > > propel_generator 1.3.0RC1 beta > > > propel_runtime 1.3.0RC1 beta > > > Installed packages, channel pear.symfony-project.com: > > > ===================================================== > > > Package Version State > > > symfony 1.0.17 stable > > > Installed packages, channel pecl.php.net: > > > ========================================= > > > > On Oct 11, 3:26 pm, Kris Wallsmith <[EMAIL PROTECTED] > > > project.com> wrote: > > >> Hm... The Propel::import() method was renamed Propel::importClass() > > >> in > > >> Propel 1.3. Is it possible you have Propel 1.3 installed somewhere? > > > >> Kris > > > >> On Oct 11, 2008, at 5:45 AM, DigitalBase <[EMAIL PROTECTED]> wrote: > > > >>> I just upgraded my project to 1.1. Now i get the exception : > > > >>> <b>Fatal error</b>: Call to undefined method Propel::import() in > > >>> <b>/ > > >>> home/gnelisse/projects_local/projectname/webroot/core/lib/plugins/ > > >>> sfPropelPlugin/lib/vendor/propel/util/BasePeer.php</b> on line > > >>> <b>929</ > > >>> b><br /> > > > >>> I found a thread about it here > > >>> :http://www.symfony-project.org/forum/index.php/m/62822/ > > >>> no solution though. > > > >>> I am on ubuntu 8.04. This project is using a svn:externals > > >>> defenition > > >>> of symfony 1.1 core, altough the system does have symfony 1.0 > > >>> installed under PEAR. > > > >>> Anyone solution ? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
