- Edited
I've try to print a ticket page, but I've this error page:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in ...../public_html/ticket/include/mpdf/classes/ttfontsuni.php on line 1753
I've try to print a ticket page, but I've this error page:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in ...../public_html/ticket/include/mpdf/classes/ttfontsuni.php on line 1753
looks like your php process is limited to 32mb..
I've just edit my php.ini to 64Mb and now works great!