1. 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>
     
    Last edited by a moderator: Jul 19, 2015
  2. The message even says what is wrong, are you sure you pointed your QUERY_URL at your query.php file?
     
  3. Yes, but my webserver is on the port 8080.
    Query_URL": "http://127.0.0.1:8080/query.php",
     
  4. Did you upload the files correctly, and did you specify the port in the config in the url?
     
  5. Yes. Can you connect in my server to verify?
     
  6. You haven't given me an IP or anything else, not sure how I can verify anything.
     
  7. add skype: [email protected] or mardsontimbo
     
  8. 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?
    343:
    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());
     
  9. 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?
    after the last update
     
  10. 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
  11. Wulf

    Wulf Community Admin

    That's a Rust change, not an Oxide change. There was nothing for us to announce. Rust changes often and being that it's not actually an API call, they don't really have to announce it.
     
  12. @Vilsol I cannot sort in any columns. it's just showing a little box in place of the sort glyphs.
     
  13. you can sort, the icon is just not showing, will be fixed in next release
     
  14. @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 :D
     
  15. 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
     
  16. 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?
     
  17. Update fixed it :)
     
  18. Weird, I just downloaded the latest. Will try download again
    [DOUBLEPOST=1437374738][/DOUBLEPOST]Just redownloaded and uploaded. Same issue