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

Error Log? "Not an error" "Flooding the server"


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 07-23-2008 , 10:17   Error Log? "Not an error" "Flooding the server"
Reply With Quote #1

In my error logs for one of my servers i get this randomly:

Code:
[CLIENTPREFS] Failed SQL Query, Error: "not an error"
And on both of my servers i get this randomly:

Code:
[SM] Could not find core phrase: Flooding the server
Lebson506th is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 07-23-2008 , 15:54   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #2

Nothing too important, I believe the 2nd one is saying that your missing a translation file, make sure you have all the translation files in the translation folder of SM. Failed SQL query might have to do with something in your database.cfg in sourcemod, if its old rewrite it with the new one from the snapshot since you upgrade to it im guessing but didnt overwrite your configs?
__________________

DontWannaName is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 07-23-2008 , 17:50   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #3

Mmm. Possibly. I'll check that out. Thanks.
Lebson506th is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 07-25-2008 , 09:11   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #4

Could the CLIENTPREFS part have something to do with this cfg? I don't have an SQL database, so what should be in here?

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"
    }
}
Lebson506th is offline
9mmMAG
Junior Member
Join Date: Jun 2008
Location: Aggieland Texas
Old 07-25-2008 , 09:32   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #5

ok I had the same problem you have. ([SM] Could not find core phrase: Flooding the server) If you recently updated to the snap shot, then you left some older files in the translations folder. Look for base.funcommands and base.mapchooser or something along the lines of that. They were changed to funcommands.phrases.txt and mapchooser.phrases.txt. I deleted these and have not had the issue return. Hope this helps. (hint, look at the time stamps.
9mmMAG is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 07-25-2008 , 11:48   Re: Error Log? "Not an error" "Flooding the server"
Reply With Quote #6

Thanks, ill look into that.
Lebson506th is offline
Reply


Thread Tools
Display Modes

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 07:50.


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