Runtime errors with version 2.25.0 [message #7793] |
Mon, 27 February 2023 09:50 |
htManager
Messages: 439 Registered: May 2014
|
Senior Member |
|
|
Is the following exception one of my code-problems or is it because of php 8?
This is the error message on my local environment:
Fatal Error: TCPDF requires the Imagick or GD extension to handle PNG images with alpha channel. (# 256)
Error in line 667 of file 'C:\xampp\htdocs\radicore\includes\std.pdf.class.inc'.
PHP_SELF: /radicore/htm/training_plan_anwesenheit_einzel_position(outp ut3).php
And this is the error message of my web environment:
Fatal Error: Uncaught exception from DivisionByZeroError, message = Division by zero, code=0, file=/var/www/vhosts/mgh-saar.de/htmanager.de/htmanager/htm/ classes/training_plan_anwesenheit_einzel_position.class.inc, line=1101 (# 256)
Error in line 496 of file '/var/www/vhosts/mgh-saar.de/includes/error.inc'.
PHP_SELF: /htmanager/htm/training_plan_anwesenheit_einzel_position(out put3).php
Where or how can I search for the error?
|
|
|