In ISPConfig 3.2.10 account limits are being reported as unlimited for customers. It is for the administrator is informed without values or with wrong values.. example for customers: Assigned web quota 50200 MB of Unlimited MB example for admin: Assigned database quota MB of Unlimited MB
Is this different from ISPConfig 3.2.9? Did you take those text from the ISPConfig Home Page, the Account Limits -part? What should it be, i.e. what is entered in the limit templates?
This is different from ISPConfig 3.2.9 Template site, email and database: Dashboard admin and client:
Please make an issue report in the ISPConfig issue tracker and we will check it then. https://git.ispconfig.org/ispconfig/ispconfig3/-/issues
As a quick fix, you can probably download and replace the current dashlets with the ones from the previous version. This are the files with limit or quota in the file name, you can find the previous version here: https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/3.2.9p1/interface/web/dashboard/dashlets
I have same issue with my ISPconfig and I tried to replace the items as you wrote above. I can confirm this works. Thanks.
Hello, We've encountered the same issue. Problem originates in /interface/web/dashboard/dashboard.php:222 and /interface/web/dashboard/dashboard.php:231 when method `show()` is called without arguments. This sets `$limit_to_client_id = 0` in /interface/web/dashboard/dashlets/limits.php:5 and makes the condition in /interface/web/dashboard/dashlets/limits.php:150 to always be true, setting the `$user_is_admin = true;`, hence /interface/web/dashboard/dashlets/limits.php:166 will be true, setting `$value = $wb['unlimited_txt'];` and displaying accordingly. I'm aware that this reply is not the best way to report a solution candidate. Sadly, we still haven't got access to https://git.ispconfig.org/. We would love to be able to report issues and make contributions to the ISPConfig project. Please, Till, if there's something you can do, grant us access through our already https://git.ispconfig.org registered accound `[email protected]`. We already sent an email to [email protected] without luck. Thanks
We do not have a registered or pending account for this email address at git.ispconfig.org. Sign up for an account here https://git.ispconfig.org/users/sign_up and then send me a pm here in the forum so I can activate your user. The issue has already been reported: https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/6528 and there is a merge request here with a draft of the fix, needs more testing: https://git.ispconfig.org/ispconfig/ispconfig3/-/merge_requests/1761
The issue has been fixed in 3.2.10p2 by rolling back the dashlets from 3.2.9. See release notes: https://www.ispconfig.org/blog/ispconfig-3-2-10p2-released/