CSV Export problem

timotheehuck1

New Member
Hi,

Csv export dosen-t work for me. A window open, but nothing happen...

is there a server configuration problem ?

thanks !
 

Attachments

  • cap.png
    cap.png
    14.6 KB · Views: 214
I can see this error :

TypeError: a is undefined
FbList<.triggerCSVExport/d<.onComplete<()
list-min.js:2
this.Events<.fireEvent/<()
mootools-core.js:42
forEach()
self-hosted:216
forEach()
self-hosted:227
.each()
mootools-core.js:9
this.Events<.fireEvent()
mootools-core.js:42
d/e<()
mootools-core.js:38
this.Request<.onFailure()
mootools-core.js:160
d/e<()
mootools-core.js:38
Request.JSON<.success()
mootools-core.js:172
d/e<()
mootools-core.js:38
this.Request<.onStateChange()
mootools-core.js:159
d/e<()
mootools-core.js:38
list-min.js:2:1

thanks for your help
 
can you turn on Fabrik's debugging (in our global config page) and then point us at the page in question.
 
Which exact Joomla and Fabrik version are you running?
Which Joomla template?
Is it working with the original Protostar template coming with Joomla?
 
It doesn't look like PurityIII, your page source says templates/favourite...
Can you try with Protostar?
Can you try without 3rd party components like mod_pwebfblikebox
 
oh, I didn't realize it was an other user;)

I can replicate with a list with only 5 records (with Protostar, so not template related).
The export isn't working, after closing the csv-popup the list is showing "no records" and the "rows per page" has switched to 100 (instead of 10 of the list settings), see also https://github.com/Fabrik/fabrik/issues/1643

I assume "no records" is coming from a wrong limitstart (after "clear filters" it's showing the records again)
 
Last edited:
In your case there's some additional HTML after the JSON response
Code:
<div id="apreloader" data-delay="0" data-event="load"><div id="apreloader-inner"><div id="gif-spinner"><img src="/plugins/system/aikon_super_preloader/assets/images/bgif1.gif"></div><div id="css3-spinner">
<div class="windows8">
.....
</div></div><div id="apreloader-content-wrap"><div id="apreloader-logo-container"><img id="apreloader-logo" src="/images/loghi/Logo_vertical_40.jpg" /></div><span id="apreloader-text">Loading...</span></div></div></div><!--[if lt IE 10]><style>#gif-spinner{ display: block; }div#apreloader{background:#000!important;} #apreloader-content-wrap span#apreloader-text{ color: #ffffff;}</style><![endif]-->
which creates a syntax error: unexpected token
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top