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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
ateszhun95
Senior Member
Join Date: Apr 2014
Location: Hungary
Old 04-11-2018 , 04:48   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1431

Please Help guys, what am i do wrong?

Error:
Code:
[store.smx] Database connection is lost or not yet initialized.
L 04/10/2018 - 14:34:29: [SM] Exception reported: Failed to connect to SQL database. Error: Could not find database conf "store"
L 04/10/2018 - 14:34:29: [SM] Blaming: store.smx
L 04/10/2018 - 14:34:29: [SM] Call stack trace:
L 04/10/2018 - 14:34:29: [SM]   [0] SetFailState
L 04/10/2018 - 14:34:29: [SM]   [1] Line 2163, store.sp::SQLCallback_Connect
L 04/10/2018 - 14:34:29: [SM]   [3] SQL_TConnect
L 04/10/2018 - 14:34:29: [SM]   [4] Line 666, store.sp::OnConfigsExecuted
And other:
Code:
KeyValues Error: RecursiveLoadFromBuffer:  got } in key in file addons/sourcemod/configs/store/items.txt
Store, Skinek, StarWars, Cad Bane,
Databases.cfg:

[CODE]
"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"timerank"
{
"driver" "default"
"host" "antifrag.eu"
"database" "imperiumcsgo"
"user" "imperiumcsgo"
"pass" "***********"
//"timeout" "0"
"port" "3306"
}

"smrpg"
{
"driver" "sqlite"
"database" "smrpg"
}

"sourcebans"
{
"driver" "default"
"host" "antifrag.eu"
"database" "imperiumcsgo"
"user" "imperiumcsgo"
"pass" "***********"
//"timeout" "0"
"port" "3306"
}

"store_db"
{
"driver" "default"
"host" "db.synhosting.eu"
"database" "seeuinhell95"
"user" "seeuinhell95"
"pass" "**********"
//"timeout" "0"
"port" "3306"
}
}

Store database cvars:

// Default: "storage-local"
sm_store_database "store_db"

// Default: "0"
sm_store_logging "1"
__________________

Last edited by ateszhun95; 04-11-2018 at 04:50. Reason: More inofrmation
ateszhun95 is offline
Br0k3n1337
New Member
Join Date: Mar 2018
Old 04-11-2018 , 12:27   Does this include !ws?
Reply With Quote #1432

I want to make sure that it doesnt include !ws so I can keep my server up and running.
Br0k3n1337 is offline
ScottieKnowz
Junior Member
Join Date: Mar 2018
Location: Wisconsin, US
Old 04-12-2018 , 12:32   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1433

Quote:
Originally Posted by ateszhun95 View Post
Please Help guys, what am i do wrong?

Error:
Code:
[store.smx] Database connection is lost or not yet initialized.
L 04/10/2018 - 14:34:29: [SM] Exception reported: Failed to connect to SQL database. Error: Could not find database conf "store"
L 04/10/2018 - 14:34:29: [SM] Blaming: store.smx
L 04/10/2018 - 14:34:29: [SM] Call stack trace:
L 04/10/2018 - 14:34:29: [SM]   [0] SetFailState
L 04/10/2018 - 14:34:29: [SM]   [1] Line 2163, store.sp::SQLCallback_Connect
L 04/10/2018 - 14:34:29: [SM]   [3] SQL_TConnect
L 04/10/2018 - 14:34:29: [SM]   [4] Line 666, store.sp::OnConfigsExecuted
And other:
Code:
KeyValues Error: RecursiveLoadFromBuffer:  got } in key in file addons/sourcemod/configs/store/items.txt
Store, Skinek, StarWars, Cad Bane,
Databases.cfg:

[CODE]
"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"timerank"
{
"driver" "default"
"host" "antifrag.eu"
"database" "imperiumcsgo"
"user" "imperiumcsgo"
"pass" "***********"
//"timeout" "0"
"port" "3306"
}

"smrpg"
{
"driver" "sqlite"
"database" "smrpg"
}

"sourcebans"
{
"driver" "default"
"host" "antifrag.eu"
"database" "imperiumcsgo"
"user" "imperiumcsgo"
"pass" "***********"
//"timeout" "0"
"port" "3306"
}

"store_db"
{
"driver" "default"
"host" "db.synhosting.eu"
"database" "seeuinhell95"
"user" "seeuinhell95"
"pass" "**********"
//"timeout" "0"
"port" "3306"
}
}

Store database cvars:

// Default: "storage-local"
sm_store_database "store_db"

// Default: "0"
sm_store_logging "1"

Your error is quite obvious
Failed to connect to SQL database. Error: Could not find database conf "store"

"store_db"
{
"driver" "default"
"host" "db.synhosting.eu"
"database" "seeuinhell95"
"user" "seeuinhell95"
"pass" "**********"
//"timeout" "0"
"port" "3306"
}

store
store_db

Do those match?
Nawwww fam fix that.
ScottieKnowz is offline
ScottieKnowz
Junior Member
Join Date: Mar 2018
Location: Wisconsin, US
Old 04-12-2018 , 12:54   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1434

Has anyone come up with a solution to read the items.txt file and insert that into the store_menu table for containing the items.txt inside a MySQL environment instead of using flatfile?

I noticed that the plugins does not do this automatically when setting :
sm_store_item_source = 'database'

Hoping for a solution rather than uploading a dozen item.txt files every time I make a small change
ScottieKnowz is offline
jumongski
New Member
Join Date: Apr 2018
Old 04-29-2018 , 19:09   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1435

Player Skin and Chat Stuff is not showing in my Store Menu. Am i missing something? there is no flag. and I installed it without modifying anything.
jumongski is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-30-2018 , 22:10   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1436

I would like to add the gloves of this plugin: https://forums.alliedmods.net/showthread.php?t=290276

In the Store, if so, how do I do it?

I tried this way and nothing:
Quote:
"Gloves"
{
"Default CT"
{
"model" "models/weapons/ct_arms.mdl"
"team" "3"
"price" "0"
"flag" "b"
}
"Default T"
{
"model" "models/weapons/t_arms.mdl"
"team" "2"
"price" "0"
"flag" "b"
}
"Default Human"
{
"model" "models/weapons/ct_arms.mdl"
"team" "3"
"price" "0"
"flag" "b"
}
"Default Zombie"
{
"model" "models/weapons/t_arms.mdl"
"team" "2"
"price" "0"
"flag" "b"
}
"Cloud9"
{
"model" "models/weapons/eminem/ct_arms_idf_cloud_9.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Immortals"
{
"model" "models/weapons/eminem/ct_arms_idf_immortalis.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Team EnVyUs"
{
"model" "models/weapons/eminem/ct_arms_idf_envyus.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Epsilon eSports"
{
"model" "models/weapons/eminem/ct_arms_idf_epsilon.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"FaZe Clan"
{
"model" "models/weapons/eminem/ct_arms_idf_faze.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Team Dignitas"
{
"model" "models/weapons/eminem/ct_arms_idf_dignitas.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Fnatic"
{
"model" "models/weapons/eminem/ct_arms_idf_fnatic.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"G2"
{
"model" "models/weapons/eminem/ct_arms_idf_g2.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Gambit Esports"
{
"model" "models/weapons/eminem/ct_arms_idf_gambit.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Godsent"
{
"model" "models/weapons/eminem/ct_arms_idf_godsent.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"HellRaisers"
{
"model" "models/weapons/eminem/ct_arms_idf_hell_raisers.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"iBUYPOWER"
{
"model" "models/weapons/eminem/ct_arms_idf_ibp.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Team Liquid"
{
"model" "models/weapons/eminem/ct_arms_idf_liquid.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Luminosity Gaming"
{
"model" "models/weapons/eminem/ct_arms_idf_luminosity.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Mousesports"
{
"model" "models/weapons/eminem/ct_arms_idf_mousesports.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"NiP"
{
"model" "models/weapons/eminem/ct_arms_idf_n.i.p.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"NaVi"
{
"model" "models/weapons/eminem/ct_arms_idf_navi.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"TSM"
{
"model" "models/weapons/eminem/ct_arms_idf_tsm.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Renegades"
{
"model" "models/weapons/eminem/ct_arms_idf_renegades.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"SK Gaming"
{
"model" "models/weapons/eminem/ct_arms_idf_sk_gaming.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
"Team-X"
{
"model" "models/weapons/eminem/ct_arms_idf_team_x.mdl"
"team" "4"
"price" "120"
"flag" "b"
}
}
paulo_crash is offline
natrios
Senior Member
Join Date: Feb 2014
Old 05-03-2018 , 07:46   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1437

Hey, since the last csgo update I have a problem with the plugin, when players enter the server, the game is crashing. Someone knows something about it?
__________________

natrios is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-03-2018 , 09:39   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1438

Quote:
Originally Posted by natrios View Post
Hey, since the last csgo update I have a problem with the plugin, when players enter the server, the game is crashing. Someone knows something about it?
enable gotv
__________________
8guawong is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 05-03-2018 , 12:15   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1439

Quote:
Originally Posted by 8guawong View Post
enable gotv
Please stop recommending this, it is a hacky "fix" which doesn't solve the root issue, can cause massive cpu overhead for servers, and potentially fail as a "solution" in future game updates. Not to mention, this issue has been prevalent since the end of last year, not the last CS:GO update which natrios said he's having an issue with.

The proper fix would be ensuring any plugins that precache or add files to the downloads table are doing it OnMapStart. More info: https://forums.alliedmods.net/showth...89#post2563689
__________________

Last edited by sneaK; 05-03-2018 at 12:17.
sneaK is offline
natrios
Senior Member
Join Date: Feb 2014
Old 05-03-2018 , 13:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1440

I have been using the plugin for over 2 years, gotv is enable. I did not upload anything new, I did not change anything. Game is crashing when connecting to the server since the last update.
__________________


Last edited by natrios; 05-03-2018 at 13:27.
natrios 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 06:59.


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