(06-07-2016, 06:14 PM)twente Wrote:(06-06-2016, 11:35 PM)Rynoxx Wrote: Hi twente, which version of PHP are you running? And the WHMCS module, did you update it since 8PM CET yesterday?
php 5.6.21, I'll try to pull an update soon. I've freshly installed the module yesterday, around the time of the previous post
(06-09-2016, 03:38 AM)Cantalupo Wrote: PHP Version: 5.5.9-1ubuntu4.17
twente & Cantalupo
The PHP versions should be just fine, I'm running 5.6.20 myself so there shouldn't be any problems there.
I just realized one thing though, depending on your config, the problem might be in /etc/sentora/panel/modules/manage_clients/code/controller.ext.php
On line 728
Change:
Code:
$uniqueuser->bindParam(':username', strtolower($username));
Code:
$uniqueuser->bindValue(':username', strtolower($username));