tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

PHP Fatal error: Uncaught Error: Class "Com\Tecnick\Pdf\ClassObjects" not found #730

Closed apasho closed 2 months ago

apasho commented 4 months ago

I manually installed the TCPDF library from the zip file and require_once the Tcpdf.php. I also require_once all the other files in the src folder but got the same issue.

littlepackage commented 2 months ago

Can you be more specific about which "all other files" you are requiring, and which src folder? There is no src folder in the TCPDF zip package, and nothing in the package that would call a ClassObjects class. Please show your code, thanks.

apasho commented 2 months ago

I switched to a different library two months ago.

apasho commented 2 months ago

This is no longer an active issue.