Running OST v1.14.1 on a Windows server 2012R2
php 7.3
mysql 8.0
When I try to print, I get the following:
Fatal error: Uncaught Mpdf\MpdfException: Temporary files directory "C:\Windows\TEMP" is not writable in C:\DATA\WEBSITES\labnet\support\include\mpdf\vendor\mpdf\mpdf\src\Cache.php:17 Stack trace: #0 C:\DATA\WEBSITES\labnet\support\include\mpdf\vendor\mpdf\mpdf\src\Mpdf.php(983): Mpdf\Cache->construct('C:\Windows\TEMP') #1 C:\DATA\WEBSITES\labnet\support\include\class.pdf.php(76): Mpdf\Mpdf->construct(Array) #2 C:\DATA\WEBSITES\labnet\support\include\class.ticket.php(3504): Ticket2PDF->__construct(Object(Ticket), 'Letter', NULL, NULL) #3 C:\DATA\WEBSITES\labnet\support\scp\tickets.php(503): Ticket->pdfExport('Letter', NULL, NULL) #4 {main} thrown in C:\DATA\WEBSITES\labnet\support\include\mpdf\vendor\mpdf\mpdf\src\Cache.php on line 17
We have given write permission to Everyone, and it still crashes. Any Suggestions?