|
|
|
|
elsadelatoundra, le mercredi 8 novembre 2006 à 15:12:05Notice: Undefined index: TEMP in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 186 Notice: Undefined offset: 1 in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 430 JpGraph Error: Your PHP installation does not seem to have the required GD library. Please see the PHP documentation on how to install and enable the GD library.
Hello Elsa,
Cela faisait un bout de temps... :) Clique sur le e dans la barre des taches > configuration > gestion extensions et coche gd. Redémarre EasyPHP et c'est good. :) Cdlt. |
Coucou oberion,
Alors là, je lole (de stress) !! Quand je m'approche du e dans la barre des tâches, il disparait ... et ne réapparait jamais !! J'ai déjà desinstallé et réinstallé easyPHP, ça n'a rien changé !! Donc le clic sur le e est un peu compromis ! Y a une autre méthode ou il faut que je sois plus rapide que le e !? Merci ;-) ellessa mange des cerises |
Je me suis motivée et j'ai été super rapide !!
J'ai donc changé mais j'ai encore plus d'erreurs ! Notice: Undefined index: TEMP in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 186
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\graph\jpgraph.php:186) in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 5875
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\graph\jpgraph.php:186) in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 5876
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\graph\jpgraph.php:186) in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 5877
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\graph\jpgraph.php:186) in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 5878
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\graph\jpgraph.php:186) in c:\program files\easyphp1-8\www\graph\jpgraph.php on line 5880
‰PNG IHDRô×Ñ‘ÔIDATxœíÝÝqã8PjkR˜4I0—~Ÿ£ÇÁt.œ ¤„÷k._J"òêœêš¢ešÚîkÌGhšuû¼üçŸ Ç7ÏXŸÏïþhš¦ëºÚzDÛ¶W?ÿ«i>FÇwXé_ð¶Nóð*í(àãû‡}²ÿ}ö¾|Xµ˜p—Ýÿ÷ŸÚ x½ï嚯ýzrÄŒÜOM¬¹ÿ’ì@€Ÿ?Ž? ÷æBdŸ¾(Ù—e¸5TâÎvñKW¾þÙ-yÙÛñnÞ°,ÃmíÈëß}zØÕjá,Þ¤›Ô"Ü96Œ^ûô+°FÙeæ4NùaÔyú⸲1Ÿ\:sú»¯}íÍvNïéÍnž¾Ñõ–_?óúMé& ŒÜ™äìpþÞ1þQNÝ¥ûÒœÄÜðúÄvN|¯æ{ÊŸíæô¾O9ólã§wÆŒÜ9ïJ^œÈÒƒÇdžޯy÷לûÿjÛvúo,Þp
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
p$Ü w€@ p$Ü w€@ p$ÜýÑ4MÛ¶µ›Àœ6ŸŸŸãþüY«)ÌEY p$Ü w€@ÿW‚ƒ Î8Ž’IEND®B`‚
:S je comprends donc encore moins !! ellessa mange des cerises
|
Peut-être je fais des conneries ... !!
J'ai donc regardé le contenu de ma ligne 186 et me suis permis de faire des petites modifs dans jpgraph.php ... je ne pense pas que ce soit bien de le faire mais mes graphes marchent maintenant !! Voilà ce que j'avais initialement : 180: //------------------------------------------------------------------------
181: // Automatic settings of path for cache and font directory
182: // if they have not been previously specified
183 ://------------------------------------------------------------------------
184: if (!defined('CACHE_DIR')) {
185: if (strstr( PHP_OS, 'WIN')) {
186: DEFINE('CACHE_DIR', $_SERVER['TEMP'] . '/');
187: } else {
188: DEFINE('CACHE_DIR','/tmp/jpgraph_cache/');
189: }
190: }
Et voilà ce que j'en ai fait : 180: //------------------------------------------------------------------------
181: // Automatic settings of path for cache and font directory
182: // if they have not been previously specified
183 ://------------------------------------------------------------------------
184: if (!defined('CACHE_DIR')) {
185: DEFINE('CACHE_DIR','/tmp/jpgraph_cache/');
186: }
C'est grave de faire ça ?? Je ne comprends même pas ce que ça voulait dire ce que j'ai supprimé !! ellessa mange des cerises |
Re,
Désolé, je suis très occupé aujourd'hui. Non, ce n'est pas grave, l'essentiel étant que ton projet fonctionne. Les sources sont de toutes façon ecrite pour etre modifié. Ton problème vient d'un probleme de config, il aurait fallu suivre pas à pas la procédure d'install de jpgraph, si elle existe. Si ce n'est pas le cas, tu as bien fait, et cela fonctionne. :) Cdlt. |
Cool donc !!
Je crois que mon problème est résolu!! Merci pour l'aide ;-) ellessa mange des cerises
|