Hi,
I use osTicket 1.14.2 and I've some troubles parsing emails with signatures (merely Let Sign It signatures). I think my problem is with the picture in the signature.
PHP Fatal error: Uncaught Exception: No such backend registered in /home/webhosting/pulv/www/include/class.file.php:739
Stack trace:
#0 /home/webhosting/pulv/www/include/class.file.php(109): FileStorageBackend::getInstance(Object(AttachmentFile))
#1 /home/webhosting/pulv/www/include/class.file.php(113): AttachmentFile->open()
#2 /home/webhosting/pulv/www/include/class.file.php(131): AttachmentFile->sendData(false)
#3 /home/webhosting/pulv/www/include/class.mailer.php(519): AttachmentFile->getData()
#4 [internal function]: Mailer->{closure}(Array)
#5 /home/webhosting/pulv/www/include/class.mailer.php(525): preg_replace_callback('/cid:([\\w.-]{32...', Object(Closure), '<div style="dis...')
#6 /home/webhosting/pulv/www/include/class.email.php(190): Mailer->send(Array, 'Demande #973436...', '<div style="dis...', Array, Array)
#7 /home/webhosting/pulv/www/include/class.email.php(195): Email->send( in /home/webhosting/pulv/www/include/class.file.php on line 739
When I'm looking for ticket #973436, it works, but I've 5 errors 500 in the console log (on file.php?key=xxx).
And when I try to answer the ticket, I've a blank page with an error 500 in the console log. My answer is not sent to the final user. The answer is correctly saved and my ticket is correctly closed.
Can you help me please? 😃