Raised This Month: $ Target: $400
 0% 

Problem setting up store


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
X-Shadow
Member
Join Date: Nov 2009
Old 04-04-2013 , 15:17   Problem setting up store
Reply With Quote #1

Code:
L 04/04/2013 - 21:13:16: [SM] Warning(s) encountered in translation file "store.phrases.txt"
L 04/04/2013 - 21:13:16: [SM] Ignoring translation to invalid language "#format" on line 103.
L 04/04/2013 - 21:13:16: [SM] Unable to load plugin "store\store-gifting.smx": Native "GetUserMessageType" was not found
L 04/04/2013 - 21:13:17: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:18: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:19: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:20: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:21: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:22: [SM] Plugin encountered error 25: Call was aborted
L 04/04/2013 - 21:13:22: [SM] Native "SetFailState" reported: PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
L 04/04/2013 - 21:13:22: [SM] Displaying call stack trace for plugin "store\store-backend.smx":
L 04/04/2013 - 21:13:22: [SM]   [0]  Line 1523, C:\Users\Alon\Documents\GitHub\store\scripting\store-backend.sp::T_ConnectSQLCallback()
L 04/04/2013 - 21:13:25: [SM] Native "Store_RegisterClient" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:25: [SM] Displaying call stack trace for plugin "store\store-core.smx":
L 04/04/2013 - 21:13:25: [SM]   [0]  Line 105, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OnClientPostAdminCheck()
L 04/04/2013 - 21:13:28: [SM] Native "Store_GetCredits" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:28: [SM] Displaying call stack trace for plugin "store\store-core.smx":
L 04/04/2013 - 21:13:28: [SM]   [0]  Line 307, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OpenMainMenu()
L 04/04/2013 - 21:13:28: [SM]   [1]  Line 130, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::Command_Say()
L 04/04/2013 - 21:13:28: [SM] Native "Store_GetCredits" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:28: [SM] Displaying call stack trace for plugin "store\store-core.smx":
L 04/04/2013 - 21:13:28: [SM]   [0]  Line 307, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OpenMainMenu()
L 04/04/2013 - 21:13:28: [SM]   [1]  Line 144, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::Command_OpenMainMenu()
L 04/04/2013 - 21:13:31: [SM] Native "Store_GetCategories" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:31: [SM] Displaying call stack trace for plugin "store\store-shop.smx":
L 04/04/2013 - 21:13:31: [SM]   [0]  Line 147, C:\Users\Alon\Documents\GitHub\store\scripting\store-shop.sp::OpenShop()
L 04/04/2013 - 21:13:31: [SM]   [1]  Line 120, C:\Users\Alon\Documents\GitHub\store\scripting\store-shop.sp::Command_Say()
L 04/04/2013 - 21:13:31: [SM] Native "Store_GetCategories" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:31: [SM] Displaying call stack trace for plugin "store\store-shop.smx":
L 04/04/2013 - 21:13:31: [SM]   [0]  Line 147, C:\Users\Alon\Documents\GitHub\store\scripting\store-shop.sp::OpenShop()
L 04/04/2013 - 21:13:31: [SM]   [1]  Line 134, C:\Users\Alon\Documents\GitHub\store\scripting\store-shop.sp::Command_OpenShop()
L 04/04/2013 - 21:13:35: [SM] Native "Store_GetCredits" reported: Plugin owning this native is currently paused.
L 04/04/2013 - 21:13:35: [SM] Displaying call stack trace for plugin "store\store-core.smx":
L 04/04/2013 - 21:13:35: [SM]   [0]  Line 150, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::Command_Credits()
My databases.cfg look like:

Code:
"store"
{
    "driver"        "mysql"
    "host"          "localhost"
    "database"      "mytestfo_store"
    "user"          "mytestfo"
    "pass"          "XXXXXX"
}
I tried this on my own pc and at the host at stablehost.com

I even added my IP on remote mysql. Can somebody help me please

Last edited by alongub; 04-05-2013 at 02:58.
X-Shadow is offline
applemes
Senior Member
Join Date: Mar 2013
Old 04-06-2013 , 23:19   Re: Problem setting up store
Reply With Quote #2

im getting "[Store] Backend: PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED" also. idk what to do.
applemes is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 04-07-2013 , 00:07   Re: Problem setting up store
Reply With Quote #3

Quote:
L 04/04/2013 - 21:13:17: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:18: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:19: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:20: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 04/04/2013 - 21:13:21: [store\store-logging.smx] Connection to SQL database has failed, Reason: [2003]: Can't connect to MySQL server on 'localhost' (10061)
Your database.cfg is the issue, not Store. Not providing a valid MySQL server for it to connect to, or the IP doesn't have access to the database.
__________________
thetwistedpanda is offline
seupoj
Senior Member
Join Date: Mar 2013
Location: India
Old 04-08-2013 , 10:35   Re: Problem setting up store
Reply With Quote #4

My databases.cfg look like:

Code:
"store"
{
    "driver"        "mysql"
    "host"          "localhost"
    "database"      "mytestfo_store"
    "user"          "mytestfo"
    "pass"          "XXXXXX"
}
Try entering the ip of site like mine is whatsup.game.nfoservers.com instead of localhost
__________________
seupoj is offline
Send a message via Skype™ to seupoj
X-Shadow
Member
Join Date: Nov 2009
Old 04-09-2013 , 07:51   Re: Problem setting up store
Reply With Quote #5

Now I am getting this even though I allowed everything through MySQL remote in cPanel

Code:
L 04/09/2013 - 13:45:54: SourceMod error session started
L 04/09/2013 - 13:45:54: Info (map "de_dust2") (file "errors_20130409.log")
L 04/09/2013 - 13:45:54: [SM] Warning(s) encountered in translation file "store.phrases.txt"
L 04/09/2013 - 13:45:54: [SM] Ignoring translation to invalid language "#format" on line 103.
L 04/09/2013 - 13:45:54: [SM] Unable to load plugin "store\store-gifting.smx": Native "GetUserMessageType" was not found
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [SM] Plugin encountered error 25: Call was aborted
L 04/09/2013 - 13:45:58: [SM] Native "SetFailState" reported: PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
L 04/09/2013 - 13:45:58: [SM] Displaying call stack trace for plugin "store\store-backend.smx":
L 04/09/2013 - 13:45:58: [SM]   [0]  Line 1523, C:\Users\Alon\Documents\GitHub\store\scripting\store-backend.sp::T_ConnectSQLCallback()
L 04/09/2013 - 13:48:58: [SM] Native "Store_GiveDifferentCreditsToUsers" reported: Plugin owning this native is currently paused.
L 04/09/2013 - 13:48:58: [SM] Displaying call stack trace for plugin "store\store-distributor.smx":
L 04/09/2013 - 13:48:58: [SM]   [0]  Line 148, C:\Users\Alon\Documents\GitHub\store\scripting\store-distributor.sp::ForgivePoints()

Last edited by X-Shadow; 04-09-2013 at 07:52.
X-Shadow is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 04-09-2013 , 08:29   Re: Problem setting up store
Reply With Quote #6

Quote:
Originally Posted by X-Shadow View Post
[...]
Code:
[...]
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
L 04/09/2013 - 13:45:58: [store\store-logging.smx] Connection to SQL database has failed, Reason: [1045]: Access denied for user 'mytestfo_store'@'XX.XX.XXX.207' (using password: YES)
[...]
Check if your username and password is correct.
If you are sure that they are correct, you should ask your host for support, because they know what setup they are using and they can check your settings.
__________________
Arrow768 is offline
exactprecisions
Member
Join Date: Apr 2013
Old 04-10-2013 , 19:55   Re: Problem setting up store
Reply With Quote #7

you also need to make sure your provider allows you remote access to the database, if not are you allowed to set it up and if so how-to set it up for your particular provider - each I'm sure is a little different than the other but similar in most cases because of the commercial panels offered (cPanel, Plesk, DirectAdmin, etc) are on most of the providers anyway

Last edited by exactprecisions; 04-10-2013 at 19:56.
exactprecisions is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 04-11-2013 , 06:49   Re: Problem setting up store
Reply With Quote #8

Quote:
Originally Posted by exactprecisions View Post
you also need to make sure your provider allows you remote access to the database, if not are you allowed to set it up and if so how-to set it up for your particular provider - each I'm sure is a little different than the other but similar in most cases because of the commercial panels offered (cPanel, Plesk, DirectAdmin, etc) are on most of the providers anyway
He already said, that he did that

Quote:
Originally Posted by X-Shadow View Post
[...]I even added my IP on remote mysql. [...]
__________________
Arrow768 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 02:10.


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