Jump to content

Recommended Posts

Posted

Anyone know what i am doing wrong here?

I cant seam to get  the  XP save and the  ADMIN SYSTEM  to work.

 

 0 | [Admin::Initialize] Initializing Admin System...
       0 | [Admin::LoadCommands] Loaded 3 levels, 2 commands
       0 | [Admin::LoadVote] Loaded 3 votes
       0 ! [SQLite::OpenDatabase] Cvar "n_SQLiteDBPath" has no or 'none' value.
! [SQLite::Init] ADMIN SYSTEM DISABLED!
       0 ! [Admin::Initialize] Couldn't initialize Admin System!
 

This is what   i have defined in my nitemod.cfg  ,  but it does not seem to work.

//****************************************
// SQlite
//****************************************

//  n_SQLiteDBPath "C:/ET_SERVER/nitmod/nitmod_db.sqlite"

set n_SQLiteDBPath "C:\nitmod.sqlite"
 

Any help would be greatly appreciated.

Posted

Try to put the cvar in server.cfg instead.

Also, I guess the path is case sensitive, gotta take care of the actual name of targeted database, example on our server with standard db name:

set n_SQLiteDBPath "/xxx/xxx/xxx/xxx/nitmod/NITMOD_DB.sqlite"

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...