We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello All, I am trying to use your class, however I got this error : PHP Fatal error: Uncaught Error: Class 'PDFMerger\exception' not found in ..
I have followed the steps and examples found. Any ideea for this error ? Thank you, DAniel
The text was updated successfully, but these errors were encountered:
Make sure you have fPDF and FPDI loaded before you try to create an instance of \Clegginabox\PDFMerger\PDFMerger
Sorry, something went wrong.
Did some searching and found that no class 'Exception' exists anywhere in the code. Lots of 'extends' but no declaration.
Added the following code to the PHPMerger.php at line 216 (the bottom of the page) :
class Exception extends \Exception { public function errorMessage() { return '<strong>' . htmlspecialchars($this->getMessage()) . "</strong><br />\n"; } }
That seems to have done the trick.
No branches or pull requests
Hello All,
I am trying to use your class, however I got this error :
PHP Fatal error: Uncaught Error: Class 'PDFMerger\exception' not found in ..
I have followed the steps and examples found.
Any ideea for this error ?
Thank you,
DAniel
The text was updated successfully, but these errors were encountered: