SQL highest Handle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SQL highest Handle (
/showthread.php?tid=419135)
SQL highest Handle -
Yves - 27.02.2013
hello am not to sure if this is a bug but right now i did fix the debug errors that i was told it was ongamemodeinit and also i did fix it

thanks to vine and the others anyways my register + login wont show up so i checked my SQL.logs
and i seen this i have no errors on the script atm but here it is
This also spams the SQL>log as well i see many of them but all the same
Code:
[16:26:20] >> mysql_query_callback( Connection handle: 0 )
[16:26:20] >> mysql_query_callback() - Invalid connection handle. (You set: 0, Highest connection handle ID is 0).
Re: SQL highest Handle -
Yves - 27.02.2013
i also found this error i did find this
line
Code:
mysql_query(query, resultid, extraid, MainPipeline);
Re: SQL highest Handle -
Yves - 27.02.2013
Dont make me bump!
Re: SQL highest Handle -
Djole1337 - 27.02.2013
You're not even connected to database.
Re: SQL highest Handle -
Yves - 27.02.2013
so your saying this cos am not connected to the datebase does it mean my dialog register dont pop up?? if so can you give me a idea how would i connect to this also but it still loads my things i cant get why i cant get the dialog to show up
Re: SQL highest Handle -
Djole1337 - 27.02.2013
Do you even have a working database err. ?
Re: SQL highest Handle -
Yves - 27.02.2013
Yes i do have a datebase everything setup PSRP.sql am also using Blueg SQL
it lets me connect to the server but no register dialog dont show up?