Fix NC 33.0.0 compatibility, deprecated execute() method was removed#282
Fix NC 33.0.0 compatibility, deprecated execute() method was removed#282michael-dev wants to merge 1 commit intonextcloud:masterfrom
Conversation
f2eb129 to
49cc11c
Compare
This fixes Call to undefined method OC\\DB\\QueryBuilder\\QueryBuilder::execute() Signed-off-by: M. Braun <[email protected]>
49cc11c to
3927e74
Compare
|
works for me, thx for the patch.. sooner this gets merged into a release the better. this is an essential plugin for those of us who use it, and a NC upgrade showstopper when this plugin is broken. |
|
Hey guys! My nextcloud is currently broken because of this issue. Is there any timeline, when this will make it into a release? Is there anything I can contribute to make the process faster? |
|
Applied patch manually, thanks. |
|
This patch seems to be trivial enough and there are several success reports. Does this also fix the IMAP login method mentioned in #266? What else needs to be done to get it approved and a new version to be released? |
NC 33.0.0 removed the OC\DB\QueryBuilder\QueryBuilder::execute() method that was long deprecated.
So this pull request fixes the resulting
Call to undefined method OC\\DB\\QueryBuilder\\QueryBuilder::execute()errors and restores compatibility with NC 33.0.0