Exception detected!

The Response content must be a string or object implementing __toString(), "boolean" given.

500 Internal Server Error - UnexpectedValueException

Stack Trace

  1. in vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php at line 399  -
    1.     public function setContent($content)
    2.     {
    3.         if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable(array($content'__toString'))) {
    4.             throw new \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.'gettype($content)));
    5.         }
    6.         $this->content = (string) $content;
  2. at Response ->setContent (false)
    in vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Response.php at line 201  +
  3. at Response ->__construct (false)
    in system/ThemeModule/Controller/CombinedAssetController.php at line 38  +
  4. at CombinedAssetController ->assetAction ('css', '3365b3bbb9363ef784639bc0fe883f5e1186400.css')
  5. 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  +
  6. at HttpKernel ->handleRaw (object(Zikula_Request_Http), '1')
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 64  +
  7. at HttpKernel ->handle (object(Zikula_Request_Http), '1', true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 69  +
  8. at ContainerAwareHttpKernel ->handle (object(Zikula_Request_Http), '1', true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 185  +
  9. at Kernel ->handle (object(Zikula_Request_Http))
    in index.php at line 23  +

Logs  -

Stack Trace (Plain Text)  +