-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: occ files:scan error Implicit conversion from float #32837
Comments
Pull Request #32838 |
Looks like #31692? |
Error is the same, but not fixed in line Scan.php: 292. The cast is missing in there, too. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
It still occurs on my 25.0.0 installation. I think the issue should be reopened |
Error with version 25.0.1:
|
Signed-off-by: Markus Zeller <git@markuszeller.com>
Signed-off-by: Markus Zeller <git@markuszeller.com>
Signed-off-by: Markus Zeller <git@markuszeller.com>
Still not fixed on 25.0.2... @markuszeller my apologies, was really bummed to see the changelog and then have it happen again ;) |
That's a different part of code. Fixed was 15289f9 which is another file, but the same kind of error. See my comment #32837 (comment) |
#35037 should fix it. |
@kesselb Running latest version (25.0.2), but still got the error: docker exec -u www-data nextcloud-server php occ files:scan-app-data In ScanAppData.php line 242: Implicit conversion from float 0.15 to int loses precision files:scan-app-data [--output [OUTPUT]] [--] [] |
With 25.03 In ScanAppData.php line 242: Implicit conversion from float 29.233333333333334 to int loses precision |
25.0.4: #36311 |
Bug description
When using occ files:scan the error message Implicit conversion from float will come up sometimes.
Steps to reproduce
Expected behavior
Completion message.
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: