Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro
Author Message
synaptyx
Hangin' Around



Joined: Jul 20, 2006
Posts: 41

PostPosted: Tue Feb 06, 2007 5:24 pm Reply with quote

I had a look at the database and the nuke_modules table was missing some parts. I think I repaired it, but I am still unable to edit the modules. Just want to activate the last module and change it's name. It lets me edit the values, then throws me back to the previous page without saving my edits.

Code:
-- phpMyAdmin SQL Dump

-- --------------------------------------------------------

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

DROP TABLE IF EXISTS `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 '',
   PRIMARY KEY  (`mid`),
   KEY `title` (`title`),
   KEY `custom_title` (`custom_title`)
   ) TYPE=MyISAM;

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

INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 'AvantGo', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (2, 'Content', 'Content', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (3, 'Downloads', 'Downloads', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (4, 'Encyclopedia', 'Encyclopedia', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (5, 'FAQ', 'FAQ', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (6, 'Feedback', 'Feedback', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (8, 'Journal', 'Journal', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (9, 'Members_List', 'Members List', 0, 1, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (10, 'News', 'News', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (11, 'Private_Messages', 'Private Messages', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (13, 'Reviews', 'Reviews', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (14, 'Search', 'Search', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (15, 'Statistics', 'Statistics', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (16, 'Stories_Archive', 'Stories Archive', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (17, 'Submit_News', 'Submit News', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (18, 'Surveys', 'Surveys', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (19, 'Top', 'Top 10', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (20, 'Topics', 'Topics', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (21, 'Web_Links', 'Web Links', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (22, 'Your_Account', 'Your Account', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (28, 'POEE_USA_Store', 'POEE_USA_Store', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (30, 'Spreadshop', 'POEE UK Store', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (39, 'POEEcast', 'POEEcast', 1, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (43, 'NukeSentinel', 'NukeSentinel', 0, 0, 1, 0, '');
INSERT INTO `nuke_modules` VALUES (44, 'Groups', 'Groups', 0, 0, 0, 1, '0');
INSERT INTO `nuke_modules` VALUES (45, 'rwsMetAuthors', 'rwsMetAuthors', 0, 0, 0, 1, '0');
INSERT INTO `nuke_modules` VALUES (49, 'Out_There_Radio', 'Out_There_Radio', 1, 0, 0, 1, '0');
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Feb 11, 2007 10:07 am Reply with quote

That is usually a clear indication that your table and the logic are not compatible. Check your server error log and there's a very good chance that you will see a message to the effect a [b]coulmn count mismatch{/b].
 
View user's profile Send private message
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©