php commenter e altervista
Php commenter che si trova qui http://www.greatnexus.com/_downloads/commenter.php non funziona con altervista: sembra sia un errore di versione di php...
Un errore che mi dà è
Fatal error: Call to undefined function: getlistnumber() in /membri2/xmax/commenter/commenter.php on line 31
La funzione getlistnumber è nel file "includes/~getListNumber.php" che io includo usando include_once("$baseRoot/includes/~getListNumber.php");
$baseRoot è definito come $baseRoot = $_SERVER['DOCUMENT_ROOT'].$relPath;, dove relPath è "/commenter", cioè la cartella dove sono tutti i file. Dove sbaglio?