CSV Export Issue?

I replaced my older version of .htaccess with a newer one. This solved the issue on one site. But didn't on this site:

https://www.handsontheland.org/profiles.html

Now when I attempt to download the CSV, it just pushes me over to the page in a not-so-really-"CSV" view starting at row 400 rather than downloading the file:

https://www.handsontheland.org/profiles/list/3.csv?start=300

All of my Joomla/Fabrik sites have been around for years, could I have old outdated files that need to be purged? I am updated with the latest from the Github.
 
I'm thinking that it has something to do with the server configuration, but all was working just fine just a couple of weeks ago, so a software update is part of the issue. I'm surprised no one else is experiencing this since it's so widespread on my sites. I have solved 2 instances, not the one above...just when the client needed CSV export (of course).

The question is why is this particular server displaying the page when the extension is .csv. Shouldn't it be pumping out a downloadable CSV file? I'm not familiar enough with the mechanism here.
 
Last edited:
What are your exact SEF settings?

There were some changes to the J! router in 3.8 that require changing how we generate URL's called from Javascript ... but some of the issues only manifest with specific SEF settings.

-- hugh
 
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '1';
public $unicodeslugs = '0';
 
Hmmm, frustratingly enough, I can't replicate your problem:

https://www.screencast.com/t/gADJQz7r

I switched to those SEF settings, and it's exporting OK.

I'd suggest looking through your 3rd party system plugins, see if there's anything that looks like it might mess with how documents are handled.

-- hugh
 
Copied the site, copied the database, removed all extensions one-by-one, found it: a plugin called "System - DS Constant" was the culprit. Hopefully, someone else can use this info. Although, keeping my template alive depended on this extension.

Thanks for looking into it.

Edit: I was using DS Constant to support Jumi. So, I removed Jumi modules and DS Constant and it works fine.
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top