View Single Post
Could not obtain user info for moderator list
Old
  (#1 (permalink))
feartetsuo
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jan 2005
Could not obtain user info for moderator list - 06-08-2006, 07:30 AM

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!!
   
Reply With Quote