Aller au contenu

nether494

Membre
  • Compteur de contenus

    45
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

Réponses de la communauté

  1. Le https://inshare.fr/topic/1184-plusemu-probleme-wired-non-fonctionelle/?do=findComment&comment=9682 de message dans PLUSEMU PROBLEME WIRED NON FONCTIONELLE a été marqué comme réponse   
    Plus simple.
     
    Pour la release 2, une fois après avoir envoyé la base de données, tu rajoutes :
     
    UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0; UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');  
    Et tu redémarres ton emu. ça devrait fonctionner ensuite
  2. Le https://inshare.fr/topic/970-theocmsv2/?do=findComment&comment=8311 de message dans TheoCMSV2 a été marqué comme réponse   
    Si dans le config.php je laisse
    include("./config/pdo.php"); include("../config/pdo.php"); include("../../config/pdo.php"); include("./config/fonction.php"); include("../config/fonction.php"); include("../../config/fonction.php");  
    J'obtiens  des erreurs à la racine et dans tout le reste du CMS :
     
    Warning: include(../config/pdo.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 6 Warning: include(../config/pdo.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 6 Warning: include(): Failed opening '../config/pdo.php' for inclusion (include_path='.;/path/to/php/pear') in /home/ici/public_html/config.php on line 6 Warning: include(../../config/pdo.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 7 Warning: include(../../config/pdo.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 7 Warning: include(): Failed opening '../../config/pdo.php' for inclusion (include_path='.;/path/to/php/pear') in /home/ici/public_html/config.php on line 7 Warning: include(../config/fonction.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 9 Warning: include(../config/fonction.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 9 Warning: include(): Failed opening '../config/fonction.php' for inclusion (include_path='.;/path/to/php/pear') in /home/ici/public_html/config.php on line 9 Warning: include(../../config/fonction.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 10 Warning: include(../../config/fonction.php): failed to open stream: No such file or directory in /home/ici/public_html/config.php on line 10 Warning: include(): Failed opening '../../config/fonction.php' for inclusion (include_path='.;/path/to/php/pear') in /home/ici/public_html/config.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at /home/ici/public_html/config.php:6) in /home/ici/public_html/index.php on line 6  
×
×
  • Créer...