View Single Post
mlov420
Senior Member
Join Date: May 2013
Old 06-03-2019 , 09:47   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2769

Code:
L 06/03/2019 - 11:59:29: [SM] Detected parse error(s) in file "E:\steamcmd\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\csgo\addons\sourcemod\configs\database s.cfg"
Your database file appears to have problems. Possibly that space between E and S at the end of databases. This is going to cause any database related stuff to fail (zones, times, or any plugins that connect to a database).

Code:
L 06/03/2019 - 11:59:29: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
Your 'cleaner' plugin is not loading correctly, though this shouldn't stop ckSurf from working.

Code:
L 06/03/2019 - 11:590: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
Again, databases.cfg issue. Not finding the "cksurf" section that will allow it to connect to your database.

Code:
L 06/03/2019 - 11:590: [admin-flatfile.smx] Error(s) detected parsing addons\sourcemod\configs\admins.cfg
Somewhere in there you have fucked up the admins config file. This should not stop cksurf from working though.



By the looks of it all, your problem lies in the fact no plugins can connect to your database. Guess the first question is, do you have a MySQL database setup for storage that these plugins can connect to? If not, you need to look into getting one for best results. Otherwise, look into using the server itself as a "local database", which is called sqlite (you can see this in your default databases.cfg folder under the "storage-local" section).

Last edited by mlov420; 06-03-2019 at 09:48. Reason: punctuation
mlov420 is offline