Questo è il messaggio di errore chemi appare, chi mi sa aiutare.
Parse error: parse error, unexpected ';' in d:\carpinofolkfestival.com\carpinofolkfestival.com\components\com_pms\config.pms.php on line 22
vi comunico anche il testo del file config.pms.php di sequito
_______________________________________
__
<?php
// ----------------------------------------------------------------------------- //
// ----------------------------------------------------------------------------- //
// ------------- MyPMS Private Messaging System --------------------- //
// ------------- Opensource Version --------------------- //
// ------------- Copyright (c) 2004 By Danial Taherzadeh ---------------------- //
// ------------- <
www.taher-zadeh.com> --------------------- //
// ----------------------------------------------------------------------------- //
// ----------------------------------------------------------------------------- //
// This program is a free software released under GNU GPL license. This program //
// is provided WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITYor FITNESS FOR A PARTICULAR PURPOSE. //
// ----------------------------------------------------------------------------- //
// Version : 2.5.0 Release date : 18.05.2005 //
// ----------------------------------------------------------------------------- //
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$pmsConfig['emailnotify']=1;
$pmsConfig['msgbox_cols']=40;
$pmsConfig["msgbox_rows"]=10;
$pmsConfig["refresh_rate"]=1;
$pmsConfig["hide_user"]="admin";
$pmsConfig["autocomplete"]=;
$pmsConfig["link2cb"]=;
?>
_______________________________________
__________________