[symfony-users] symfony 1.4 install plugin

2009-12-25 Thread Vincent UNG
Hello
I have a problem with installing a plugin in symfony 1.4

With php symfony plugin:install sfFormExtraPlugin I have this
error :

Failed to opening required 'PEAR.php' 'include_path=';C:\php\pear').
And I don't have any folder php in C:\ or pear.

Someone can help me please ?
Thanks

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@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.




[symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Vincent UNG
Sorry, I use symfony1.3

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@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.




Re: [symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Stéphane
Hello,

You have to install pear. http://pear.php.net/ and check its installation
instructions page.

Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Fri, Dec 25, 2009 at 11:49 AM, Vincent UNG ung.vinc...@gmail.com wrote:

 Sorry, I use symfony1.3

 --

 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 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 symfony-us...@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.




[symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Vincent UNG
Done, it's workt !
Thanks a lot !

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@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.




[symfony-users] Re: Why config is not read from generator.yml

2009-12-25 Thread lking
looks like here is not enough spaces before
config:
here must be 4 spaces. same for other keys in this section.
filter: should have same num of spaces as list: (6 spaces, tabs is not
allowed)

On 20 дек, 14:49, George hirv...@gmail.com wrote:
 Yes cache is cleared

 George

 On 20 joulu, 00:56, Daniel Lohse annismcken...@googlemail.com wrote:



  Did you clear the cache?

  Daniel

  On Dec 19, 2009, at 10:41 AM, George wrote:

   Hi,

   Why I get  the   Affiliate List instead of   Affiliate Management
   with admin view of  Jobeet tutorial tutorial.

   It seems as if symfony does not  read the config.

   ---
   generator:
    class: sfDoctrineGenerator
    param:
      model_class:           JobeetAffiliate
      theme:                 admin
      non_verbose_templates: true
      with_show:             false
      singular:              ~
      plural:                ~
      route_prefix:          jobeet_affiliate
      with_doctrine_route:   true
      actions_base_class:    sfActions
    config:
      fields:
        is_active: { label: Active? }
      list:
        title:   Affiliate Management
        display: [is_active, url, email, token,]
        sort:    [is_active,asc]
        object_actions:
          activate:   ~
          deactivate: ~
        batch_actions:
          activate:   ~
          deactivate: ~
        actions: {}
    filter:
      display: [url, email, is_active]
   

   --

   You received this message because you are subscribed to the Google Groups 
   symfony users group.
   To post to this group, send email to symfony-us...@googlegroups.com.
   To unsubscribe from this group, send email to 
   symfony-users+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://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 symfony-us...@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.