PHP is giving me a fatal error with include/tcpdf_adapter.cls.php:
PHP Fatal error: Non-abstract method TCPDF_Adapter::circle() must contain body in tcpdf_adapter.cls.php on line 366
Fatal error: Non-abstract method TCPDF_Adapter::circle() must contain body in tcpdf_adapter.cls.php on line 366
Correct me if I am wrong, but shouldn't this class be an abstract class if these methods aren't implemented?