Forum


Replies: 8   Views: 3523
Fatal error: cannot redeclare class fpdf joomla 3
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 23-06-2020 - 08:15

Hello,

phpdocx applies error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE). You can overwrite it after the code of the library using the same error_reporting function.

Regards.