CSV Export not working

At some point after upgrading to Joomla 3.10 and Fabrik 3.10 it seems that CSV exports from list pages are not working. The modal is not being displayed and the console is reporting the below.

I'm not sure if this is some sort of JS conflict or a plugin that isn't enabled or something more than that.

Any suggestions or thoughts would be appreciated.

Thanks, Paul

[Error] Error: Syntax error, unrecognized expression: <div id="ajax_links" class="fabrikWindow-modal modal">
<div class="modal-header">
<h3 class="handlelabel" data-role="title">
Export csv jlayout </h3>
<a href="#" class="closeFabWin" data-role="close">
<span class="icon-cancel icon-remove-sign"></span>
</a>
</div>
<div class="contentWrapper">
<div class="itemContent">
<div class="itemContentPadder">
</div>
</div>
</div>
</div>
(anonymous function) (jquery.min.js:2:24558)
x (jquery.min.js:2:17454)
find (jquery.min.js:2:30529)
init (jquery.min.js:1:11703)
st (jquery.min.js:1:10882)
buildWinFromLayout (window.js:3:4002)
(anonymous function) (mootools-core.js:38:501)
makeWindow (window.js:3:2268)
(anonymous function) (mootools-core.js:38:501)
initialize (window.js:3:982)
(anonymous function) (mootools-more.js:27:164)
(anonymous function) (mootools-core.js:38:501)
(anonymous function) (mootools-core.js:37:219)
(anonymous function) (window.js:3:335)
openCSVWindow (list.js:3:3527)
(anonymous function) (mootools-core.js:38:501)
(anonymous function) (list.js:3:3402)
dispatch (jquery.min.js:2:5424)
 
Is it in frontend? backend?
Which Joomla template? Did you try the standard Protostar template?
All lists or only a special one?
Any special CSV settings?
 
It is only an issue on the frontend. CSV exports from Fabrik on the backend work fine. No, I have not tried switching templates. The site currently uses the RockeTheme Requiem template. There is a gantry update pending. Once I get that done I'll see if it changes. This seems to be affecting anything within Fabrik that uses a modal window.

No, no special CSV settings. And it is an issue with all lists.

Thanks
 
If it's working in the backend it doesn't seem to be a Fabrik issue but a Joomla template or some 3rd party extension one breaking the Fabrik code (e.g. by overriding the standard JS).
"...unrecognized expression: <div id="ajax_links"..." looks like missinterpreting the HTML, putting it in the ajax response expecting the CSV data etc.

Disable e.g any JS compression, try with Protostar and/or disable any additional plugins, components ...
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top