1
我收到上述錯誤 - 這裏是,它指的是代碼:
function executeTransaction() {
tNG_log::log('tNG' . $this->transactionType, 'executeTransaction', 'begin');
if ($this->started) {
tNG_log::log('tNG' . $this->transactionType, 'executeTransaction', 'end');
return false;
}
我我不確定如何有效地編輯上述代碼以使錯誤消息消失。我知道,我可以編輯php.ini文件,以便不顯示這些錯誤,但我寧願修復代碼