admin/module.php not showing new modules installed

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
Need a dump of your nuke_modules table also.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#2   re: admin/module.php not showing new modules installed
TehBooster
CZ Newbie
TehBooster has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Apr 27, 2005
0.00 posts per day
Posts: 21
Points: 842
   
Ive been having this problem lately too its really griping my....

Here is my sql dump

--
-- Table structure for table `nuke_modules`
--

CREATE TABLE `nuke_modules` (
  `mid` int(10) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `custom_title` varchar(255) NOT NULL default '',
  `active` int(1) NOT NULL default '0',
  `view` int(1) NOT NULL default '0',
  `inmenu` tinyint(1) NOT NULL default '1',
  `mod_group` int(10) default '0',
  `admins` varchar(255) NOT NULL default '',
  `mcid` int(11) NOT NULL default '1',
  `url` varchar(255) default '',
  `hideleft` int(1) NOT NULL default '0',
  `hideright` int(1) NOT NULL default '0',
  PRIMARY KEY  (`mid`),
  KEY `mid` (`mid`),
  KEY `title` (`title`),
  KEY `custom_title` (`custom_title`)
) TYPE=MyISAM AUTO_INCREMENT=45 ;

--
-- Dumping data for table `nuke_modules`
--

INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 'AvantGo', 0, 0, 1, 0, '', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (2, 'Content', 'Content', 1, 0, 0, 0, 'Kelly,', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (3, 'Downloads', 'Downloads', 1, 0, 1, 0, 'Kelly,', 4, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (4, 'Encyclopedia', 'Encyclopedia', 0, 0, 1, 0, 'Kelly,', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (5, 'FAQ', 'FAQ', 0, 0, 1, 0, 'Kelly,', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (6, 'Feedback', 'Feedback', 1, 0, 1, 0, '', 6, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (7, 'Forums', 'Forums', 1, 0, 1, 0, 'Kelly,', 2, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (8, 'Journal', 'Journal', 1, 0, 1, 0, '', 2, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (9, 'Members_List', 'Members List', 1, 1, 1, 0, '', 2, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (10, 'News', 'News', 1, 0, 1, 0, 'Kelly,', 3, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (11, 'Private_Messages', 'Messages', 1, 0, 1, 0, '', 2, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0, '', 6, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (13, 'Reviews', 'Reviews', 1, 0, 1, 0, 'Kelly,', 3, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (14, 'Search', 'Search', 1, 0, 1, 0, '', 6, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (15, 'Statistics', 'Statistics', 1, 1, 1, 0, '', 6, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (16, 'Stories_Archive', 'News Archive', 1, 0, 1, 0, '', 3, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (17, 'Submit_News', 'Submit News', 1, 0, 1, 0, '', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (18, 'Surveys', 'Surveys', 1, 0, 1, 0, 'Kelly,', 3, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (19, 'Top', 'Top 10', 0, 0, 1, 0, '', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (20, 'Topics', 'Topics', 1, 0, 1, 0, 'Kelly,', 3, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (21, 'Web_Links', 'Links', 1, 0, 1, 0, 'Kelly,', 6, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (22, 'Your_Account', 'Your Account', 1, 0, 1, 0, 'Kelly,', 2, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (26, 'Sentinel', 'Sentinel', 1, 0, 0, 0, '', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (33, 'AWStats', 'AWStats', 0, 0, 1, 0, '', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (40, 'blocks', 'blocks', 0, 0, 1, 0, '1', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (39, 'admin', 'admin', 0, 0, 1, 0, '1', 1, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (42, 'coppermine', 'Photo Album', 0, 0, 1, 0, '1', 4, '', 0, 0);
INSERT INTO `nuke_modules` VALUES (44, 'Donate', 'Donate', 0, 0, 1, 0, '1', 0, '', 0, 0);


And I use your CZ Modules admin... No code edits. Have even tried reverting the 7.7 modules admin file via ftp and still cant see new modules

EDIT: Fixed - forgot i had installed db for cz hide blocks without making the code mods


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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
You cannot attach files in this forum
You cannot download files in this forum