Softaculous


Topic : WHMCS Module


Posted By: vevowebs on May 25, 2015, 6:39 pm
Hi.

Using the WHMCS module, I am trying to accept an order, and allow WHMCS to automatically provision the creation of a VPS, however - I am greeted by the following errors;

Strict Standards: Non-static method Virtualizor_Curl::make_api_call() should not be called statically in /home/vevowebs/public_html/my/modules/servers/virtualizor/virtualizor.php on line 92

Strict Standards: Non-static method Virtualizor_Curl::error() should not be called statically in /home/vevowebs/public_html/my/modules/servers/virtualizor/virtualizor.php on line 95

I'd appreciate any help!

Posted By: jevingala on May 26, 2015, 5:22 am | Post: 1

Hi,

You can edit the file virtualizor.php and change the below line:

// Disable warning messages - in PHP 5.4
//error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);

to look like:

// Disable warning messages - in PHP 5.4
error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);

This should resolve your issue.

-----------------------
Regards,
Virtualizor Team.
http://virtualizor.com/

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.