problème instalation OVH

doschdosch Member
bonjour, voilà ce que j'obtient après avoir demandé l'installation de pluxml depuis install.php
Warning: Illegal string offset: -12 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 98

Warning: Illegal string offset: -11 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 98

Warning: Illegal string offset: -10 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 98

Warning: Illegal string offset: -9 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -8 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -7 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -6 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -5 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -4 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -3 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -2 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101

Warning: Illegal string offset: -1 in /home.47/a/n/a/analysed/www/pluxml/install.php on line 101
Installation de Pluxml
Version : preview 0.3.1
pluxml/conf/ est accessible en écriture
pluxml/xml/ est accessible en écriture
Version de php : 4.4.8
Etat des "magic quotes" : 1
une idée du problème?

merci de votre aide

Réponses

  • Bonjour,

    pluxml utilise xml_parser, vérifit qu'il est bien installé chez OVH.

    Exemple :
    $parser = xml_parser_create('ISO-8859-1');
    xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
    xml_parser_set_option($parser,XML_OPTION_SKIP_WHITE,1);
    xml_parse_into_struct($parser,$data,$valeurs,$index_tags);
    xml_parser_free($parser);

    Je pense que l'erreur vient de la.

    Tu peux aussi donner tout les droits à tes répertoires (777) pour voir.

    @++
  • doschdosch Member
    remerciement plus que tardif, désolé!

    j'ai tout bêtement déposé un pluxml de base qui fonctionnait sur un autre hébergeur et cela a fonctionné

    merci tout de même
Connectez-vous ou Inscrivez-vous pour répondre.