>>  Site Map >>  Forums >>  Post Installation Help [nCo Mod]

Forum module - topics in forum:



Post Installation Help [nCo Mod] - Problems after the installation ask here.



ACP Message Problem

Hello all,

I am not sure on what is going on... When I submit a message from the admin panel of nuke for the message header I get a blank white page. I deleted NSN Your account and replaced the files but I don't see where that would of missed with the message file. I am not sure but it won't let me.. I have replaced the link.messages, cases.messages, and the messages.php in the admin folder. The nuke_messages is in the database. I run the nCo 7.6 modified patched to 3.1 and forums 2.0.17. Does anyone have any ideas..






Delete the nuke_messages table and replace it with:

Code: :
CREATE TABLE `nuke_message` (
  `mid` int(11) NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `content` text NOT NULL,
  `date` varchar(14) NOT NULL default '',
  `expire` int(7) NOT NULL default '0',
  `active` int(1) NOT NULL default '1',
  `view` int(1) NOT NULL default '1',
  `groups` text NOT NULL,
  `mlanguage` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`mid`),
  UNIQUE KEY `mid` (`mid`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

--
-- Dumping data for table `nuke_message`
--

INSERT INTO `nuke_message` VALUES (1, 'Welcome to PHP-Nuke!', '<br>Congratulations! You have now a web portal installed!. You can edit or change this message from the <a href="admin.php">Administration</a> page.\r\n<br><br>\r\n<center><b>For security reasons the best idea is to create the Super User right NOW by clicking <a href="admin.php">HERE</a></b></center>\r\n<br><br>\r\nYou can also create a user for you from the same page. Please read carefully the README file, CREDITS file to see from where comes the things and remember that this is free software released under the GPL License (read COPYING file for details). Hope you enjoy this software. Please report any bug you find when one of this annoying things happens and I''ll try to fix it for the next release.\r\n<br><br>\r\nIf you like this software and want to make a contribution you can purchase the latest non-free version before it goes public. This can be done from <a href="http://phpnuke.org/modules.php?name=Release">here</a> or if you prefer you can become a PHP-Nuke''s Club Member by clicking <a href="http://phpnuke.org/modules.php?name=Club">here</a> and obtain extra goodies for your system.\r\n<br><br>\r\nPHP-Nuke is an advanced and <i>intelligent</i> content management system designed and programmed with very hard work. PHP-Nuke has the biggest user''s community in the world for this kind of application, thousands people (users and programmers) are waiting for you to join the revolution at <a href="http://phpnuke.org">http://phpnuke.org</a> where you can find thousands of modules/addons, themes, blocks, graphics, utilities and much more...\r\n<br><br>If you want to have written authorization to remove all visible copyright messages and any reference to PHP-Nuke, you can now acquire it by clicking <a href="http://phpnuke.org/modules.php?name=Commercial_License" target="new">here</a>, at the same time this will be a great support.\r\n<br><br>\r\nThanks for your support and for select PHP-Nuke as you web site''s code! Hope you can can enjoy this application as much as we enjoy developing it!', '993373194', 0, 1, 1, '', '');

Above is the original nuke_messages table from nCo Ultra.

Note: NSN Your Account was discontinued by Bob Marion (the owner of NSN) about a Year Ago. Nuke-Brazil took over development of NSN Your Account and it has been called CNB Your Account ever since. No Version of NSN your account or CNB Your Account has been tested with nCO Ultra 7.6 Therefore we do not know what changes were made to the tables by NSN Your Account and rest assured changes were made. This combination is use at your own risk - NukeCode






OK Thanks. I have removed it and won't put it back....I will add the table and see if that fixes it. Thanks for the help.






Sorr for double post but that fixed it. Thanks for the help I didn't think it messed with that. I should of deleted it and tried it. thanks for the great support. Yall rock.






Grrr I thought it worked but I still get a blank page when I submit the message.. I added NSN on my other one but it was only patch 2.9 and deleted it and it still works. So do i just need to redo it again.






Do what SevenOfNine suggests. Drop the table and sql inject the original table again. That should work.






I did that twice. It seems that it will not take a new message. So after seeing that it worked the first time I was like awesome. I deleted the message and typed my new one, and got the same blank page. So I said well it shows the message, so I dropped it again and add it a second time. This time I edited the original message and saved it. That worked but I can't add new ones. Thanks for all the help and support.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS