hello, i m generating reports through report fx for php with xml data, this works fine on an Ubuntu server but buggs on a debian server (that support php v5) even without data, it display the toolbar and an empty page (failure on loading report).
Thanks for your help
error on a debian server
error on a debian server
I fixed the problem on the debian server:I can open a report by the "open" option (folder icon) but not by url. It ignore the part '&stimulsoft_report_key=SimpleList.mrt'.
Any idea ?
Any idea ?
error on a debian server
Hello,
We could not reproduce the problem. Please check the following:
1. What value returns $_GET["stimulsoft_report_key"]
2. What value returns sti_strip($_GET["stimulsoft_report_key"])
3. What value returns rawurldecode(sti_strip($_GET["stimulsoft_report_key"]))
Thank you.
We could not reproduce the problem. Please check the following:
1. What value returns $_GET["stimulsoft_report_key"]
2. What value returns sti_strip($_GET["stimulsoft_report_key"])
3. What value returns rawurldecode(sti_strip($_GET["stimulsoft_report_key"]))
Thank you.