This topic is locked

Build 430 - Charts not working

9/12/2008 2:11:14 PM
PHPRunner General questions
E
Eldorama author

I first downloaded build 427 - in which the charts worked while designing (i.e. in preview before generating code and uploading) but after upload they did not work.
So I happily saw that a build 430 was made on september 11th and quickly downloaded that version. NOW the "preview" option has disapeared from PHPrunner while designing. And after uploading I get ERROR #1088
While Googling error #1088 it seams to relate to XML not beeing proberly formed but to the best of what i can gather form ......chartdata.php files on my site - they look OK, but I'm not 100% sure ...
PS! Why do number fields which in the database are defined as different versions of INTEGERS display with decimal positions on Edit/Display pages ??? Surely that shoul only be for REAL numbers? - And I can not find a way to set displaytype/edittype other than selecting the fields as Text - fields - which seems rediculous....

E
Eldorama author 9/12/2008

Additional info.
I get this when I use FireFox
Error

at AnyChartBase/showErrorMsg()

at AnyChartBase/showError()

at SBChart.Utils::XMLUtils$/getXMLFromString()

at SBChart.Utils::ResourceEntry/::onLoadHandler()

at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/flash.net:URLLoader::onComplete()
and the extended error text: "Error #1088: The markup in the document following the root element must be well-formed."

T
thesofa 9/12/2008

I first downloaded build 427 - in which the charts worked while designing (i.e. in preview before generating code and uploading) but after upload they did not work.

So I happily saw that a build 430 was made on september 11th and quickly downloaded that version. NOW the "preview" option has disapeared from PHPrunner while designing. And after uploading I get ERROR #1088
While Googling error #1088 it seams to relate to XML not beeing proberly formed but to the best of what i can gather form ......chartdata.php files on my site - they look OK, but I'm not 100% sure ...
PS! Why do number fields which in the database are defined as different versions of INTEGERS display with decimal positions on Edit/Display pages ??? Surely that should only be for REAL numbers? - And I can not find a way to set displaytype/edittype other than selecting the fields as Text - fields - which seems rediculous....



to get rid of the decimal point problem with numbers, set them to no format in the view as tab from the properties menu

Sergey Kornilov admin 9/12/2008

Eldorama,
when you setup a chart you can choose number of digits to display after the comma.
In regards to the error you getting post your application to Demo Account and send the URL to support@xlinesoft.com for investigation.

E
Eldorama author 9/12/2008

I would LIKE INTEGERS to be formated as numbers - Right justified and with options to generate page totals (sums) and in general I would like numbers to be defined as numbers. But maybe I'm missing something here ?!
I would however MUCH rather that those Charts could work (PS! They don't like special characters from the DB ie Danish special chars ÆØÅ / æøå - and i have little luck trying to find a way to convert text - fields so that they don't come up whith these characters. using SQL REPLACE can only replace 1 character and my server does not support the SQL TRANSLATE ... - Any ideas?

E
Eldorama author 9/12/2008

Eldorama,

when you setup a chart you can choose number of digits to display after the comma.
In regards to the error you getting post your application to Demo Account and send the URL to support@xlinesoft.com for investigation.


Since I have not used DEMO ACCOUNT before ... Do I need to select the "UPLOAD ALL TABLES IN THE DATABASE" ?

E
Eldorama author 9/12/2008

Additional info.

I get this when I use FireFox
Error

at AnyChartBase/showErrorMsg()

at AnyChartBase/showError()

at SBChart.Utils::XMLUtils$/getXMLFromString()

at SBChart.Utils::ResourceEntry/::onLoadHandler()

at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/flash.net:URLLoader::onComplete()
and the extended error text: "Error #1088: The markup in the document following the root element must be well-formed."


I have a hunch - I think som of these problems could be somehow related to the "WARNING" texts that are inserted on so many pages in the ver. 5 BETA.
You insert 2 <P> paragraphs before the <HTML> so that most pages wouldn't validate anywhere ...
This however should not explain why the "preview" button has disapeared from the program - before uploading (or could it?)