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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-07-2020 , 12:20   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #251

Quote:
Originally Posted by Sarrus View Post
Have you tried reinstalling everything?
No errors in console usually means the plugin isn't even running.
In the game console, do
Code:
rcon sm plugins reload tvip
and see if that gives you an error.
Yeah, I tried reinstalling it multiple and also doing load command, at one point it showed an error like this:
[SM] Exception reported: Invalid database Handle 0 (error: 4)
[SM] Blaming: tVip.smx]
But then I fixed that and it did not show any more.
And there was no new error since that.
Godpa is offline
Sarrus
Member
Join Date: May 2020
Location: France
Old 12-08-2020 , 04:44   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #252

Do you have access to the server console?
You might not be looking in the right place for the errors.
What exactly do you get when running rcon sm plugins reload tvip ?
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)

Last edited by Sarrus; 12-08-2020 at 04:50. Reason: no translations here
Sarrus is offline
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-08-2020 , 16:23   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #253

Quote:
Originally Posted by Sarrus View Post
Do you have access to the server console?
You might not be looking in the right place for the errors.
What exactly do you get when running rcon sm plugins reload tvip ?
It only tells me that the plugin is already loaded in the server console, and then I try to use the commands and nothing happens, it says in the in-game console "Running command as if it was a variable." or something like that when I try to use the commands
Godpa is offline
Sarrus
Member
Join Date: May 2020
Location: France
Old 12-08-2020 , 17:24   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #254

Quote:
Originally Posted by Godpa View Post
It only tells me that the plugin is already loaded in the server console, and then I try to use the commands and nothing happens, it says in the in-game console "Running command as if it was a variable." or something like that when I try to use the commands
Sounds like you are running

Code:
rcon sm plugins load tvip
instead of
Code:
rcon sm plugins reload tvip
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)
Sarrus is offline
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-09-2020 , 07:34   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #255

Quote:
Originally Posted by Sarrus View Post
Sounds like you are running

Code:
rcon sm plugins load tvip
instead of
Code:
rcon sm plugins reload tvip
Okay, I will try that later, since I am currently not able to, I will get back to you when I have tried it, thank you!
Godpa is offline
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-09-2020 , 17:29   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #256

Just tried it and I got this in console:
Code:
Dec  9 22:27:50:  sm plugins reload tvip
Dec  9 22:27:50:  [SM] Plugin tvip.smx is not loaded.
And when just trying to load it, I get this now:
Code:
Dec  9 22:28:44:  sm plugins load tvip
Dec  9 22:28:44:  [SM] Plugin tvip.smx failed to load: Unable to open file.

Last edited by Godpa; 12-09-2020 at 17:36.
Godpa is offline
Sarrus
Member
Join Date: May 2020
Location: France
Old 12-09-2020 , 19:34   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #257

Quote:
Originally Posted by Godpa View Post
Just tried it and I got this in console:
Code:
Dec  9 22:27:50:  sm plugins reload tvip
Dec  9 22:27:50:  [SM] Plugin tvip.smx is not loaded.
And when just trying to load it, I get this now:
Code:
Dec  9 22:28:44:  sm plugins load tvip
Dec  9 22:28:44:  [SM] Plugin tvip.smx failed to load: Unable to open file.
it's
Code:
sm plugins reload tVip
with a capital V, not lower case v, my bad
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)
Sarrus is offline
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-10-2020 , 05:24   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #258

Quote:
Originally Posted by Sarrus View Post
it's
Code:
sm plugins reload tVip
with a capital V, not lower case v, my bad
Done it, and it says this in the error log:
Code:
[SM] Exception reported: Invalid database Handle 0 (error: 4)
Even though I've checked multiple times and it is the correct database in the database.cfg
Here you can see it:
Code:
"tVip"
	{
	"driver" 		"mysql"
	"host" 			"*******"
	"database" 		"tvip"
	"user" 			"*****"
	"pass" 			"*****"
	//"port"          "3306"
}
I even tried to get help from a former CS:GO community owner, who also was using this plugin, but he was not able to help me fix the issue either.
Godpa is offline
Sarrus
Member
Join Date: May 2020
Location: France
Old 12-10-2020 , 08:42   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #259

Try connecting to your database using HeidiSQL, to see if it works.
Also check if you're missing a '{' in your database.cfg or you have an extra " etc, those are common issues.
__________________
Discord Coding Server | Steam Profile | Community Website | Github Profile

Taking paid requests (add me on Discord)
Sarrus is offline
Godpa
Junior Member
Join Date: Dec 2020
Location: Denmark
Old 12-10-2020 , 16:47   Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager
Reply With Quote #260

Quote:
Originally Posted by Sarrus View Post
Try connecting to your database using HeidiSQL, to see if it works.
Also check if you're missing a '{' in your database.cfg or you have an extra " etc, those are common issues.
Alright, I will try that tomorrow, I really appreciate the help.
Godpa 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 16:06.


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