[Release] vRP Framework

Exist this error without vrp?

Me too :frowning:

SOLVED. Just need download lastest [artifacts server]

I have this problem too.

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!

with another problem is crashing the server when I try to connect to the server!

@Super_TSGamer

I had the same problem with the latest version of FXServer.

Now i use the Artifact #1159 and it’s functional =)

1 Like

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