Applicable to:
- SolusVM
Symptoms
Upgrade of any configurable options of SolusVM product through WHMCS with solusvmpro module shows "network speed change"
Cause
Bug #SVM-2853
Resolution
This behavior can be safely ignored - it does not affect anything.
As a workaround, update modules/servers/solusvmpro/solusvmpro.php
file on line 717:
Before
CONFIG_TEXT: if ( $cnspeed >= 0 ){
After
CONFIG_TEXT: if ( $cnspeed > 0 ){
Comments
0 commentsPlease sign in to leave a comment.