please fix in answer #116669:
$this->exec('ROLLBACK TO trans'.$this->transactionCounter + 1);
with
$this->exec('ROLLBACK TO trans'.($this->transactionCounter + 1));please fix in answer #116669:
$this->exec('ROLLBACK TO trans'.$this->transactionCounter + 1);
with
$this->exec('ROLLBACK TO trans'.($this->transactionCounter + 1));