Hi, I have a problem...
On my server is appearing this message all the time and does not show the status.
Code:[Oxide] 11:56 AM [Info] [Stats] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/URL]"> <html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]" lang="en" xml:lang="en">in, 0b/s out <head> <title>Object not found!</title> <link rev="made" href="mailto:postmaster@localhost" /> <style type="text/css"><!--/*--><![CDATA[/*><!--*/ body { color: #000000; background-color: #FFFFFF; } a:link { color: #0000CC; } p, address {margin-left: 3em;} span {font-size: smaller;} /*]]>*/--></style> </head><body> <h1>Object not found!</h1> <p> The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. </p> <p> If you think this is a server error, please contact the <a href="mailto:postmaster@localhost">webmaster</a>.</p><h2>Error 404</h2> <address> <a href="/">127.0.0.1</a><br /> <span>Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8</span> </address> </body> </html>
Stats [Unmaintained]
Discussion in 'Plugin Support' started by Vilsol, Jun 29, 2015.
-
-
Query_URL": "http://127.0.0.1:8080/query.php", -
-
Yes. Can you connect in my server to verify?
-
-
-
After the last update on the 18th:
Code:[Error] stats.cs(343,209): error CS1061: Type `BasePlayer' does not contain a definition for `svActiveItem' and no extension method `svActiveItem' of type `BasePlayer' could be found. Are you missing an assembly reference?
Code:executeQuery("INSERT INTO player_fire_bullet (player, bullet, weapon, pos_x, pos_y, pos_z, date) VALUES (?, ?, ?, ?, ?, ?, ?)", player.userID, player.svActiveItem.info.displayName.english, player.svActiveItem.info.displayName.english, pos.x, pos.y, pos.z, getTime());
-
I'm also getting
Code:[Oxide] 9:16 PM [Error] stats plugin failed to compile! [Oxide] 9:16 PM [Error] stats.cs(358,209): error CS1061: Type `BasePlayer' does not contain a definition for `svActiveItem' and no extension method `svActiveItem' of type `BasePlayer' could be found. Are you missing an assembly reference?
-
Vilsol updated Stats with a new update entry:
Fix issue with Rust update, minor improvements
[DOUBLEPOST=1437309792][/DOUBLEPOST]@maksiyshuk @Jakers The latest version fixes that bug, they didn't even announce that they are changing the API...Last edited by a moderator: Jul 19, 2015 -
Wulf Community Admin
-
Vilsol updated Stats with a new update entry:
Fix ordering by count
-
@Vilsol I cannot sort in any columns. it's just showing a little box in place of the sort glyphs.
-
-
@Vilsol Cheers for the quick update, I temporarily got mine working just to record stats by just writing "Weapon" where it was trying to pick up the active item
-
ok, you were right @Vilsol I can sort. I was just trying to sort by date which still doesn't work. When I click on the date to sort it dumps the entire list and states "No matching records found". any ideas? i have the latest version
-
Vilsol updated Stats with a new update entry:
Hotfix for date sorting
-
Code:
(18:22:01) | [Oxide] 4:22 PM [Error] stats plugin failed to compile! (18:22:01) | [Oxide] 4:22 PM [Error] stats.cs(358,212): error CS1061: Type `BasePlayer' does not contain a definition for `GetActiveItem' and no extension method `GetActiveItem' of type `BasePlayer' could be found. Are you missing an assembly reference?
-
-
Weird, I just downloaded the latest. Will try download again
[DOUBLEPOST=1437374738][/DOUBLEPOST]Just redownloaded and uploaded. Same issue