Pear package HTML Erreur au lancement d'une commande php
Bonjour,
J'ai actuellement installé pear avec tous les packages suivants :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
C:\wamp>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.11 stable
Console_Getopt 1.3.1 stable
DB 1.7.14 stable
DB_DataObject 1.11.2 stable
DB_DataObject_FormBuilder 1.0.2 stable
Date 1.4.7 stable
HTML_Common 1.2.5 stable
HTML_Common2 2.1.0 stable
HTML_QuickForm 3.2.13 stable
HTML_QuickForm2 2.0.0 stable
HTML_QuickForm_ElementGrid 0.1.2 alpha
HTML_Table 1.8.3 stable
MDB2 2.4.1 stable
Mail 1.2.0 stable
Mail_Mime 1.8.8 stable
Mail_Queue 1.2.7 stable
Net_IDNA 0.8.1 beta
Numbers_Roman 1.0.2 stable
OLE 1.0.0RC2 beta
PEAR 1.9.4 stable
Spreadsheet_Excel_Writer 0.9.3 beta
Structures_Graph 1.0.4 stable
Validate 0.8.5 beta
XML_RPC 1.5.5 stable
XML_Util 1.2.1 stable |
Cependant, lorsque je lance la commande suivante j'ai une énorme erreur : (skynet étant le nom de mon projet)
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
C:\wamp>php skynet database:build
PHP Notice: Undefined variable: kPathUrl in C:\wamp\vendors\html2pdf\_class\tcp
dfConfig.php on line 80
PHP Stack trace:
PHP 1. {main}() C:\wamp\skynet:0
PHP 2. require_once() C:\wamp\skynet:5
PHP 3. require_once() C:\wamp\www\autoload.php:9
PHP 4. require_once() C:\wamp\vendors\html2pdf\html2pdf.class.php:19
PHP 5. require_once() C:\wamp\vendors\html2pdf\_class\myPdf.class.php:12
Notice: Undefined variable: kPathUrl in C:\wamp\vendors\html2pdf\_class\tcpdfCon
fig.php on line 80
Call Stack:
0.0006 341368 1. {main}() C:\wamp\skynet:0
0.0016 365992 2. require_once('C:\wamp\www\autoload.php') C:\wamp\skyn
et:5
0.0361 3204208 3. require_once('C:\wamp\vendors\html2pdf\html2pdf.class
.php') C:\wamp\www\autoload.php:9
0.0427 3678960 4. require_once('C:\wamp\vendors\html2pdf\_class\myPdf.c
lass.php') C:\wamp\vendors\html2pdf\html2pdf.class.php:19
0.0437 3720544 5. require_once('C:\wamp\vendors\html2pdf\_class\tcpdfCo
nfig.php') C:\wamp\vendors\html2pdf\_class\myPdf.class.php:12
←[33m-----------------------------------------
←[0m←[32mSkynet cli
←[0m←[32mEnv : dev
←[0m←[32mDatabase used : skynet
←[0m←[33m-----------------------------------------
←[0mPHP Fatal error: require_once(): Failed opening required 'HTML/QuickForm/Re
nderer.php' (include_path='.;C:\wamp\bin\php\php5.3.13\pear:C:\wamp\vendors\PEAR
') in C:\wamp\bin\php\php5.3.13\pear\HTML\QuickForm\Renderer\Default.php on line
29
PHP Stack trace:
PHP 1. {main}() C:\wamp\skynet:0
PHP 2. require_once() C:\wamp\skynet:16
PHP 3. Symfony\Component\ClassLoader\UniversalClassLoader->loadClass() C:\wamp
\skynet:0
PHP 4. require() C:\wamp\vendors\ClassLoader\UniversalClassLoader.php:249 |
Je ne comprend pas du tout ^^
Merci d'avance