AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Error Log? "Not an error" "Flooding the server" (https://forums.alliedmods.net/showthread.php?t=74691)

Lebson506th 07-23-2008 10:17

Error Log? "Not an error" "Flooding the server"
 
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

DontWannaName 07-23-2008 15:54

Re: Error Log? "Not an error" "Flooding the server"
 
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?

Lebson506th 07-23-2008 17:50

Re: Error Log? "Not an error" "Flooding the server"
 
Mmm. Possibly. I'll check that out. Thanks.

Lebson506th 07-25-2008 09:11

Re: Error Log? "Not an error" "Flooding the server"
 
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"
    }
}


9mmMAG 07-25-2008 09:32

Re: Error Log? "Not an error" "Flooding the server"
 
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.

Lebson506th 07-25-2008 11:48

Re: Error Log? "Not an error" "Flooding the server"
 
Thanks, ill look into that.


All times are GMT -4. The time now is 02:57.

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