Backend Export 404 Javascript Issue

sgorney

Member
Hi all:

I'm having a strange issue with Fabrik 3.1 in Joomla 3.3. I did a github update on all the code May 21 2014 and that didn't seem to fix it either.

The issue is when running an export (tested in Chrome) the console shows a 404 error to the export action. This is because the request GET url shown is really messed up:


  1. Uncaught TypeError: Cannot read property 'create' of undefined
    measureIt.js:120​
Object {excel: 0, inctabledata: 0, incraw: 0, inccalcs: 0, custom_qs: ""?}

list.js:404​
Object {excel: 0, inctabledata: 0, incraw: 0, inccalcs: 0, custom_qs: ""?}

list.js:419​
  1. GET http://restonic.com/httprestonic.comadministratorindex.phpoptioncom_fabriktasklist.viewlistid2 404 (Not Found)
    mootools-core.js:164​
  1. Uncaught TypeError: Cannot read property 'err' of undefined
    list.js:430​


You can seee here the get url is missing things like / ? = characters. That's causing the 404 and probably also breaking the export.

For sanity's sake I did check with my host and ask about mod_sec or .htaccess to see if that might cause this issue. I was told mod_sec wouldn't cause it, and I totally disabled .htaccess and tested with the same results.

So I suspect something strange url filtering in javascript or php is causing the request url to be screwed up and the export to break.

If I can provide more info or if anyone else has had htis issue let me know and I'll provide that feedback!

Chad
 
I can't replicate.
It's working fine on my sites (frontend/backend, J!3.3 and J!3.2.4)

Where is measureIt.js coming from (it has nothing to do with Fabrik)? I assume this is the "culprit"
 
Hi there

So measureit.js is actually a chrome addon. I can try disabling and testing again but I highly doubt that's the cause.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top