Fix - Replaced deprecated QueryBuilder execute()#1264
Conversation
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
|
/backport to stable33 |
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Call to undefined method OC\DB\QueryBuilder\QueryBuilder::execute()$qb->execute()
$qb->execute()execute()
|
I expected this one in NC-33.0.1, but the docker image seems not to contain it: I still see these "Call to undefined method OC\DB\QueryBuilder\QueryBuilder::execute()" errors. |
|
@stefangweichinger can you show the full error please? |
I am unsure if that's the same error as the one that should have been patched by #1264 At least the message didn't change with NC-33.0.1 and lead me here. Let me know what else I can provide, I should fix that as some users report temporary issues that might relate to this. |
|
Let me know if that should go into a separate issue maybe. Thanks. |
|
I have hundreds of these errors since the upgrade to 33.0.1 today. |
|
I think my issue relates to the |
|
Than best raise it there nextcloud/user_external#292 @stefangweichinger in that issue or as a separate one since there is a new release of the app in the making. |
|
@AndyScherzinger thanks for the pointer! |
|
Also since you mentioned
Can't tell if that is to make the user external app work or additional improvements that could also be up-streamed to the app's code-base for everyone to benefit from them. So just mentioning it for the sake of completeness and awareness ❤️ |
|
@AndyScherzinger good point. Basically the patches that are in nextcloud/user_external#292 |

Fixes #1263
Needs to be fixed before next maintenance release (i.e. 33.0.1) since this is a shipped app...