list issues - filters + export

that doesn't work, the link is being automatically converted to.

I addition, if you try using the range date filter, it raised a blank screen
 
ok you need to make it a full URL for Joomla to not route it, so thsi should work

Code:
<a href="<?php  echo COM_FABRIK_LIVESITE; ?>index.php?option=com_fabrik&amp;view=list&amp;format=pdf&amp;listid=6&amp;resetfilters=0&amp;Itemid=204">
<img src="media/com_fabrik/images/pdf.png" class="fabrikTip fabrikImg" title="" alt="Exporter en PDF"><span>Exporter en PDF</span>
</a>
 
Ok, so I've done what you said by using this code :
Code:
echo COM_FABRIK_LIVESITE . "index.php?option=com_fabrik&view=list&format=pdf&listid=".$this->table->id."&resetfilters=0&Itemid=204";
it gives that
Code:
<a href="index.php option=com_fabrik&amp;view=list&amp;format=pdf&amp;listid=6&amp;resetfilters=0&amp;Itemid=204">
<img src="www.mydolain.com/media/com_fabrik/images/pdf.png" class="fabrikTip fabrikImg" title="" alt="Exporter en PDF">
  <span>Exporter en PDF</span>
</a>

and I still get this (printed into the pdf itself):
Code:
syntax error, unexpected 'version' (T_STRING) in /home/blablabla/libraries/dompdf/include/dompdf.cls.php(586) : eval()'d code on line 1
 
I just tried now and the pdf generated fine. This is for the /promises page on the copieprod site
I also tested the pdf from /promises/list and that worked
Were those the pages you were getting the error on?
 
i just reuploaded the dompdf library with their latest release and that seems to have resolved the issue
 
I've noticed that after an advanced search, the csv export
  • sometimes exports all the data (rather that the searched datas)
  • and sometimes says there is no datas to export
Can you have a look please ?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top