Hello,
I am new to pnuke, i had installed it today, added some modules and then all of the sudden when I went to go back to the modules menu i got an error saying something about the List.
Then when I went back to the admin menu the module link and button were gone. I dont want to have to do a clean install of the script again and reactivate mods etc. does anyone know how come it all of the sudden disappeared?
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Module menu button Disappeared
-
-
well, we need the error to help more, but to get your modules icon back, use phpMyAdmin, enter the database, go to the prefix_modules table, look for the row modules and check for pn_admin_capable=1 and pn_state=3
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
i have the same problem with modules button. i looked in phpMyAdmin and i see pn_admin_capable=1 and pn_state=4. so i change it to look like what you said it should be in your post. and i can see the modules button now. i can click on it and it comes up. i can hit list once but when i click on regenerate it comes up with an error, i go back into phpMyAdmin and it has changed back to pn_state=4 even after i have saved it from before. whats wrong?
-
I have the identical problem. What information can I give you that would help diagnose this?
Every time I try to regenerate I lose access to the module.
--
http://www.Aquaria.info --> 30k user PostNuke site
http://www.EngineSubmittal.com -- Free search engine submission
-
what i did was get a fresh copy of the modules database table. then i drop the original table and put the the fresh one and it worked. then i regenerated modules and added the ones i have had before. but the only down prblems is, that you will lose all info that is in those modules. i will include a copy of the fresh database table all you will have to do is cut and paste it to your SQL..........
# --------------------------------------------------------
#
# Table structure for table `nuke_modules`
#
# Creation: Jun 15, 2003 at 09:41
# Last update: Jun 15, 2003 at 09:41
#
CREATE TABLE `nuke_modules` (
`pn_id` int(11) unsigned NOT NULL auto_increment,
`pn_name` varchar(64) NOT NULL default '',
`pn_type` int(6) NOT NULL default '0',
`pn_displayname` varchar(64) NOT NULL default '',
`pn_description` varchar(255) NOT NULL default '',
`pn_regid` int(11) unsigned NOT NULL default '0',
`pn_directory` varchar(64) NOT NULL default '',
`pn_version` varchar(10) NOT NULL default '0',
`pn_admin_capable` tinyint(1) NOT NULL default '0',
`pn_user_capable` tinyint(1) NOT NULL default '0',
`pn_state` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`pn_id`)
) TYPE=MyISAM AUTO_INCREMENT=46 ;
#
# Dumping data for table `nuke_modules`
#
INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 1, 'AvantGo', 'News for your PDA', 2, 'AvantGo', '1.3', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (2, 'Downloads', 1, 'Downloads', 'Files to download', 3, 'Downloads', '1.31', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (3, 'FAQ', 1, 'FAQ', 'Frequently Asked Questions', 4, 'FAQ', '1.11', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (4, 'Members_List', 1, 'Members List', 'Information on users of this site', 5, 'Members_List', '1.1', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (5, 'Messages', 1, 'Messages', 'Private messages to users of this site', 6, 'Messages', '1.0', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (6, 'AddStory', 1, 'AddStory', 'Add a story', 8, 'NS-AddStory', '1.0', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (7, 'Admin', 1, 'Admin', 'Administration', 9, 'NS-Admin', '0.1', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (8, 'Admin_Messages', 1, 'Admin Messages', 'Banner messages', 10, 'NS-Admin_Messages', '1.2', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (9, 'Autolinks', 2, 'Autolinks', 'Automatically link keywords', 11, 'Autolinks', '1.01', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (10, 'Banners', 1, 'Banners', 'Banners', 12, 'NS-Banners', '1.0', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (11, 'Blocks', 2, 'Blocks', 'Side blocks', 13, 'Blocks', '2.0', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (12, 'Comments', 1, 'Comments', 'Comment on articles', 14, 'NS-Comments', '1.1', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (13, 'Ephemerids', 1, 'Ephemerids', 'Daily events', 15, 'NS-Ephemerids', '1.2', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (14, 'Groups', 1, 'Groups', 'Set up administrative groups', 16, 'NS-Groups', '0.1', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (15, 'Languages', 1, 'Languages', 'Multi-language functions', 17, 'NS-Languages', '1.2', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (16, 'MailUsers', 1, 'MailUsers', 'Mail Users Admin', 19, 'NS-MailUsers', '1.3', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (17, 'Modules', 2, 'Modules', 'Module configuration', 1, 'Modules', '2.0', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (18, 'Permissions', 2, 'Permissions', 'Configure permissions', 22, 'Permissions', '0.4', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (19, 'Polls', 1, 'Polls', 'Polls and surveys', 23, 'NS-Polls', '1.1', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (20, 'Quotes', 2, 'Quotes', 'Quotes and sayings', 24, 'Quotes', '1.3', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (21, 'Referers', 1, 'Referers', 'Referers', 25, 'NS-Referers', '1.2', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (22, 'Settings', 1, 'Settings', 'Settings', 26, 'NS-Settings', '1.2', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (23, 'News', 1, 'News', 'News items', 7, 'News', '1.3', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (24, 'Recommend_Us', 1, 'Recommend Us', 'Recommend us to a friend', 30, 'Recommend_Us', '1.0', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (25, 'Reviews', 1, 'Reviews', 'Reviews', 31, 'Reviews', '1.0', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (26, 'Search', 1, 'Search', 'Search this site', 32, 'Search', '1.0', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (27, 'Sections', 1, 'Sections', 'Sections', 33, 'Sections', '1.0', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (28, 'Stats', 1, 'Stats', 'Site statistics', 34, 'Stats', '1.13', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (29, 'Submit_News', 1, 'Submit News', 'Contribute a story', 35, 'Submit_News', '1.13', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (30, 'Top_List', 1, 'Top List', 'Top 10 listings', 38, 'Top_List', '1.0', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (31, 'Topics', 1, 'Topics', 'Article topics', 37, 'Topics', '1.0', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (32, 'User', 1, 'Users', 'User Administration', 27, 'NS-User', '0.2', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (33, 'Web_Links', 1, 'Web Links', 'Links to other sites', 39, 'Web_Links', '1.0', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (34, 'Ratings', 2, 'Ratings', 'Ratings utility', 41, 'Ratings', '1.1', 1, 1, 3);
INSERT INTO `nuke_modules` VALUES (35, 'Wiki', 2, 'Wiki', 'Wiki encoding', 28, 'Wiki', '1.0', 0, 0, 3);
INSERT INTO `nuke_modules` VALUES (36, 'xmlrpc', 2, 'xmlrpc', 'XML-RPC utility module', 42, 'xmlrpc', '1.1', 0, 0, 3);
INSERT INTO `nuke_modules` VALUES (37, 'legal', 1, 'Legal Documents', 'Generic Privacy Statement and Terms of Use', 43, 'legal', '1.0', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (38, 'Censor', 2, 'Censor', 'Site Censorship Control', 0, 'Censor', '1.0', 1, 0, 3);
INSERT INTO `nuke_modules` VALUES (39, 'Credits', 2, 'Credits', 'Display Module credits, license, help and contact information', 0, 'Credits', '1.1', 0, 1, 3);
INSERT INTO `nuke_modules` VALUES (40, 'LostPassword', 1, 'LostPassword', 'Retrieve lost password of a user.', 18, 'NS-LostPassword', '0,5', 0, 0, 3);
INSERT INTO `nuke_modules` VALUES (41, 'Multisites', 1, 'Multisites', '', 20, 'NS-Multisites', '0', 0, 0, 2);
INSERT INTO `nuke_modules` VALUES (42, 'NewUser', 1, 'NewUser', 'New User for PostNuke.', 21, 'NS-NewUser', '0,5', 0, 0, 3);
INSERT INTO `nuke_modules` VALUES (43, 'Past_Nuke', 1, 'Past_Nuke', 'Old Post-Nuke admin compatibility', 0, 'NS-Past_Nuke', '1.0', 1, 0, 2);
INSERT INTO `nuke_modules` VALUES (44, 'Your_Account', 1, 'Your Account', 'User options', 0, 'NS-Your_Account', '0.8', 0, 0, 3);
INSERT INTO `nuke_modules` VALUES (45, 'Template', 2, 'Template', 'Template for new modules', 0, 'Template', '1.0', 1, 1, 2);
# --------------------------------------------------------
this is what i had to do to get mine to work. its been working great since ive done it.
