rdelp Posted October 28, 2006 Share Posted October 28, 2006 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.. Errors when accesing from web: http://www.livewxradar.com/modules.php?name=Forums From my admin screen: phpBB : Critical Error Error creating new session DEBUG MODE SQL Error : 1054 Unknown column 'session_admin' in 'field list' 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') Line : 203 File : sessions.php I dont know much about SQL or Phpnuke for that matter.. from what I gather though reading the net. I have this for my forums config: ?php // phpBB 2.x auto-generated config file // Do not change anything in this file! $dbhost = "localhost"; $dbuname = "user name"; $dbpass = "the password"; $dbname = "db name"; $prefix = "nuke"; $user_prefix = "nuke"; $dbtype = "MySQL"; define('PHPBB_INSTALLED', true); ?> I have uname,dbpass and dbname filled out with what it supposed to be.. what else did I leave out?? Thanks! Rob Quote Link to comment Share on other sites More sharing options...
TCH-Andy Posted October 28, 2006 Share Posted October 28, 2006 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. Quote Link to comment Share on other sites More sharing options...
Tommy Posted October 29, 2006 Share Posted October 29, 2006 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.. Quote Link to comment Share on other sites More sharing options...
rdelp Posted October 30, 2006 Author Share Posted October 30, 2006 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.. Hey Tommy, Thanks for the offer to help! Its great to know someone is willing to help. 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. All is well now. Thanks Rob D. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.