WHMCS Module https://www.softaculous.com/board/index.php?tid=7629 <![CDATA[WHMCS Module]]> https://www.softaculous.com/board/index.php?tid=7629&tpg=1#p26315 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.]]>
Tue, 26 May 2015 05:22:26 GMT https://www.softaculous.com/board/index.php?tid=7629&tpg=1#p26315
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=7629&tpg=0#p26313
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!]]>
Mon, 25 May 2015 18:39:42 GMT https://www.softaculous.com/board/index.php?tid=7629&tpg=0#p26313