Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with PHP 8.0.23 #288

Open
anandperumalla opened this issue Sep 21, 2022 · 0 comments
Open

Issue with PHP 8.0.23 #288

anandperumalla opened this issue Sep 21, 2022 · 0 comments

Comments

@anandperumalla
Copy link

anandperumalla commented Sep 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant