The Response content must be a string or object implementing __toString(), "boolean" given.
500 Internal Server Error - UnexpectedValueException
Stack Trace
-
in vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php at line 399
public function setContent($content){if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable(array($content, '__toString'))) {throw new \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', gettype($content)));}$this->content = (string) $content;
-
at
Response
->setContent
(false)
in vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php at line 201 -
at
Response
->__construct
(false)
in system/ThemeModule/Controller/CombinedAssetController.php at line 38 - at CombinedAssetController ->assetAction ('css', '3365b3bbb9363ef784639bc0fe883f5e1186400.css')
-
at
call_user_func_array
(array(object(CombinedAssetController), 'assetAction'), array('css', '3365b3bbb9363ef784639bc0fe883f5e1186400.css'))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 144 -
at
HttpKernel
->handleRaw
(object(Zikula_Request_Http), '1')
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 64 -
at
HttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 69 -
at
ContainerAwareHttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 185 -
at
Kernel
->handle
(object(Zikula_Request_Http))
in index.php at line 23