Export to CSV gives me “file not found error..”
Archived from the Xataface Users forum.
happydays0078 — Wed Aug 15, 2012 1:01 pm
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
happydays0078 — Wed Aug 15, 2012 4:28 pm
i found something…
if i enable error reporting setup for PHP “error_reporting(E_ALL & ~E_NOTICE” it works..