Hi

I have added that call as you suggest and cleared the cache but still no joy.

My ProjectConfiguration.class.php>>

<?php

require_once 
'C:\wamp\bin\php\php5.2.5\PEAR\symfony\autoload\sfCoreAutoload.class.php';

sfCoreAutoload::register();

class ProjectConfiguration extends sfProjectConfiguration
{
  public function setup()
  {
        $this->enablePlugins(array('sfPropelPlugin'));
  }
}

Any suggestions?

Thanks.
  ----- Original Message ----- 
  From: Alexandru-Emil Lupu 
  To: [email protected] 
  Sent: Tuesday, February 02, 2010 1:42 PM
  Subject: Re: [symfony-users] No Propel in Available Tasks: upgrade from 
Symfony 1.1 to 1.2/1.3


  in your ProjectConfiguration.class.php add this:

  $this->enablePlugins(array('sfPropelPlugin'));

  and after that clear your cache.
  try again and see if the propel is there... if not, paste here your 
ProjectConfiguration.class.php


  On Tue, Feb 2, 2010 at 4:41 AM, Rebecca Bielecki <[email protected]> wrote:

    And the only plugins that appear in my project_autoload.cache file are:

    
\PEAR\symfony\plugins\sfCompat10Plugin/lib";i:1;s:69:"C:\wamp\bin\php\php5.2.5\PEAR\symfony\plugins\sfProtoculousPlugin/lib";}i:2;a:0:{}}
      ----- Original Message ----- 
      From: Andrei Dziahel 
      To: [email protected] 
      Sent: Tuesday, February 02, 2010 12:21 AM
      Subject: Re: [symfony-users] No Propel in Available Tasks: upgrade from 
Symfony 1.1 to 1.2/1.3


      Hi.

      Enable sfPropelPlugin in ProjectConfiguration.class.php.


      2010/2/1 maxxyb <[email protected]>

        Hi

        I am trying to upgrade my Symfony project and am having problems with
        the Propel portion of the upgrade.  For some reason I can see no
        Propel tasks in the Available Tasks list when I used the command
        "symfony list".

        Can anyone tell me what I may be doing wrong?

        I have tried to upgrade to both 1.2 and to 1.3 with the same result.

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





      -- 
      With the best regards, Andrei.


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


    -- 

    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.




  -- 
  Have a nice day!
  Alecs

  As programmers create bigger & better idiot proof programs, so the universe 
creates bigger & better idiots!
  I am on web:  http://www.alecslupu.ro/
  I am on twitter: http://twitter.com/alecslupu
  I am on linkedIn: http://www.linkedin.com/in/alecslupu
  Tel: (+4)0722 621 280



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

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

Reply via email to