Notice: require(): read of 614 bytes failed with errno=12 Cannot allocate memory in /home/hosttic/public_html/vendor/composer/autoload_real.php on line 69

Notice: require(): read of 614 bytes failed with errno=12 Cannot allocate memory in /home/hosttic/public_html/vendor/composer/autoload_real.php on line 69
lues, * null otherwise * * @param $input * @return bool|null */ function boolean_value($input) { if (is_bool($input)) { return $input; } if ($input === 0) { return false; } if ($input === 1) { return true; } if (is_string($input)) { switch (strtolower($input)) { case "true": case "on": case "1": return true; break; case "false": case "off": case "0": return false; break; } } return null; } Oops!

Oops!

Something went wrong and we couldn't process your request.

Please go back to the previous page and try again.


Laminas\HttpHandlerRunner\Exception\EmitterException: Unable to emit response; headers already sent in /home/hosttic/public_html/vendor/laminas/laminas-httphandlerrunner/src/Exception/EmitterException.php:19
Stack trace:
#0 /home/hosttic/public_html/vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitterTrait.php(36): Laminas\HttpHandlerRunner\Exception\EmitterException::forHeadersSent()
#1 /home/hosttic/public_html/vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitter.php(27): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->assertNoPreviousOutput()
#2 /home/hosttic/public_html/index.php(0): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->emit(Object(WHMCS\ClientArea))
#3 {main}