79788883

Date: 2025-10-13 02:16:00
Score: 1.5
Natty:
Report link

fpdf2 2.8.4 supports table - fpdf 1.7.2 doesn't

fpdf2 is a fork from fpdf and both share the same namespace. Your code must be using fpdf instead of fpdf2, that's why you are getting this error.

The easiest way to fix your issue is uninstalling fpdf 1.7.2 to make sure fpdf2 will be used. If you need the legacy version for a specific use case you might need to setup different virtual environments to manage your code dependencies.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: andersonhc