Bonjour ,

Je tente d'installer pluxml sur mon site FREE. En suivant le tuto récupéré pendant la JMLL.


Quand je tape http://monsite.free.fr/pluxml/install.php sur mon navigateur j'obtiens les messages d'erreur suivant:


____________________________________________________________________________________________________________________________________________________________


*Warning*: session_start() [function.session-start <http://prosper881.free.fr/pluxml/function.session-start>]: open(/mnt/153/sdd/e/8/monsite/sessions/sess_424f4a36ceddab47bee99bd81623e554, O_RDWR) failed: No such file or directory (2) in */mnt/153/sdd/e/8/**monsite**/pluxml/config.php* on line *24*

*Warning*: session_start() [function.session-start <http://prosper881.free.fr/pluxml/function.session-start>]: Cannot send session cookie - headers already sent by (output started at /mnt/153/sdd/e/8/monsite/pluxml/config.php:24) in */mnt/153/sdd/e/8/**monsite**/pluxml/config.php* on line *24*

*Warning*: session_start() [function.session-start <http://prosper881.free.fr/pluxml/function.session-start>]: Cannot send session cache limiter - headers already sent (output started at /mnt/153/sdd/e/8/monsite/pluxml/config.php:24) in */mnt/153/sdd/e/8/**monsite**/pluxml/config.php* on line *24*

*Parse error*: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in */mnt/153/sdd/e/8/**monsite**/pluxml/core/lib/class.plx.utils.php* on line *16*

*Warning*: Unknown(): open(/mnt/153/sdd/e/8/monsite/sessions/sess_424f4a36ceddab47bee99bd81623e554, O_RDWR) failed: No such file or directory (2) in *Unknown* on line *0*

*Warning*: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/153/sdd/e/8/*monsite*/sessions) in *Unknown* on line *0*


*___________________________________________________________________________________________________________________________________________________________*


voici le détail du fichier *monsite/core/lib/class.plx.utils.php*:


9            class plxUtils {

10

11          /**

12 * Méthode qui retourne un tableau contenu les paramètres passés dans l'url de la page courante

13         *

14 * @return array tableau avec les paramètres passés dans l'url de la page courante

15         **/

*16         public static function getGets() { *

17

18         if(!empty($_GET)) {

19              $a = array_keys($_GET);

20             return strip_tags($a[0]);

21              }

22         return false;

}

voici le détail du fichier *config.php*



1 <?php

2         # ------------------ BEGIN LICENSE BLOCK ------------------

3         #

4         # This file is part of PluXml : http://pluxml.org

5         #

6         # Copyright (c) 2010 Stephane Ferrari and contributors

7         # Copyright (c) 2008-2009 Florent MONTHEL and contributors

8         # Copyright (c) 2006-2008 Anthony GUERIN

9         # Licensed under the GPL license.

10         # See http://www.gnu.org/licenses/gpl.html

11         #

12         # ------------------- END LICENSE BLOCK -------------------

13

14 # Définition de l'encodage => PLX_CHARSET : UTF-8 (conseillé) ou ISO-8859-1

15         define('PLX_CHARSET', 'UTF-8');

16

17         # Gestion des erreurs PHP

18         error_reporting(E_ALL ^ E_NOTICE);

19

20 if(function_exists("date_default_timezone_set") and function_exists("date_default_timezone_get"))

21         @date_default_timezone_set(@date_default_timezone_get());

22

23         # On démarre la session

24         session_start();

25

26 # On sécurise notre environnement si dans php.ini: register_globals = On

27         if (ini_get('register_globals')) {

28 $array = array('_REQUEST', '_SESSION', '_SERVER', '_ENV', '_FILES');

29          foreach ($array as $value) {

30          foreach ($GLOBALS[$value] as $key => $var) {

31         if ($var === $GLOBALS[$key]) {

32         unset($GLOBALS[$key]);

33                         }

34                 }

35          }

36     }

37

38         ?>
_____________________________________________________________________________________________________________________________________________________________

Pouvez m'aider à résoudre ce problème ??

Merci d'avance.

Jacques


Diffusez cette liste aupres de vos relations :-)
   Linux Azur : http://www.linux-azur.org
   Vous etes responsable de vos propos.
*** Merci de rediger sans SMS, ni HTML ni PJ ***



Répondre à