• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP -> Simple Forum Script

Status
Not open for further replies.

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,581
Reaction score
79
Code:
Fatal error: Call to a member function query() on a non-object in E:\OTSERVER\xampp\htdocs\server\forum.php on line 128

Im using simple forum script made by gesior.

Line 128
Code:
	$info = $SQL->query("SELECT `section`, COUNT(`id`) AS 'threads', SUM(`replies`) AS 'replies' FROM `z_forum` WHERE `first_post` = `id` GROUP BY `section`")->fetchAll();


Anyone can help me fix this?:p
 
Status
Not open for further replies.
Back
Top