LiteSpeed DirectAdmin Plugin

#1
[Solved] LiteSpeed DirectAdmin Plugin

Hello,

I'm running the DA plugin. The plugin doesn't allow me to 'Build Matching PHP Binary'. It gives me the following error:

Fatal error: Call-time pass-by-reference has been removed in /usr/local/directadmin/plugins/litespeed/admin/buildPHP_instruction.php on line 177

Any ideas how this can be fixed?

Thanks! :)
 
Last edited:
#2
This issue has been solved by LiteSpeed. If you are having the same problem:

replace line 177
$is_matched = compare_php_version(PHP5_AP_LOC, &$res);
with
$is_matched = compare_php_version(PHP5_AP_LOC, $res);

Thanks Lauren!
 
Last edited:
Top