This topic is locked

Error when running 2d pie chart

4/1/2008 11:12:01 AM
PHPRunner General questions
M
mrpeeble author

Hi,
I added a 2d pie chart to my project with the following sql in the Daily_Reivews_completed_variables.php:
$gsqlHead="SELECT tenusers.UserName, Count(pr_main.CompleteCheck) as `TotalComplete` ";

$gsqlFrom="FROM pr_main INNER JOIN tenusers ON tenusers.ID = pr_main.GivenTo ";

$gsqlWhere="";

$gsqlTail="group by tenusers.UserName ";
The chart looks great but i get a nagging little error at the bottom of my IE 6.0.29 browser:
Line: 56

Char: 3

Error: Syntax Error

Code: 0

Url: ....chart.php
Line 56 of this file reads as so:
$value1=postvalue("value
".$gfield);
I have downloaded the latest version of phprunner with the maintenance relase. Any help with this problem would be appreciated.

J
Jane 4/1/2008

Hi,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

M
mrpeeble author 4/2/2008

thanks Jane,

project uploaded to demo account
the page that is causing the error is:
http://demo.asprunner.net/thomony%5Ftoront...leted_chart.php

J
Jane 4/3/2008

Please send link to your pages with login credentials to [email=support@xlinesoft.com]support@xlinesoft.com[/email].