Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Export Problem

Post Reply
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Export Problem

Unread post 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
BR
Rui
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Export Problem

Unread post by ruiascensao »

Hi,

Any idea on this issue?

Thanks!

Best Regards,
Rui
BR
Rui
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Export Problem

Unread post by ruiascensao »

Hi Steven,

How can I solve this problem?

Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Export Problem

Unread post by admin »

Rui,

What browser are you using?

Steven
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Export Problem

Unread post by ruiascensao »

Hi Steven,

I'm using IE 7.05 and Firefox 9.01.

Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Export Problem

Unread post 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
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Export Problem

Unread post by ruiascensao »

Hi Steven,

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

Any ohter suggestion?

Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Export Problem

Unread post 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
Post Reply