Articles in this section

Upgrade of any configurable options of SolusVM product through WHMCS with solusvmpro module shows "network speed change"

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 ){

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.