Page 1 of 1

Export to CSV gives me "file not found error.."

PostPosted: Wed Aug 15, 2012 1:01 pm
by happydays0078
Hi,

first of all let me give you my congratulations for developing and offer us Xataface. This is really usefull software, thank you very much!

I have installed Dataface on my local ubuntu server to develop my application. After having almost everything working, when i try to export a table to csv it gives me the following error message:

"Firefox can't find the file at "localhost/distribuicao/index.php?-table=Tipo_entrega&-action=export_csv&-cursor=0&-skip=0&-limit=30&-mode=list."

I can export to XML without any problem..

Could this be a folder permissions issue, or a web server configuration issue?

sincerelly,
Pedro Coutinho

Re: Export to CSV gives me "file not found error.."

PostPosted: Wed Aug 15, 2012 4:28 pm
by happydays0078
i found something...
if i enable error reporting setup for PHP "error_reporting(E_ALL & ~E_NOTICE" it works..