cPanel error viewing CloudLinux stats

Posted on May 26th, 2016

When cpanel + cloudlinux lvestats within cpanel shows the below error :

Modification of non-creatable array value attempted, subscript -1 at /usr/local/cpanel/Cpanel/LVEInfo.pm line 573.
...caught at cpanel.pl line 1813.
at cpanel.pl line 1813.
cpanel::cpanel::_api1("LVEInfo", "lveinfo", "print_usage_overview()", "print_usage_overview", ARRAY(0x6e46278), "safe_html_encode") called at /usr/local/cpanel/Cpanel/Template/Plugin/Api1.pm line 94
eval {...} called at /usr/local/cpanel/Cpanel/Template/Plugin/Api1.pm line 94

The fix is to reset the lveinfo.db db. However, this will reset the stats so on the next page load there will not be stats for the last 24 hours.

To reset the db:

$ service lvestats stop
$ mv /var/lve/lveinfo.db /root
$ service lvestats restart; cldetect --update-license


If you need any further assistance please contact our support department.

Leave a Reply