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

Given handler is not a resource of a pgsql result ('object' given). #131

Open
mgrr opened this issue Feb 17, 2023 · 1 comment
Open

Given handler is not a resource of a pgsql result ('object' given). #131

mgrr opened this issue Feb 17, 2023 · 1 comment

Comments

@mgrr
Copy link

mgrr commented Feb 17, 2023

Hello,

I m in PHP 8.1 and

From the last commit of 16/02/2023,the error below is back

In ResultHandler.php line 38:
Given handler is not a resource of a pgsql result ('object' given).

Before your commit, in my composer.json file, i used this and it s running:
"pomm-project/foundation": "dev-master",
"pomm-project/pomm-bundle": "^3.0",

But now, it s not compatible, i have this error :
Problem 1
- pomm-project/cli 2.0.3 requires pomm-project/foundation ~2.0 -> found pomm-project/foundation[2.0-beta-1, ..., 2.1.x-dev] but it conflicts with your root composer.json require (dev-master).
- pomm-project/pomm-bundle 3.0.0 requires pomm-project/cli ~2.0 -> satisfiable by pomm-project/cli[2.0.3].
- pomm-project/pomm-bundle is locked to version 3.0.0 and an update of this package was not requested.

Thanks,

Mathieu

@mgrr
Copy link
Author

mgrr commented Feb 17, 2023

A temporary solution:

"pomm-project/foundation": "dev-master#bc70a1f as 2.1.x-dev",
"pomm-project/pomm-bundle": "^3.0",

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