Welcome Guest!   Please Login or Register
Subscribe Today

You are not subscriber of DaDaNuke | Making PHP-Nuke Better!. You can subscribe from here now!

Sponsored Links




Search




Site Navigation

· Home
· About Us
· Advertise With Us
· Club
· CVS
· Downloads
· Feedback
· Forums
· Gallery
· Groups
· Journal
· Private Messages
· Search
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

Survey

I Want This Addon:

SEO
Gaming
Commerce
Database
Security



Results
Polls

Votes 562

Advertisers





Who's Online

There are currently, 27 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Total Hits

We received
3867397
page views since September 2005




DaDaNuke :: View topic - Admin_Groups.php error
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log inLog in 

Admin_Groups.php error

 
Post new topic   Reply to topic    DaDaNuke Forum Index -> BBtoNuke
View previous topic :: View next topic  
Author Message
manik
dadaSupport
dadaSupport


Joined: Oct 26, 2005
Posts: 131
Location: Maryland

PostPosted: Sun Oct 28, 2007 8:22 pm    Post subject: Admin_Groups.php error Reply with quote

ok, the second issue with the 8.1 release from here that i found and i hope this isnt a re-post and if it is i apologize.

then i wanted to add something to Moderators groups that is default group in forum (Group Admin -->Management, selected group moderators and clicked on look up group) and this is what i got.

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


So i needed to adjust the user_id to the correct number, which with my install was 2 so the easiest way to fix it for me was to drop the bbgroups table and re-add it as follows.

Code:
CREATE TABLE `nuke_bbgroups` (
`group_id` mediumint( 8 ) NOT NULL AUTO_INCREMENT ,
`group_type` tinyint( 4 ) NOT NULL default '1',
`group_name` varchar( 40 ) NOT NULL default '',
`group_description` varchar( 255 ) NOT NULL default '',
`group_moderator` mediumint( 8 ) NOT NULL default '0',
`group_single_user` tinyint( 1 ) NOT NULL default '1',
PRIMARY KEY ( `group_id` ) ,
KEY `group_single_user` ( `group_single_user` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =4;# MySQL returned an empty result set (i.e. zero rows).
--
-- Dumping data for table `nuke_bbgroups`
--
INSERT INTO `nuke_bbgroups`
VALUES ( 1, 1, 'Anonymous', 'Personal User', 0, 1 ) ;# Affected rows: 1
INSERT INTO `nuke_bbgroups`
VALUES ( 3, 2, 'Moderators', 'Moderators of this Forum', 1, 0 ) ;# Affected rows: 1


I hope this helps someone other then myself.
_________________
When you try and fail it hurts but when you try and quit you die.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    DaDaNuke Forum Index -> BBtoNuke All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Powered by phpBB © 2001 phpBB Group Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Theme designed by Western Studios



Terms of Use | Privacy Policy © 1996-2007, DaDaNuke

Listed on FeedBurner

PHP-Nuke Copyright © 2006 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.

Theme Designed by Western Studios