Support

Akeeba Backup for Joomla!

#42962 Non-standard "Quota" count only saved when entered as a decimal, like 7.00, otherwise reverted to the previous setting

Posted in ‘Akeeba Backup for Joomla!’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
6.1.0
PHP version
8.4.16
Akeeba Backup version
10.3.3

Latest post by moira on Thursday, 21 May 2026 07:47 CDT

mmaass

A custom value for the Quota management > Local Files Quotas > Count Quota is only saved when entered as a decimal — like 7.00 — but not when just manually typed as a number 7 or by using the up/down arrows at the right. When saving, the value is silently reverted.

The default values 1, 5, 10, 50, 200 can be entered as a number without the decimal .00.

I attach a screenshot for clarification.

---

(The WordPress version is not affected because an entry for the Quota is automatically converted to a decimal with a trailing .00 after leaving the field.)

moira

Thank you for the detailed report and the screenshot — that made diagnosing this straightforward.

The root cause is in the configuration UI JavaScript. Integer-type fields (like Count Quota) use a hidden <input> as the real form value and a visible <input type="number"> for display. The visible field only updated the hidden one on a blur event (when focus leaves the field). Using the spinner arrows never fires blur until you click elsewhere, so if you save the page directly after using the arrows, the hidden field still holds the old value.

The fix adds a change event listener alongside the existing blur one, so the hidden value is updated as soon as the spinner or keyboard changes the displayed number, regardless of whether you click elsewhere before saving.

We have prepared a developer's release of Akeeba Backup for Joomla with this fix included. You can download it from:

https://www.akeeba.com/download/developer-releases.html

Please look for Akeeba Backup for Joomla 10.3.4.dev202605211246 at the top of the Akeeba Backup for Joomla section. Download and install it on your site, then try setting Count Quota to a non-preset value using the spinner arrows and saving — it should now save correctly.

This fix will be included in the next stable release.

Moira Fari

Support Specialist

🇬🇧English: native 🕐 My time zone is Asia / Nicosia
Kindly note that my replies are fully vetted by our developers.

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!