I have looked inside the forums folder and it looks like the phpNuke 7.6 came with the forum available so, If this is because I have not installed something please point this noob to the item to read, thanks
webjunky Lieutenant
Joined: May 11, 2003
Posts: 167
Posted:
Sun Aug 13, 2006 11:12 am
CHECK IN YOUR VDATABASE IF THE FIELD SESSION_ADMIN EXISTS IN TABLE NUKE_BBSESSIONS
_________________ - Do not pm me for help -
Kelvyn Sergeant
Joined: Sep 11, 2003
Posts: 118
Posted:
Sun Nov 05, 2006 6:16 pm
Ok, I was having the same problem and have looked and no, it's not there in the table. I don't know how to edit tables really, is there anyway to fix this?? Thanks
Endeavour Corporal
Joined: Oct 22, 2006
Posts: 59
Posted:
Mon Nov 06, 2006 2:33 am
Use your favourite method to execute this SQL query (phpmyadmin, a php script etc):
*edit* ok, damn... the hack-protection on this site is preventing me from posting the query you need. Put it together from this, paste each one after another to make the full query.
Code:
ALTER
Code:
TABLE `nuke_bbsessions`
Code:
ADD COLUMN
Code:
'session_admin' TINYINT( 2 )
Code:
NOT NULL;
Curiously I think there are some 7.6 packages out there that have been played with. I've had a couple of the "patched" ones that are missing db columns etc...
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