overextended / oxmysql

MySQL resource for FXServer.
https://overextended.dev/oxmysql
GNU Lesser General Public License v3.0
319 stars 197 forks source link

OXmysql link download isn't updating to version v2.7.6 #209

Closed sgheemamasavage closed 1 year ago

sgheemamasavage commented 1 year ago

Issue checklist

Please put x inside of the box that matches your issue.

Describe the bug I am showing that I needed to update the oxmysql to the newest version, however, when I download the latest version it still shows that I am using v2.7.5

Screenshots image https://media.discordapp.net/attachments/1069235438637813863/1176191308444999750/image.png?ex=656df884&is=655b8384&hm=87ed552e1aa37b82af545097e003a9826b6883ab6c9b99033c3ea5b3d3af055e&=&width=564&height=56

Code n/a

    -- If applicable, include the query and relevant code

Link Referenced Link I am using to update version: https://github.com/overextended/oxmysql/releases/download/v2.7.6/oxmysql.zip

Expected behavior Trying to update to the latest version and live console still shows that I have v2.7.5

Additional context I am unable to access player inventory, I can't even pull out player phone.

Server details

Database details

jag3dagster commented 1 year ago

I just downloaded the 2.7.6 release and am not getting this issue. Likely user error somewhere along the way.

sgheemamasavage commented 1 year ago

which link did you click? oxmysql.zip source code (zip) source code (tar.gz)

jag3dagster commented 1 year ago

oxmysql.zip

sgheemamasavage commented 1 year ago

well, not sure how I am still getting the message that there is an update available if I used the same link. Just redownloaded link and it still shows that v2.7.6 is avail and that I have v2.7.5... smh

sgheemamasavage commented 1 year ago

this is what is in fxmanifest... but isn't reflected on Live Console that it is updated version....

name 'oxmysql' description 'Database wrapper for FXServer utilising node-mysql2 offering improved performance and security.' version '2.7.6' url 'https://github.com/overextended/oxmysql' author 'overextended'

dependencies { '/server:5104',

jag3dagster commented 1 year ago

Then you either have a second installation of oxmysql that is actually getting started or you're otherwise not using the files you think you are.

sgheemamasavage commented 1 year ago

I will do a search to see if there is a duplication of the oxmysql in my resource folder. Otherwise, I am confident that I am using the link within the first post I made above. Not rocketscience with that task is required for sure, lol. Thank you for your help. Hopefully once you used the link you are able to see it reflected in your live console, correct?

sgheemamasavage commented 1 year ago

thank you. That was it. There was a duplicate oxmysql.

sgheemamasavage commented 1 year ago

resolved.