Need help

Woolie

Member
Messages
862
Reaction score
0
Points
16
Hey everyone, i've got phpBBFM installed. When i go to set user permissions, i got this MySQL error.
PHP:
Couldn't obtain forum information

DEBUG MODE

SQL Error : 1109 Unknown table 'c' in where clause

SELECT *  		FROM phpbbfm_forums f 		WHERE f.cat_id = c.cat_id     	ORDER BY c.cat_order, f.forum_order ASC

Line : 767
File : admin_ug_auth.php

Can anyone help me? Willing to donate points and rep.
 

motogawa

Member
Messages
306
Reaction score
0
Points
16
Hmmm I was previously trying to figure out the problem and I got stuck but Ill keep trying to figure out what your error might be and help you with the troubleshooting process if someone else doesnt.
 

chitwa

New Member
Messages
128
Reaction score
0
Points
0
Hi! OK av never seen phpBB or such but I will help in the SQL part. The error means that phpbb cannot find a table named 'c'. If you know mysql, run it then go to the database that came with phpbb and run this command: "show tables;". If you dont see a table called 'c', you may need to download phpbb again.
 
Top