hello, I am new to phpBB and am having alittle bit of trouble with setting up the forum. So far everything has gone good with the exception of this error i get. When I click on "management" in the "Group Admin" section and select "look up group" with "moderators" selected I get the following error:
Code:
Could not obtain user info for moderator list
DEBUG MODE
SELECT user_id, username FROM nuke_users WHERE user_id = 5
Line : 119
File : admin_groups.php
Here's a link to an image of the error
http://home.coqui.net/evilaro/cm/error.jpg
This doesnt make my board crash or anything, it just gives that error in the right frame. What can I do to fix this error?
Also, I am trying to place the "config.php" for phpnuke outside of my htdocs folder and use a new config.php file with Code:
<?php include("../config.php"); ?>
inside of my htdocs folder. Well phpnuke seems to run fine with the config file outside of my site, but I get a blank forum when ever I try to view the forum. Any ideas? Thanks for your help!!