i try to add the libary jpggraph to my Debian Linux System with PHP 5.6.40 installed. I followed the installation manual from jpgrpah.net but get still the following error-message in the browser when starting a test program:
Catchable fatal error: Argument 1 passed to JpGraphException::defaultHandler() must be an instance of Throwable, instance of JpGraphExceptionL given in /usr/share/php/jpgraph/jpgraph_errhandler.inc.php on line 158
Does anyone have an idea what to do? If you need further information like the php.ini or other coniguration files please tell me. Best regards Lars
Until now i tried:
I copied the extracted archive in /usr/share/jpgraph/
I followed the manual an made the changes in php.ini
I made changes recommended in the manual in the jpgraph-config.ini.php
I started an example program from jpgraph.net
I got the error message.
I checked all changes, if they match with the recommended changes in the manual.