You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDOException: There is no active transaction in [error]
/local/workspace/zaepanr/pdupc_epg/framework/drupal_modules/cims/core/cimsdb/diablomedia-doctrine1-v4.0.0.compiled.php:22831
Class Doctrine_Connection public function commit($savepoint = null) { return $this->transaction->commit($savepoint); }
In above code snippet I am getting $savepoint as null.
Why the exception handling was not implement here to support the PHP 8 version but the doctrine package supports PHP 8.
Please let me know for any questions and help will be much appreciated.
Thanks,
Anand Kumar P.
The text was updated successfully, but these errors were encountered:
Hi !
I have recently upgraded to PHP 8.0.23 and I am using the compiled version of Doctrine1-v4.0.0 (https://packagist.org/packages/diablomedia/doctrine1#4.0.0)
I am getting the below PDO exception. Please find the more details below.
PDOException: There is no active transaction in [error]
/local/workspace/zaepanr/pdupc_epg/framework/drupal_modules/cims/core/cimsdb/diablomedia-doctrine1-v4.0.0.compiled.php:22831
Class Doctrine_Connection
public function commit($savepoint = null) { return $this->transaction->commit($savepoint); }
In above code snippet I am getting $savepoint as null.
Why the exception handling was not implement here to support the PHP 8 version but the doctrine package supports PHP 8.
Please let me know for any questions and help will be much appreciated.
Thanks,
Anand Kumar P.
The text was updated successfully, but these errors were encountered: