Michael Ryndin - 2011-01-04 07:39:53
Please set bufferd option after line #652:
$this->connessione = new PDO($this->db_type.":dbname=".$this->db_name.";host=".$this->db_server, $this->db_username, $this->db_pass );
I add only:
$this->connessione->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY,true);
Otherwise, when object constructor works, error appears.