can't do the sql install

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
drakky
Greenhorn
Greenhorn
Posts: 17
Joined: Sat Nov 05, 2005 3:18 am

when I try to run quiz_install.php I get the following error any ideas?
phpBB : Critical Error

Error updating sessions table

DEBUG MODE

SQL Error : 1054 Unknown column 'PAGE_QUIZ' in 'field list'

UPDATE phpbb_sessions SET session_time = 1131159368, session_page = PAGE_QUIZ WHERE session_id = '149de25eba2d6325fc005f3e2e481353'

Line : 284
File : /phpBB2/includes/sessions.php
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Haven't seen anything like this before, but this should do it:

Find

Code: Select all

$userdata = session_pagestart($user_ip, PAGE_QUIZ);
init_userprefs($userdata);
And replace it with:

Code: Select all

$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
It is pretty much at the top of quiz_install.php

Cheers :)
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
drakky
Greenhorn
Greenhorn
Posts: 17
Joined: Sat Nov 05, 2005 3:18 am

never mind it was language.php hadn't uploaded properly
thanks anyway
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Oh ok :lol:
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
Post Reply