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

Multiple bugs after upgrading to 5.2 #715

Closed
florianwgnr opened this issue Jul 1, 2023 · 6 comments
Closed

Multiple bugs after upgrading to 5.2 #715

florianwgnr opened this issue Jul 1, 2023 · 6 comments
Labels
question Further information is requested

Comments

@florianwgnr
Copy link

Describe the bug
After upgrading to v5.2, the following bugs appear:

  1. Nextcloud Admin configuration cannot be openend. Error: ReflectionException: Method OCA\Memories\Controller\OtherController::getSystemStatus() does not exist
  2. Shared folders like asdf.de/apps/memories/s/8imi29AS7irHX can be opened (images are displayed), but a Failed to load configuration-error is thrown. While looking at the network requests, asdf.de/apps/memories/api/config is requested but not found (404)

To Reproduce

  • open admin or open shared links with Firefox or Edge

Screenshots
Admin-Bug:
grafik

Shared-folder bug:
grafik

Platform:

  • OS: every
  • Browser: Firefox, Edge
  • Memories Version: 5.2
  • Nextcloud Version: 26.0.3
  • PHP Version: 8.2.7

Additional context
Add any other context about the problem here.

  • Any errors in the JS console?
    grafik

  • Any errors in the Nextcloud server logs?
    grafik

@florianwgnr florianwgnr added the needs triage To be triaged label Jul 1, 2023
@chrissi55
Copy link

chrissi55 commented Jul 1, 2023

Same here, see also here
-> https://help.nextcloud.com/t/after-update-to-5-2-0-get-template-error-missing-admin-php/165293

The app is completely disfunctional after update from 5.1.0 to 5.2.0

Bildschirmfoto vom 2023-07-01 14-26-07

@pulsejet
Copy link
Owner

pulsejet commented Jul 1, 2023

@florianwgnr @chrissi55 did you try restarting the Nextcloud server? You need an opcache bust.

@florianwgnr
Copy link
Author

@florianwgnr @chrissi55 did you try restarting the Nextcloud server? You need an opcache bust.

Rebooting my nextcloud-container solved the issue, thanks! Maybe you could add this to your release notes as every other update worked without opcache bust.

@pulsejet
Copy link
Owner

pulsejet commented Jul 1, 2023

This just happens sometimes, nothing specific to this release. Maybe worth adding a note to troubleshooting.

@chrissi55
Copy link

sadly in my case it didn't solve the prob.
I had to restore my corrupted db / memories table from dump file and re-updated via 5.1.0 zip from github -> to 5.2.0 via occ command later and THEN after a reboot i was able to come back to game again!!
Not that easy as expected.

@pulsejet
Copy link
Owner

pulsejet commented Jul 3, 2023

You likely ran into multiple issues. The issue you described above is exactly that of opcache busting (some methods that exist cannot be found, since they are cached).

Closing this.

@pulsejet pulsejet closed this as completed Jul 3, 2023
@pulsejet pulsejet added question Further information is requested and removed needs triage To be triaged labels Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants