VPS connect sql

Started by Debian, Sep 18, 2015, 05:45 AM

Previous topic - Next topic

Debian

the index connect sql doesn't exit , i am using all plugins in along with sqlite




function onScriptLoad(){

stats <- array( GetMaxPlayers(), null );
sqliteDB <- ConnectSQL( "database.db" );

foreach (key, val in Commands) CommandsList.push( key);
foreach (key, val in Commands) PlayerCommands.push( key+" "+ val);

print( "VCDM - SQLite variant has successfully loaded..." );
}



Thijn

Post a screenshot of your console. There's no "sql" there, so that's not the whole error message.
Your plugins probably aren't loading, there should be a message about them loading on the top of your console.


Mashreq

It's a problem with your SQlite plugin for linux.
Try using Thijn's sqlite plugin which should solve your problem.

32bit sqlite plugin by Thijn
64bit sqlite plugin by Thijn

Thijn

Make sure you have the plugin in your server.cfg, and post the rest of the console. It should tell you more about the plugins. Look at the top.