I had a situation at the weekend where a by-stander decided to get involved in a fight I was having (I suspect he targeted the wrong person but thats besides the point) I mangaged to lock him and ECM him before Concord turned up to pop him and he was kind enough to give me a copy of the killmail which I appear on so I submitted the killmail to KMS......
Which has gone a bit nuts!
At the bottom of the page I am now getting the following errors (I've truncated the path to make it a little more readable)
PHP Notice: Undefined index: QUERY_STRING in D:\{path}\killboard\login.php on line 119
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 360
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 360
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 361
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 361
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 362
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 362
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 363
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 363
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 364
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 364
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 365
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 365
When you view the killmail Concord is not displayed (but it is when you 'view original killmail' so I'm guessing the problem is that KMS has no idea who Concord is and because their entry on the killmail isn't formatted the same as a player entry it can't correctly process it.
Does this problem apply to NPC pirates that appear on the killboard as well?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is to do with the SQL that displays the kill details trying to get information for a non-existant player object, because there is no player object in the database then the resultant object is empty, hence the error when it trys to draw it to the webpage
Thanks,
Geoff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess this is a wishlist item really
I had a situation at the weekend where a by-stander decided to get involved in a fight I was having (I suspect he targeted the wrong person but thats besides the point) I mangaged to lock him and ECM him before Concord turned up to pop him and he was kind enough to give me a copy of the killmail which I appear on so I submitted the killmail to KMS......
Which has gone a bit nuts!
At the bottom of the page I am now getting the following errors (I've truncated the path to make it a little more readable)
PHP Notice: Undefined index: QUERY_STRING in D:\{path}\killboard\login.php on line 119
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 360
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 360
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 361
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 361
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 362
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 362
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 363
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 363
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 364
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 364
PHP Notice: Undefined index: in D:\{path}\killboard\display_functions.php on line 365
PHP Notice: Trying to get property of non-object in D:\{path}\killboard\display_functions.php on line 365
When you view the killmail Concord is not displayed (but it is when you 'view original killmail' so I'm guessing the problem is that KMS has no idea who Concord is and because their entry on the killmail isn't formatted the same as a player entry it can't correctly process it.
Does this problem apply to NPC pirates that appear on the killboard as well?
Hi,
This is to do with the SQL that displays the kill details trying to get information for a non-existant player object, because there is no player object in the database then the resultant object is empty, hence the error when it trys to draw it to the webpage
Thanks,
Geoff