Warning: main(tmplvars.inc.php): failed to open stream: No such file or directory in /var/www/sdc/b/f/mon.login/manager/actions/dynamic/mutate_content.dynamic.action.php on line 947
Fatal error: main(): Failed opening required ’tmplvars.inc.php’ (include_path=’/var/www/sdc/b/f/mon.login/include:.’) in /var/www/sdc/b/f/mon.login/manager/actions/dynamic/mutate_content.dynamic.action.php on line 947
Salut
Frre n’étant pas le plus fiable lors des transfert FTP, essaye de re uploader le fichier "tmplvars.inc.php" pour voir si ce n’est pas la source du problème
Aour
et non dans ’manager/includes’ comme défini dans la variable incpath du fichier index.php du manager.require('tmplvars.inc.php');require('./includes/tmplvars.inc.php');
// set some runtime options
$incPath = str_replace("\\","/",dirname(__FILE__)."/includes/"); // Mod by Raymond
if(version_compare(phpversion(), "4.3.0")>=0) {
set_include_path($incPath); // this now works, above code did not?
} else {
ini_set("include_path", $incPath); // include path the old way
}

Salut
As tu installé Modx à la racine de ton compte free, car le répertoire sessions doit y être obligatoirement
Aour

This discussion is closed to further replies. Keep calm and carry on.