Can't load the data when load report from browser

Stimulsoft Reports.PHP discussion
Post Reply
thiagorente
Posts: 8
Joined: Thu Feb 24, 2011 2:46 pm
Location: Santos

Can't load the data when load report from browser

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

Can't load the data when load report from browser

Post 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.
thiagorente
Posts: 8
Joined: Thu Feb 24, 2011 2:46 pm
Location: Santos

Can't load the data when load report from browser

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

Can't load the data when load report from browser

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