Page 1 of 1

Can't load the data when load report from browser

Posted: Thu Feb 24, 2011 2:53 pm
by thiagorente
Hi,

I'm trying to load a report in the browser: like this "http://localhost/stimulsoft/index.php?s ... y=Test.mrt"

The problem is, when i'm on the exe program it works, the data appear, but when i'm on browser the data doesn't show and when I try to create a connection it says "Connection error".

Can't load the data when load report from browser

Posted: Fri Feb 25, 2011 3:22 am
by Vladimir
Hello,

Please tell us which version do you use? Please try to download the latest prerelease build from our website in which we fixed some errors in working with databases.

Thank you.

Can't load the data when load report from browser

Posted: Fri Feb 25, 2011 1:31 pm
by thiagorente
Hi,

I'm using the version Stimulsoft Reports.Fx for PHP 2010.3 Trial, I downloaded it a week ago. I updated mine Desktop version of it. The desktop is ok, but when I use the web browser it doesn't load the database data.

Can't load the data when load report from browser

Posted: Mon Feb 28, 2011 7:23 am
by Vladimir
Hello,

Please try to update to the latest prerelease build from February 22, 2011. It can be downloaded from the link below:

http://stimulsoft.com/GetFile.aspx?file ... _Trial.zip

Also, please try to disable a warning messages in the PHP configuration file (php.ini):

Code: Select all

error_reporting = E_ALL & ~E_NOTICE
Thank you.