SubrataM3
SubrataM3
Hi, Is there any page where i can see more usage example? for example: 1. `var_dump($parser->getTemps());` gives nothing with the following notice/error > `Undefined index: temps` 2. `var_dump($parser->determineCPUPercentage());` gives null...
Is there any plan to introduce support for subfolder reverse proxy? It used to work fine on the PHP version but it is breaking badly on the cells.
Hi, I would like to build boost libraries without documentation files. with only header files and .so libraries. I have tried ./b2 --help or ./bootstrap --help but can't find any...
Hi, Updating database records does not work on sqlite3. I have found sqlite3.php is calling sqlite_changes() which is an old (sqlite2) function. Please see error below. ``` "PHP message: PHP...
As per the documentation https://developers.whmcs.com/api-reference/validatelogin/ `passwordhash is returned if Two-Factor Authentication is not required for the account` So, I think that's the reason of login failure when 2FA is on....