Page 1 of 1

Export Problem

Posted: Tue Jan 17, 2012 4:41 pm
by ruiascensao
Hi,

When runing an activity to export data from the database, the file name is "file.csv.htm".

Why is it .html?

The file comes empty and is written "you have been logged out.."

How can I solve this problem?


Thank you!

Best Regards,
rui

Re: Export Problem

Posted: Mon Jan 23, 2012 12:33 pm
by ruiascensao
Hi,

Any idea on this issue?

Thanks!

Best Regards,
Rui

Re: Export Problem

Posted: Mon Jan 30, 2012 10:33 pm
by ruiascensao
Hi Steven,

How can I solve this problem?

Regards,
Rui

Re: Export Problem

Posted: Wed Feb 01, 2012 12:04 am
by admin
Rui,

What browser are you using?

Steven

Re: Export Problem

Posted: Wed Feb 01, 2012 10:02 am
by ruiascensao
Hi Steven,

I'm using IE 7.05 and Firefox 9.01.

Regards,
Rui

Re: Export Problem

Posted: Fri Feb 03, 2012 3:00 am
by admin
Rui,

It might be that the php you have used to generate the export is not working. (it might be trying to export the error)

Maybe try something really simple eg

nuRunQuery("CREATE TABLE #dataTable# SELECT * FROM customer");

Steven

Re: Export Problem

Posted: Mon Feb 06, 2012 9:31 am
by ruiascensao
Hi Steven,

I have tried
nuRunQuery("CREATE TABLE #dataTable# SELECT * FROM customer");
But it's the same.

Any ohter suggestion?

Regards,
Rui

Re: Export Problem

Posted: Mon Feb 06, 2012 10:20 pm
by admin
Rui,

Is any php code getting run at all (does nuDebug get a result?)

If you have never used nuDebug() ...

http://wiki.nubuilder.com/tiki-index.ph ... g_pString_

Steven