Php Nuke 7.9 Forums Help Please?

liunx

Guest
Greetings... I have been having problems with my site recently.. had phpnuke 7.3, it got hacked so I upgrade each upgrade to 7.9. in the process I deleted my /modules/forums/config.php since then I havent been able to get my forums or webmail to work.. <br /><br />Errors when accesing from web:<br /><a href="http://www.livewxradar.com/modules.php?name=Forums" target="_blank">http://www.livewxradar.com/modules.php?name=Forums</a><br /><br /><br />From my admin screen:<br />phpBB : Critical Error <br /><br />Error creating new session<br /><br />DEBUG MODE<br /><br />SQL Error : 1054 Unknown column 'session_admin' in 'field list'<br /><br />INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('bc2673e7c76e668c9d2700eec47ceea5', '1', '1162069849', '1162069849', '443c00d4', '0', '0', '0')<br /><br />Line : 203<br />File : sessions.php <br /><br /><br />I dont know much about SQL or Phpnuke for that matter.. from what I gather though reading the net.<br />I have this for my forums config:<br /><br />?php<br /><br /><br />// phpBB 2.x auto-generated config file<br />// Do not change anything in this file!<br /><br />$dbhost = "localhost";<br />$dbuname = "user name";<br />$dbpass = "the password";<br />$dbname = "db name";<br />$prefix = "nuke";<br />$user_prefix = "nuke";<br />$dbtype = "MySQL";<br /><br /><br />define('PHPBB_INSTALLED', true);<br /><br />?><br /><br />I have uname,dbpass and dbname filled out with what it supposed to be.. what else did I leave out??<br /><br /><br />Thanks!<br /><br />Rob<!--content-->
I'll let the nuke experts answer, but my guess is that you have a database from one version of nuke, and code from another.<!--content-->
Did you run your upgrade file? I would be glad to take a look for you but will not be around till next tuesday.. If you want me to look at it PM me and I will tell you what I need to ck it out..<!--content-->
<!--quoteo(post=193474:date=Oct 28 2006, 11:50 PM:name=Tommy)--><div class='quotetop'>QUOTE(Tommy @ Oct 28 2006, 11:50 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=193474"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->Did you run your upgrade file? I would be glad to take a look for you but will not be around till next tuesday.. If you want me to look at it PM me and I will tell you what I need to ck it out..<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Hey Tommy, Thanks for the offer to help! Its great to know someone is willing to help. <br /><br />I had a friend of mine look at it today, he had to add a field to the db file and its working again. I guess the update I ran was not completed. <br /><br />All is well now.<br /><br />Thanks<br /><br />Rob D. <br /><br /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/clapping.gif" style="vertical-align:middle" emoid=":clapping:" border="0" alt="clapping.gif" /><!--content-->
 
Back
Top