lims Posted April 15, 2020 Share Posted April 15, 2020 in new installs v7.10 always shows unlimited, even though bandwidth has been set limited how to fixed ? in six/clientareaproductdetails.tpl <div class="col-sm-10 col-sm-offset-1"> <div class="col-sm-6"> <h4>{$LANG.diskSpace}</h4> <input type="text" value="{$diskpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" /> <p>{$diskusage}MB / {$disklimit}MB</p> </div> <div class="col-sm-6"> <h4>{$LANG.bandwidth}</h4> <input type="text" value="{$bwpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" /> <p>{$bwusage}MB / {$bwlimit}MB</p> </div> </div in modules/servers/cpanel/templates/overview.tpl <div class="col-sm-5 col-sm-offset-1 col-xs-6" id="diskUsage"> <strong>{$LANG.cPanel.diskUsage}</strong> <br /><br /> <input type="text" value="{$diskpercent|substr:0:-1}" class="usage-dial" data-fgColor="#444" data-angleOffset="-125" data-angleArc="250" data-min="0" data-max="{if substr($diskpercent, 0, -1) > 100}{$diskpercent|substr:0:-1}{else}100{/if}" data-readOnly="true" data-width="100" data-height="80" /> <br /><br /> {$diskusage} M / {$disklimit} M </div> <div class="col-sm-5 col-xs-6" id="bandwidthUsage"> <strong>{$LANG.cPanel.bandwidthUsage}</strong> <br /><br /> <input type="text" value="{$bwpercent|substr:0:-1}" class="usage-dial" data-fgColor="#d9534f" data-angleOffset="-125" data-angleArc="250" data-min="0" data-max="{if substr($bwpercent, 0, -1) > 100}{$bwpercent|substr:0:-1}{else}100{/if}" data-readOnly="true" data-width="100" data-height="80" /> <br /><br /> {$bwusage} M / {$bwlimit} M </div> where this will usage stats ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted April 15, 2020 WHMCS Support Manager Share Posted April 15, 2020 Hi @lims, I've tested on my internal 7.10 installation, but the usage is reported correctly from the cPanel server: This value is pulled in from the server by the UpdateServerUsage automation task. It sounds like either the server is reporting unlimited quotas or the task isn't completing successfully. To determine which, please: Enable the Utilities > Logs > Module Debug Log Go to Reports > Disk Usage Summary Click "Update Now" at the bottom of the page Disable the Module Debug Log. Please share the data you see for this package in the report and the Module Log "Response" section 1 Quote Link to comment Share on other sites More sharing options...
lims Posted April 16, 2020 Author Share Posted April 16, 2020 @WHMCS John its work now after update Disk Usage Summary 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted April 16, 2020 WHMCS Support Manager Share Posted April 16, 2020 Hi there, OK great. To make sure it's updated each day, please ensure all the daily automation tasks are completed. What is the status of the Daily Cron Tasks on Help > System Health Status please? 1 Quote Link to comment Share on other sites More sharing options...
lims Posted April 17, 2020 Author Share Posted April 17, 2020 hi @WHMCS John cron its work perfect issue only PHP version 7.1.24 and waning on version 7.19.7 of cURL installed 0 Quote Link to comment Share on other sites More sharing options...
lims Posted April 17, 2020 Author Share Posted April 17, 2020 everything is ok after update v 7.10.1 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.