hi,
With prenium version on joomla , we tried to install phpdocx,
But we use fpdf, fpdi and tcpdf in other place to our website,
so when we declared :require_once '/libraries/phpdocx/classes/CreateDocx.php';
we have this error:Fatal error: Cannot redeclare class FPDF
And if we comment :
jimport('fpdf.fpdf');
include('src/fpdi.php');
jimport('tcpdf.tcpdf');
others functions needed to this, that not working
Do yo ha solution for undeclrare un librarye, or check if library already loaded?
Thank you :)