[ic] Tables download

Jon interchange-users@icdevgroup.org
Tue Jan 14 21:50:01 2003


> On Sun, 29 Dec 2002 12:32:48 -0000
> "John Rennie \(home\)" <john-rennie@thechampagneshop.co.uk> wrote:
>
> > Hi,
> >
> > In Interchange 4.9 (demo store and my own 4.9.3 store), tables
> > download doesn't work from the admin...tables view. I just get
> > an empty file. Has this functionality moved?
>
> This smells like a bug somewhere. I got it working with commenting
> the following line in catalog_after.cfg:
>
>         $CGI->{mv_nextpage} .= $Session->{extension};
>

    Ignore if already answered.... Working my way through old email

        I had the same problem. I noticed that the download file in the
URL was like ...  file.txt.html    which doesn't exist so you will end
up with
an empty file.  In the download section of admin/gentable.html  add
the following       add_dot_html => 0,
That changed the url to be     file.txt     as expected.

P.S.  I can't take credit for that fix.  Mike helped me with it.

Jon