DOMPDF library Not found error 0 in fabrik

Status
Not open for further replies.
Hello!!!
I have been trying for several days to install the DOMPDF library in order to create PDF's and it always comes out
Error 0 library not found.
The joomla version is 3.8
The fabrik version is 3.8
And the DOMPDF library version is 0.8.2

The directory is called dompdf and contains subdirectories lib and src
And the dompdf folder, I copy it in
Web \ libraries \
I also tried to copy it to web \ libraries \ fabrik

I do not know if apart from the DOMPDF generic library ... another fabrik library has to be installed ... in some fabrik directory ...

And nothing ... I do not ...
Let's see if you could enlighten me or give me some idea ...

Thank you
Alberto
 
The download link is fixed. Sorry about that, I'd made a change to our htaccess, hadn't noticed it had killed some of our submenu links.

You should be able to download the library package now.

-- hugh
 
I get this error in php_errors file
PHP Fatal error: Call to undefined method Joomla\CMS\Document\RawDocument::setName() in /usr/home/web/ /components/com_fabrik/views/list/view.pdf.php on line 80
3.8

and line 80 color green :
public function display($tpl = null)

{

FabrikWorker::canPdf(true);
if (parent::display($tpl) !== false)
{
FabrikhelperHTML::loadBootstrapCSS(true);
$model = $this->getModel();
$params = $model->getParams();
$size = $this->app->input->get('pdf_size', $params->get('pdf_size', 'A4'));
$orientation = $this->app->input->get('pdf_orientation', $params->get('pdf_orientation', 'portrait'));
$this->doc->setPaper($size, $orientation);
$this->nav = '';
$this->showPDF = false;
$this->showRSS = false;
$this->emptyLink = false;
//$this->filters = array();
$this->showFilters = false;
$this->hasButtons = false;
$this->output();
}
}
THANKS!!!!
 
Nobody told you to copy the lib from the domPDF GitHub.
Just install the Fabrik lib.
 
Additionally:
Did you update Fabrik to 3.8 before updating Joomla?
Try to re-install the Fabrik3.8 package.
 
Hello guys,
if I click on the PDF button with the user Super User everything works while if I log in as a registered user I get:

Error: COM_FABRIK_NOTICE_DOMPDF_NOT_FOUND: COM_FABRIK_NOTICE_DOMPDF_NOT_FOUND

I installed the latest version from gitHub yesterday but without success.

Thanks
 
Hello,
Now the pdf creation does not work for me.
It tells me that the pdf file is corrupt.
I made a server change ... and I do not know what the problem might be.
I'm going to update GITHUB again.

I do not find the PDF OUT plugin.
where can I download it?? ... I can not find it.
Thank you.
alberto
 
There's no PDF plugin.

If you've updated from GitHub you got all you need.
Maybe there are error messages related to your new server or folder access restrictions breaking the PDF creation.

Enable PDF debug in Fabrik options/Debugging.
This will show the HTML in your browser and maybe an error message giving a hint.
 
hello!!
I reported the error to the hosting company ... and they have already solved it by modifying the PHP configuration the environment variable of the temporary folder (tmp).
Thanks for the help received!
alberto
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top