-
Notifications
You must be signed in to change notification settings - Fork 696
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
ValueError base and exponent overflow #5765
Comments
Hi, please report this to https://github.com/nextcloud/server/issues |
I think this is a problem with the current nextcloud aio Docker image. It uses PHP 8.3. 14 which introduced arbitrary limits for some reason: php/php-src#16870 So just pushing a new version for Docker with a newer PHP version should fix that. It's quite annoying because I can't upload anything to my external storage because of this. :( |
Hi, thanks for coming back to me. I suppose this should then be solved with the next php update? See #5790 |
From my understanding that should solve the problem, yes. Is there a simple way I can test this on my server? Like changing only the Docker layer that sets the PHP version? |
I was on vacation for a few days, and only came back now. Nextcloud in the app worked fine, but desktop sync and the browser version both don't work at all, because of this error. Files and Images apps both show nothing/error messages and I get tons of logs with "ValueError base and exponent overflow". I have no idea why there aren't more people complaining, makes me think this is a me problem? Can someone take a look at this example of a log entry and tell me whether this could be caused by just the PHP version error I mentioned? I'd love to use my Nextcloud again, especially because I kind of depend on it for university etc. Raw entry
EDIT: I changed my Nextcloud aio version to one earlier (nextcloud/all-in-one:20241125_091756) which has a lower PHP version, now I have AIO 10.0.0; Nextcloud itself shows it is still 30.0.4. AIO showed me it would perform an update after changing to the lower version, I don't know what it did. But for now everything works without errors. |
The PR #5790 is now released with v10.3.0 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel |
Steps to reproduce
Expected behavior
Sync Archive Succeeds
Actual behavior
Sync fails with server error.
Other information
Host OS
running in VM on Proxmox VE 8.3.1
Output of
sudo docker info
Docker run command or docker-compose file that you used
Other valuable info
The text was updated successfully, but these errors were encountered: