probleme installation plugin avec symfony

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : probleme installation plugin avec symfony

Re: probleme installation plugin avec symfony

par miko » 14 avr. 2010, 12:15

voici le retour de la commande path sous dos:
c'est après le set path=%path%; C:\xampp\php\PEAR

Code : Tout sélectionner

C:\xampp\htdocs\projet>path PATH=C:\Ruby\bin;F:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\xampp\php; C:\Program Files\Java\jdk1.6. 0_02\bin;C:\xampp\mysql\bin;C:\Program Files\Rational\common;C:\xampp\php\pear;C:\Ruby\bin;F:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WI NDOWS;C:\WINDOWS\System32\Wbem;C:\xampp\php; C:\Program Files\Java\jdk1.6.0_02\bin;C:\xampp\mysql\bin;C:\Program Files\Rational\common;C:\xampp\php\pe ar;C:\Program Files\Java\jdk1.6.0_02\bin;C:\xampp\mysql\bin; C:\xampp\php\PEAR

Re: probleme installation plugin avec symfony

par miko » 14 avr. 2010, 12:12

voici l'erreur c'esu au niveau de la class: sfPearEnvironnement.class.php au niveau de la ligne:

Code : Tout sélectionner

include_once 'PEAR.php';
est ce que je devrai déplacer le dossier PEAR sous mon projet?

Re: probleme installation plugin avec symfony

par miko » 13 avr. 2010, 18:37

C'est a travers la page php

Re: probleme installation plugin avec symfony

par zeus » 13 avr. 2010, 17:20

ce phpinfo, tu l'as affiché en ligne de commande ou depuis une page exécutée via Apache ?

Re: probleme installation plugin avec symfony

par miko » 13 avr. 2010, 16:33

Code : Tout sélectionner

nclude_path .;C:\xampp\php\pear\ .;C:\xampp\php\pear\

Re: probleme installation plugin avec symfony

par zeus » 13 avr. 2010, 16:21

Affiche nous ton include_path, tel qu'il est retourné par le phpinfo.

Re: probleme installation plugin avec symfony

par miko » 13 avr. 2010, 16:18

il est installer sur mon serveur voici le retour de la commande pear en dos

Code : Tout sélectionner

C:\xampp\htdocs\projet>pear Commands: build Build an Extension From C Source bundle Unpacks a Pecl Package channel-add Add a Channel channel-alias Specify an alias to a channel name channel-delete Remove a Channel From the List channel-discover Initialize a Channel from its server channel-info Retrieve Information on a Channel channel-update Update an Existing Channel clear-cache Clear Web Services Cache config-create Create a Default configuration file config-get Show One Setting config-help Show Information About Setting config-set Change Setting config-show Show All Settings convert Convert a package.xml 1.0 to package.xml 2.0 f cvsdiff Run a "cvs diff" for all files in a package cvstag Set CVS Release Tag download Download Package download-all Downloads each available package from the defa info Display information about a package install Install Package list List Installed Packages In The Default Channel list-all List All Packages list-channels List Available Channels list-files List Files In Installed Package list-upgrades List Available Upgrades login Connects and authenticates to remote server logout Logs out from the remote server makerpm Builds an RPM spec file from a PEAR package package Build Package package-dependencies Show package dependencies package-validate Validate Package Consistency pickle Build PECL Package remote-info Information About Remote Packages remote-list List Remote Packages run-scripts Run Post-Install Scripts bundled with a packag run-tests Run Regression Tests search Search remote package database shell-test Shell Script Test sign Sign a package distribution file uninstall Un-install Package update-channels Update the Channel List upgrade Upgrade Package upgrade-all Upgrade All Packages Usage: pear [options] command [command-options] <parameters> Type "pear help options" to list all options. Type "pear help shortcuts" to list all command shortcuts. Type "pear help <command>" to get the help for the specified command.

Re: probleme installation plugin avec symfony

par zeus » 13 avr. 2010, 16:14

Bonjour,

Je dirais que PEAR n'est pas installé sur ton serveur ;)
http://php.developpez.com/cours/pear/installation/

probleme installation plugin avec symfony

par miko » 13 avr. 2010, 15:46

[Symfony]
Bonjour, j'ai un probleme au niveau mon PEAR tj lorsque j'essay d'executer la commande install plugin ca me retourne ca

Warning: require_once(PEAR.php):
[/Symfony]