Closed stuckinger closed 5 years ago
This seems to be related to 87f078881026235805ac169ec8ccceef3f165ec6.
I didn’t manage to reproduce that bug. In my case, the second argument given to OC_App::executeRepairSteps()
was the awaited array. Do you remember which Ownpad version was installed before you upgrade Nextcloud?
By reviewing the code I fixed an issue but this should not be related.
Thank you for reviewing so fast! I know I was missing the pad version but could not find it. Fortunately in my database dump I could find the previous version - hopefully the correct one. 'ownpad' 'installed_version' '0.5.10'
Just for your info: I rolled back my mentioned patch of course ;-) Even though one might think about a check to handle situations like this? But honestly I have not idea which side effects this had to my installation... So far everything seems to work fine beside ownpad app.
Edit: I still have the notification that there is an update for ownpad to 0.6.2 available. But I cannot find the app any more - it is completely gone...
Thanks for the feedback!
I tried to reproduce your situation by setting up Nextcloud 12.0.4 with Ownpad 0.5.10 and then upgrade Nextcloud to version 12.0.5 (upgrade was done using the CLI). I didn’t encounter any difficulties :(.
I’ll push right now a new 0.6.3 version to the app store to address the issue mentioned in my earlier comment.
Olivier;
Do you have any idea how to get the app back to my NextCloud instance? It does not show up in the store. I changed the activated flag in the database - still no change. I moved the folder away - no change. I guess I'm a bit too new to NextCloud to understand how apps are recognized/initialized... But I guess there must be a correct way to 'reset' an app?
I close this issue since it's concerning an old Nextcloud release. Feel free to reopen it if the issue is still relevant.
I recently updated my NextCloud instance. All Apps seemed to work fine except ownpad:
NextCloud Versions: 12.0.4.3 => 12.0.5.3
My workaround to finish the update was the following: /var/www/nextcloud/lib/private/legacy/app.php
This way the update finished even though after that I am missing owncloud app.
Anyone who can confirm this?