Hello,
I am faced with the following problem: when I work on a ticket (i.e. add a reply and tag it as closed), I cannot reopen this ticket.
I always receive the following exception:
UnexpectedValueException:
The Response content must be a string or object implementing __toString(), "boolean" given.
at vendor/symfony/http-foundation/Response.php:401
at Symfony\Component\HttpFoundation\Response->setContent(false)
(vendor/symfony/http-foundation/Response.php:202)
at Symfony\Component\HttpFoundation\Response->__construct(false, 200, array('Content-Type' => 'application/json'))
(vendor/uvdesk/core-framework/Controller/ThreadXHR.php:30)
at Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR->listTicketThreadCollectionXHR('35')
(vendor/symfony/http-kernel/HttpKernel.php:151)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:68)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:198)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:25)
Could you please help?
Thanks in advance!
Best regards!