Salve,
sto' provando ad installare la versione CE 5.1 e subito mi da questo errore :
Parse error: parse error, unexpected T_ARRAY, expecting '&' or T_VARIABLE in /marketing/include/database/DBManager.php on line 467
Non sono molto esperto di PHP, la funzione dove si blocca sembra essere la seguente :
public function update(
SugarBean $bean,
array $where = array()
)
{
$sql = $this->getHelper()->updateSQL($bean, $where);
$this->tableName = $bean->getTableName();
$msg = "Error updating table: ".$this->tableName. ":";
$this->query($sql,true,$msg);
}
ma non capisco quale posso essere il problema


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks