Exist this error without vrp?
GHMATTYMYSQL seem to be set to show debbug informations and thatâs what it do.On your screenshot you just see that it create your database tables.This not a error message.
OK Thank you!
I had the same problem with the latest version of FXServer.
Now i use the Artifact #1159 and itâs functional =)
Holy crap, same, switching to Artifact 1159 solved my problem!
@4zenny your welcome xD
lol.
the dvalues are all cranked up!
i keep getting this but dont know how to fix it
[vRP] DB driver âghmattimysqlâ not initialized yet (39 prepares cached, 6 queries cached).
Iâve just installed the framework everything seems to work fine but for some reason wanted level is not working. Is there something I missed? Can I add this back ?
I am getting the same thing. The documentation is not clear at all on what you are supposed to do. It links to the vrp-db-drivers repository, which then proceeds to say that it requires GHMattiMySQL, which appears to be a node.js (and not a standard resource file structure like the other resources). The documentation for GHMattiMySQL talks about configuring via config.json or mysql_config_string, although the connection details were already set in the base.lua config file as per the vRP documentation.
I donât understand what to do to fix the database error:
[vRP] DB driver âghmattimysqlâ not initialized yet
I created vRP database on localhost
I edited config files in vrp and ghmattimysql resources
Server config updated to start both resources
I ended up fixing mine by downloading the vrp_ghmattimysql and putting it in resources/ and adding start vrp_ghmattimysql. You also need to download the actual GHMattiMySQL library from his repository and place it inside of the resources directory.
I have done all of this too and get the same errorâŚ
What does your config file look like, maybe I have something wrong.
Iâll paste it once I get back home as well as a screenshot of my directory
Yeah Iâve had my buddy look into it and he doesnât know whats up nothing I do works. If you happen to figure out a work around or how to make it work let me know as I will do the same if I figure out.
I have it working and will post how to do it later tonight I am just not at home right now. There is an additional library needed thatâs not very clearly provided in the documentation.
I got an endless âInitializing sessionâ⌠This is all I load:
start sessionmanager
start â â â â â â â
start GHMattiMySQL
start vrp
start vrp_ghmattimysql
Is this right?
thx