After the update my working scripts arent't working..Like ConnectSQL does not exist etc..Everything was working previously before the RC2 update.
jayant you have this error ?
AN ERROR HAS OCCURED [the index 'ConnectSQL' does not exist]
Also I have such a thing
@Mariu22S - Yes many people have this error I think..Let us wait for Stormeus to reply on this.
Quote from: jayant on Apr 12, 2015, 03:24 PM@Mariu22S - Yes many people have this error I think..Let us wait for Stormeus to reply on this.
Please Update Server RC2. :)
Quote from: jayant on Apr 12, 2015, 03:18 PMAfter the update my working scripts arent't working..Like ConnectSQL does not exist etc..Everything was working previously before the RC2 update.
Quote from: Mariu22S on Apr 12, 2015, 03:20 PMjayant you have this error ?
AN ERROR HAS OCCURED [the index 'ConnectSQL' does not exist]
Also I have such a thing
Umm, Just download the server plugin packages, Modules / Plugins in that package are working for me ! in Windows
Does not work on Linux ;/
Quote from: jayant on Apr 12, 2015, 03:24 PM@Mariu22S - Yes many people have this error I think..Let us wait for Stormeus to reply on this.
If you have read my first post on this topic you will notice i had the same issue, it can be fixed by downloading the new updated server.exe or linux version, according to your OS.
It's still gives an error
Stromeus cen you fix it , i can;t run my server. Error on screen.Can connect to detabase.
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2F8sgGxa5.png&hash=2275c4a8b218da8e292be4bdb70d6d9aa5285633)
Hello.
Stromeus cen you fix it , i can;t run my server. Error on screen.Can connect to detabase.
Error is only on Linux
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2F8sgGxa5.png&hash=2275c4a8b218da8e292be4bdb70d6d9aa5285633)
The plugin seems to register (https://bitbucket.org/stormeus/0.4-sqlite/src/a4305328c110fbfb06aa933d91b45510064a4f09/04SQLite/Functions.c?at=master#cl-337) this function :-\ Try prefixing that with :: so that should be ::ConnectSQL(...); And see if that does anything. (I don't know how you're using that function so I'm just guessing a common mistake)
What's your distribution (including version)? Is it up to date?
Do you even load the module?
Quote from: rObInX on Apr 12, 2015, 10:23 PMDo you even load the module?
Yeah, it shows up there. I'll look into it ASAP.
Well I didnt got any problem like this after updating the modules and the server.
Open up your server.cfg in notepad++, go to Edit -> EOL Conversion and select Linux. Save the file ad re-upload to your server.
@Thijn Did not help
This script worked perfectly before the update so it is the fault of the SQLite Plugin
The error occurs even after a short script
Test script
function onServerStart()
{
SetServerName( "[0.4] Polska Scena VC-MP ~VCMP.TK~" );
SetGameModeName( "PSSv4 DM " );
}
function onScriptLoad()
{
dofile( "scripts/test.nut" );
NewTimer( "sqlite" 1000, 1 );
}
function sqlite()
{
statsDB <- ConnectSQL( "Server.sqlite" );
}
Screen:
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FAcblVFn.jpg&hash=f964a1b000311ebdb5791f22b94d94558dc2f102)
Also I have a problem with sqlite on Linux.
http://forum.vc-mp.org/?topic=463.0
The downloaded file returns the same behavior, but a recompile seems to work for me:
Quote32bit:
http://thijn.ovh/vcmp/builds/sqlite04rel32.so
64bit:
http://thijn.ovh/vcmp/builds/sqlite04rel64.so
Thanks, works properly. :)
Quote from: Mariu22S on Apr 13, 2015, 11:17 AMAlso I have a problem with sqlite on Linux.
http://forum.vc-mp.org/?topic=463.0
I need this too. But Where i can download? the lonk not working
I wasn't aware people still used that link. I reuploaded them.