Raised This Month: $51 Target: $400
 12% 

[Any][MySQL] tVip (2.3 | 04-04-21) - The simplest to use Vip Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Terminatorr
Member
Join Date: Dec 2018
Old 02-14-2019 , 05:03   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #171

Quote:
Originally Posted by Notifications View Post
Check your log file and you'll find the problem
Hi, Here is the log error;
PHP Code:
L 02/14/2019 13:01:36: [SMException reportedInvalid database Handle 0 (error4)
L 02/14/2019 13:01:36: [SMBlamingtVip.smx
L 02
/14/2019 13:01:36: [SMCall stack trace:
L 02/14/2019 13:01:36: [SM]   [0SQL_SetCharset
L 02
/14/2019 13:01:36: [SM]   [1Line 56C:\Users\ziegl\Dropbox\SourcePawnSP\Products\tVIP\tVip\tVip.sp::OnPluginStart
L 02
/14/2019 13:01:36: [SMUnable to load plugin "tVip.smx"Error detected in plugin startup 
Terminatorr is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 02-17-2019 , 07:53   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #172

Code:
L 02/17/2019 - 14:33:58: [tVip.smx] Table 'tVip.tVip' doesn't exist
L 02/17/2019 - 14:33:58: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 02/17/2019 - 14:33:58: [SM] Blaming: tVip.smx
L 02/17/2019 - 14:33:58: [SM] Call stack trace:
L 02/17/2019 - 14:33:58: [SM]   [0] SQL_FetchRow
L 02/17/2019 - 14:33:58: [SM]   [1] Line 472, C:\Users\ziegl\Dropbox\SourcePawnSP\Products\tVIP\tVip\tVip.sp::SQLCheckVIPQuery
Help please someone!
It didn't even create tables for db
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 02-17-2019 , 08:12   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #173

Check your database.cfg and make sure it's setup like described in the main post.
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
Terminatorr
Member
Join Date: Dec 2018
Old 02-17-2019 , 08:16   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #174

Quote:
Originally Posted by Totenfluch View Post
Check your database.cfg and make sure it's setup like described in the main post.
It is exactly, like the main post, but i keep getting the mentioned error, i have other like sourcebans work fine with mysql.
Terminatorr is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 02-17-2019 , 08:34   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #175

Quote:
Originally Posted by Totenfluch View Post
Check your database.cfg and make sure it's setup like described in the main post.
"tVip"
{
"driver" "default"
"host" "localhost"
"database" "tVip"
"user" "root"
"pass" "(private)"
//"timeout" "0"
"port" "3306"
}
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 02-17-2019 , 09:18   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #176

Quote:
Originally Posted by Niklavs View Post
Code:
"tVip"
{

driver" "default"
"host" "localhost"
"database" "tVip"
"user" "root"
"pass" "(private)"
//"timeout" "0"
"port" "3306"
}
Code:
"tVip"
{
"driver" "mysql"
"host" "webserverURL"
"database" "databasename"
"user" "databaseuser"
"pass" "dbpassword"
//"timeout" "0"
"port" "3306"
}
The driver has to be mysql...
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...

Last edited by Totenfluch; 02-17-2019 at 09:18.
Totenfluch is offline
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 02-17-2019 , 09:18   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #177

Quote:
Originally Posted by Terminatorr View Post
It is exactly, like the main post, but i keep getting the mentioned error, i have other like sourcebans work fine with mysql.
doubt
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 02-17-2019 , 09:41   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #178

Quote:
Originally Posted by Totenfluch View Post
Code:
"tVip"
{
"driver" "mysql"
"host" "webserverURL"
"database" "databasename"
"user" "databaseuser"
"pass" "dbpassword"
//"timeout" "0"
"port" "3306"
}
The driver has to be mysql...
Won't change anything, but I did it:
Code:
"tVip"
{
"driver" "mysql"
"host" "localhost"
"database" "tVip"
"user" "root"
"pass" "******"
//"timeout" "0"
"port" "3306"
}
Still logs
Code:
L 02/17/2019 - 16:41:00: [tVip.smx] Table 'tVip.tVip' doesn't exist
L 02/17/2019 - 16:41:00: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 02/17/2019 - 16:41:00: [SM] Blaming: tVip.smx
L 02/17/2019 - 16:41:00: [SM] Call stack trace:
L 02/17/2019 - 16:41:00: [SM]   [0] SQL_FetchRow
L 02/17/2019 - 16:41:00: [SM]   [1] Line 472, C:\Users\ziegl\Dropbox\SourcePawnSP\Products\tVIP\tVip\tVip.sp::SQLCheckVIPQuery
+ didn't create any tables at db

May be you can add me on discord and help? Niklavs#5878
It's important for me to have this plugin.

Last edited by Niklavs; 02-17-2019 at 09:55.
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 02-17-2019 , 10:25   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #179

Quote:
Originally Posted by Niklavs View Post

May be you can add me on discord and help? Niklavs#5878
It's important for me to have this plugin.
The solution to the problem was running

Code:
SET SQL_MODE='ALLOW_INVALID_DATES';
in mysql.

The Problem was an outdated mysql version that used
https://dev.mysql.com/doc/refman/5.7...e_no_zero_date

Version was 5.7.25 in ubuntu 16.04.2
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 02-18-2019 , 06:36   Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager
Reply With Quote #180

Hey Totenfluch. Can you update the .sp on your post? I believe it's outdated according to github.
__________________
~tuturu

Owner/Developer at Kniv
My Steam Profile
plock is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode