[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo

What's wrong with my PEAR?
I've tryed to use this command
pear channel-discover pear.symfony-project.com

and I got this error

Command 'pear.symfony-project.com' is not valid, try 'pear help'

Pear version 1.6.1
PHP 5.2.3
MAC OS X 10.4.10

On 2007/06/04, at 23:53, Davinder Mahal wrote:


Hi,

You have to set the path to your PEAR.php within your php.ini file  
of your php install.


Hope that helps.


On Jun 4, 2007, at 3:43 PM, Arnaud wrote:



Hello,

I've got an error when i want to install a plug-in :
this problem with pear is only when i make this command.

$ symfony plugin-install http://plugins.symfony-project.com/ 
sfPrototypeWindowPlugin


Warning: require_once(PEAR.php): failed to open stream: No such file
or directory in /Applications/xampp/xamppfiles/lib/php/pear/data/
symfony/tasks/sfPakePlugins.php on line 147

Fatal error: require_once(): Failed opening required
'PEAR.php' (include_path='/Users/arnaudtanguy/Sites/sfprojects/ 
allyno/

lib:/Users/arnaudtanguy/Sites/sfprojects/allyno/apps//lib::/
Applications/xampp/xamppfiles/lib/php/pear/symfony/vendor:.:/
Applications/xampp/xamppfiles/lib/php') in /Applications/xampp/
xamppfiles/lib/php/pear/data/symfony/tasks/sfPakePlugins.php on line
147

How can i solve that ?

Thx.

My symfony version : symfony version 1.0.3
I'm on a Mac OSX 10.4.9





Davinder S. Mahal
Principal / Lead Developer
DSM Cyber Media
http://www.dsmcybermedia.com
{---}
internet  media development
Union City, CA
+011 510-489-4827
[EMAIL PROTECTED]



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups symfony users group.

To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users- 
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/ 
group/symfony-users?hl=en

-~--~~~~--~~--~--~---



--
Atentamente,
Jorge Laranjo

[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-



smime.p7s
Description: S/MIME cryptographic signature


[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo

Found the problem. Solved. It was on PHP 5.2.3

On 2007/07/18, at 16:41, Jorge Laranjo wrote:


What's wrong with my PEAR?
I've tryed to use this command
pear channel-discover pear.symfony-project.com

and I got this error

Command 'pear.symfony-project.com' is not valid, try 'pear help'

Pear version 1.6.1
PHP 5.2.3
MAC OS X 10.4.10

On 2007/06/04, at 23:53, Davinder Mahal wrote:


Hi,

You have to set the path to your PEAR.php within your php.ini file  
of your php install.


Hope that helps.


On Jun 4, 2007, at 3:43 PM, Arnaud wrote:



Hello,

I've got an error when i want to install a plug-in :
this problem with pear is only when i make this command.

$ symfony plugin-install http://plugins.symfony-project.com/ 
sfPrototypeWindowPlugin


Warning: require_once(PEAR.php): failed to open stream: No such file
or directory in /Applications/xampp/xamppfiles/lib/php/pear/data/
symfony/tasks/sfPakePlugins.php on line 147

Fatal error: require_once(): Failed opening required
'PEAR.php' (include_path='/Users/arnaudtanguy/Sites/sfprojects/ 
allyno/

lib:/Users/arnaudtanguy/Sites/sfprojects/allyno/apps//lib::/
Applications/xampp/xamppfiles/lib/php/pear/symfony/vendor:.:/
Applications/xampp/xamppfiles/lib/php') in /Applications/xampp/
xamppfiles/lib/php/pear/data/symfony/tasks/sfPakePlugins.php on line
147

How can i solve that ?

Thx.

My symfony version : symfony version 1.0.3
I'm on a Mac OSX 10.4.9





Davinder S. Mahal
Principal / Lead Developer
DSM Cyber Media
http://www.dsmcybermedia.com
{---}
internet  media development
Union City, CA
+011 510-489-4827
[EMAIL PROTECTED]



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups symfony users group.

To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users- 
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/ 
group/symfony-users?hl=en

-~--~~~~--~~--~--~---



--
Atentamente,
Jorge Laranjo

[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-



--
Atentamente,
Jorge Laranjo

[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-



smime.p7s
Description: S/MIME cryptographic signature


[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo

Here it is my PEAR configuration

Configuration:
==
   __channels
   download_dir/usr/local/temp/download
   temp_dir/usr/local/temp
PEAR executables directory bin_dir /usr/local/bin
PEAR documentation directory   doc_dir /usr/local/lib/php/docs
PHP extension directoryext_dir /usr/lib/php/ 
extensions/no-debug-no

   n-zts-20020429
PEAR directory php_dir /usr/local/lib/php
PEAR Installer cache directory cache_dir   /tmp/pear/cache
PEAR data directorydata_dir/usr/local/lib/php/data
PHP CLI/CGI binary php_bin /usr/bin/php
PEAR test directorytest_dir/usr/local/lib/php/tests
Cache TimeToLive   cache_ttl   3600
Preferred Package Statepreferred_state stable
Unix file mask umask   22
Debug Log Levelverbose 1
HTTP Proxy Server Address  http_proxy  not set
PEAR servermaster_server   pear.php.net
PEAR password (for passwordnot set
maintainers)
Signature Handling Program sig_bin /usr/local/bin/gpg
Signature Key Directorysig_keydir  /private/etc/pearkeys
Signature Key Id   sig_keyid   not set
Package Signature Type sig_typegpg
PEAR username (for usernamenot set
maintainers)

On 2007/07/18, at 16:41, Jorge Laranjo wrote:


What's wrong with my PEAR?
I've tryed to use this command
pear channel-discover pear.symfony-project.com

and I got this error

Command 'pear.symfony-project.com' is not valid, try 'pear help'

Pear version 1.6.1
PHP 5.2.3
MAC OS X 10.4.10

On 2007/06/04, at 23:53, Davinder Mahal wrote:


Hi,

You have to set the path to your PEAR.php within your php.ini file  
of your php install.


Hope that helps.


On Jun 4, 2007, at 3:43 PM, Arnaud wrote:



Hello,

I've got an error when i want to install a plug-in :
this problem with pear is only when i make this command.

$ symfony plugin-install http://plugins.symfony-project.com/ 
sfPrototypeWindowPlugin


Warning: require_once(PEAR.php): failed to open stream: No such file
or directory in /Applications/xampp/xamppfiles/lib/php/pear/data/
symfony/tasks/sfPakePlugins.php on line 147

Fatal error: require_once(): Failed opening required
'PEAR.php' (include_path='/Users/arnaudtanguy/Sites/sfprojects/ 
allyno/

lib:/Users/arnaudtanguy/Sites/sfprojects/allyno/apps//lib::/
Applications/xampp/xamppfiles/lib/php/pear/symfony/vendor:.:/
Applications/xampp/xamppfiles/lib/php') in /Applications/xampp/
xamppfiles/lib/php/pear/data/symfony/tasks/sfPakePlugins.php on line
147

How can i solve that ?

Thx.

My symfony version : symfony version 1.0.3
I'm on a Mac OSX 10.4.9





Davinder S. Mahal
Principal / Lead Developer
DSM Cyber Media
http://www.dsmcybermedia.com
{---}
internet  media development
Union City, CA
+011 510-489-4827
[EMAIL PROTECTED]



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups symfony users group.

To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users- 
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/ 
group/symfony-users?hl=en

-~--~~~~--~~--~--~---



--
Atentamente,
Jorge Laranjo

[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-



--
Atentamente,
Jorge Laranjo

[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-



smime.p7s
Description: S/MIME cryptographic signature


[symfony-users] Re: Problem with pear with symfony plugin-install

2007-06-04 Thread Davinder Mahal
Hi,

You have to set the path to your PEAR.php within your php.ini file of  
your php install.

Hope that helps.


On Jun 4, 2007, at 3:43 PM, Arnaud wrote:


 Hello,

 I've got an error when i want to install a plug-in :
 this problem with pear is only when i make this command.

 $ symfony plugin-install http://plugins.symfony-project.com/ 
 sfPrototypeWindowPlugin

 Warning: require_once(PEAR.php): failed to open stream: No such file
 or directory in /Applications/xampp/xamppfiles/lib/php/pear/data/
 symfony/tasks/sfPakePlugins.php on line 147

 Fatal error: require_once(): Failed opening required
 'PEAR.php' (include_path='/Users/arnaudtanguy/Sites/sfprojects/allyno/
 lib:/Users/arnaudtanguy/Sites/sfprojects/allyno/apps//lib::/
 Applications/xampp/xamppfiles/lib/php/pear/symfony/vendor:.:/
 Applications/xampp/xamppfiles/lib/php') in /Applications/xampp/
 xamppfiles/lib/php/pear/data/symfony/tasks/sfPakePlugins.php on line
 147

 How can i solve that ?

 Thx.

 My symfony version : symfony version 1.0.3
 I'm on a Mac OSX 10.4.9


 

Davinder S. Mahal
Principal / Lead Developer
DSM Cyber Media
http://www.dsmcybermedia.com
{---}
internet  media development
Union City, CA
+011 510-489-4827
[EMAIL PROTECTED]



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