Service History Error

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
AH_Rumely
Posts: 7
Joined: Sun 23 Dec 2007 9:51 pm

Service History Error

Post by AH_Rumely »

First of all I would like to say thank you for all your hard work, this is one nice program for FB. I just have one little problem it is to do with the pilot server history page. Here are the errors I have

Notice: Undefined index: airvalue in C:\webserver\public_html\MP4\Scripts\adodb\adodb.inc.php on line 3385

Notice: Undefined index: airvalue in C:\webserver\public_html\MP4\Scripts\adodb\adodb.inc.php on line 3385

Notice: Undefined index: surfacevalue in C:\webserver\public_html\MP4\Scripts\adodb\adodb.inc.php on line 3385


on line 3385 of the adodb.inc.php I see this info
return $this->fields[$colname];

Notice: Trying to get property of non-object in C:\webserver\public_html\MP4\Statistics\MP-PilotDetails.php on line 243

on line 243 MP-PilotDetails.php I see this
while ( ! $RS_kills->EOF) {

Fatal error: Call to a member function Fields() on a non-object in C:\webserver\public_html\MP4\Statistics\MP-PilotDetails.php on line 245

online 245 MP-PilotDetails.php I see this
$thisKillKey = $RS_kills->Fields( 'KillAlignment ' ). ' I ' .$RS_kills->Fields('KillVerbose');
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Rumely,

Please advise your Statistics engine version. E.g. is it v1.90 or what?

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
AH_Rumely
Posts: 7
Joined: Sun 23 Dec 2007 9:51 pm

Post by AH_Rumely »

That would be Stat 1.90
Post Reply