View Single Post
driz
Junior Member
Join Date: Apr 2014
Location: Nashville, TN
Old 08-16-2015 , 19:32   Re: [Release] SourceBans: Reloaded 1.5.2F (Updated 2015/05/29)
#159

Quote:
Originally Posted by King Cnut View Post
Sorry for being vague. I do use GRANT ALL as such:

Code:
grant all privileges on sourcebans.* to 'user'@'188.XXX.XXX.XXX' identified by 'password';
188.XXX.XXX.XXX being the address of my game server.

My database.cfg is listed as this:

Code:
	"sourcebans"
	{
		"driver"			"default"
		"host"				"104.XXX.XXX.XXX"
		"database"			"sourcebans"
		"user"				"user"
		"pass"				"password"
		//"timeout"			"0"
		"port"			"3306"
	}
104.XXX.XXX.XXX is the webserver ip where my Database resides.
it's prob a firewall issue. did you check your iptables logs (or creating logging rules) verify a rule exists to open 3306? verify your mysql isn't listening on a non-standard port. the error doesnt sound like a permissions issue, it couldn't connect.. = network issue.



Quote:
Originally Posted by driz View Post
Gents,
any thoughts on this?


Code:
Details	[512] Smarty error: unable to read resource: "page_comms.tpl"
Error on line 1094 in file /srv/joinsg/sb/htdocs/includes/smarty/Smarty.class.php
Parent Function	/srv/joinsg/sb/htdocs/includes/smarty/Smarty.class.php - 1094
/srv/joinsg/sb/htdocs/includes/smarty/Smarty.class.php - 1590
/srv/joinsg/sb/htdocs/includes/smarty/Smarty.class.php - 1416
/srv/joinsg/sb/htdocs/includes/smarty/Smarty.class.php - 1255
Query String	p=commslist
to clarify, sourcecomms works in game perfectly. We just cant view the bans on the page, this is the log error.
no one has any thoughts on this? everything works 100% to include sourcecomms, we just cant view sourcecomm bans on the page frontend. The error shown is what shows in logs when we try to view. It's cosmetic only, but i'd still like to get any feedback i can

Last edited by driz; 08-16-2015 at 19:36.
driz is offline