can't retrieve column

Stimulsoft Reports.PHP discussion
Post Reply
stoneboys
Posts: 4
Joined: Wed Feb 15, 2012 5:26 am
Location: indonesia

can't retrieve column

Post by stoneboys »

Hi i use Stimulsoft for php http://www.stimulsoft.com/Downloads/Sti ... _Trial.zip
but i can't retrieve column on data source on web base designer / viewer, what wrong?
ex: localhost/stimulsoft/index.php?stimulsoft_client_key=DesignerFx

this my Connection code for Mysql :
server=localhost;port=3306;Database=klinik;Uid=admin;Pwd=admin;
its connect succesfully..
but if i create DataSource with that my column can't retrieve, this my code :
ex: select * from zipcode

getting error : #1088

please help, thanks before.
stimulsoft : nice,great & perfect report designer
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

can't retrieve column

Post by Vladimir »

Hello,

Please check if the 'php5-dom' module (or 'php-xml' module for CentOS) is installed on you PHP server? If no, please install it. If yes, please follow the steps:

1. In the 'config.xml' file the EnableDataLogger option set to True in Connection section.
2. Run the report viewer or report designer.
3. Click on the 'Save Log File' button in the viewer's Save menu or designer's Main menu.
4. Save the text file and send it to us for analysis.

Thank you.
stoneboys
Posts: 4
Joined: Wed Feb 15, 2012 5:26 am
Location: indonesia

can't retrieve column

Post by stoneboys »

Hi..thanks for reply..

yes i can't found php_domxml.dll on my server..

this my server spec:

Xampp 1.7.7
PHP Version 5.3.8



where i can found php_domxml.dll for my server?

thanks.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

can't retrieve column

Post by Vladimir »

Hello,

Very strange. For this web server version it should work correctly. Please try the following:

1. In the 'config.xml' file the EnableDataLogger option set to True in Connection section.
2. Run the report viewer or report designer.
3. Click on the 'Save Log File' button in the viewer's Save menu or designer's Main menu.
4. Save the text file and send it to us for analysis.

Thank you.
stoneboys
Posts: 4
Joined: Wed Feb 15, 2012 5:26 am
Location: indonesia

can't retrieve column

Post by stoneboys »

Ok Vlad.. i send on support too.. sorry if i send you too, cause i love your product & want to tried it..

Btw.. I get error fix..

This Error on file database_mysql.php on line 155 :
$field->table = $table; for stdClass use on PHP 5.3
Its make error & script not finish retrieve column So i null error_reporting to make it work, any solution to this?
or maybe you can give me newer database_mysql.php?

Thanks vlad!!!
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

can't retrieve column

Post by Vladimir »

Hello,

We have fixed this error, please see the attached archive.

Thank you.
Attachments
1660.database_mysql.zip
(1.6 KiB) Downloaded 320 times
Post Reply