-
Notifications
You must be signed in to change notification settings - Fork 7
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
ERROR: personalQuotaReached1 #48
Comments
I went and queried the database and the zotero_master.storageAccounts table is empty, the corresponding fields have to be referenced in the code. In case of admin user, the solution is to change Correspondingly, this should count as a data import error during initialization:
All in all, there should still be a lack of a front-end UI for management 😄
Maybe this shell needs some modification too. |
In the
Thus, when no quota data is available for a user (either personal or institutional), the function ensures that the user is assigned the default quota of 300 MB. |
Look this log
Find the corresponding language translation error mapping as
personalQuotaReached1
and find the error throwing function as_getQuotaError
.https://github.com/uniuuu/zotero/blob/54cee37703787ecb3e6d35ca1ea1dd739c33fb36/chrome/content/zotero/xpcom/storage/zfs.js#L634
The
Zotero-Storage-Quota
assignment comes from thegetEffectiveUserQuota
function, keep tracking and the assignment function comes from thegetUserValues
function.Ok, found the answer.
https://github.com/uniuuu/dataserver/blob/31c5db7d5ab853399062af273e7042b6ef7111e8/model/Storage.inc.php#L798
The text was updated successfully, but these errors were encountered: