error on a debian server

Stimulsoft Reports.PHP discussion
Post Reply
elyes
Posts: 2
Joined: Thu Jun 02, 2011 2:33 am
Location: Tunisia

error on a debian server

Post by elyes »

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
elyes
Posts: 2
Joined: Thu Jun 02, 2011 2:33 am
Location: Tunisia

error on a debian server

Post by elyes »

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 ?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

error on a debian server

Post by Vladimir »

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.
Post Reply