PDA

View Full Version : sql error


Deltaforce229
07-15-2005, 11:53 PM
just recently i noticed this error in my php nuke forums. i was wondering if its my falt or the server's falt. i havent done anything to sessions.php or the database.

http://www.deltasgaming.com/modules.php?name=Forums



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 ('00640a2c32871f76dfc8b0aa9a357d08', '2', '1121471399', '1121471399', '4476f113', '0', '1', '0')

Line : 203
File : sessions.php

BihiraJonathan
07-16-2005, 12:20 AM
That error could be either/or, though at this time I'm not seeing that error, I'm seeing a failed to open stream errors. You might want to check your configurations on your current theme.

The session error (if it was our fault could be if /tmp was maxing out, which it isn't. It is currently at 2%). Let me know if you need help with the failed stream error.

ns1987
07-16-2005, 04:55 PM
it's a db error - the column "session_admin" in table "sessions" doesn't exist.

Deltaforce229
07-16-2005, 06:23 PM
how do i add a colum

edit: never mind i forgot to add the upgrade.php file