FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
138 stars 55 forks source link

Gmod: Mysqloo Modul not found #89

Closed Gamer688 closed 3 years ago

Gamer688 commented 3 years ago

Hi guys! I've bought an addon for some time. (gextension) This needs Mysqloo to work. So I put the module in the folder: /gameserver/garrysmod/lua/bin and it doesn't work (the addon doesn't find it). I have tried many things such as different Mysqloo versions. by the way my gmod server uses Linux 64 bit. And by now I have no idea what i can do.

error:

[gextension] addons/gextension/lua/gextension/server/sv_mysql.lua:35: Module not found!

  1. require - [C]:-1
    1. InitSQL - addons/gextension/lua/gextension/server/sv_mysql.lua:35
    2. v - addons/gextension/lua/gextension/server/sv_main.lua:20
      1. Run - lua/includes/modules/hook.lua:84
      2. unknown - addons/gextension/lua/autorun/gextension_load.lua:74
Gamer688 commented 3 years ago

Sorry my english is not so good.

FredyH commented 3 years ago

Make sure that you download both the 64 bit and 32 bit version, you can also try using the latest beta release. If none of that works, please let me know what linux distribution you are using.

Gamer688 commented 3 years ago

I just asked the server hoster about the version. My Server runs on Linux and I have installed and tried more times the 32 bit and 64 bit version. But this has Not Work.

FredyH commented 3 years ago

Please ask your host for support in that case. The module can be found on my local and live server. Your module is either misplaced or there is some other configuration issue with the host.