Search found 9 matches

by bIgEr
Sat Nov 24, 2007 8:56 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

Quiz Results

Correct Answers: 5 Incorrect Answers: 0

100%
You took 0 minutes, 5 seconds


Now works great .

Thanks again .. And thanks for this MOD
by bIgEr
Sat Nov 24, 2007 8:54 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

Your SQL query has been executed successfully (Query took 0.0111 sec)


Thank You :)
by bIgEr
Sat Nov 24, 2007 1:38 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

Yes i'm using MYSQL.

Something wrong with `stats_id` as i see
by bIgEr
Fri Nov 23, 2007 3:19 pm
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

DEBUG MODE

SQL Error : 1146 Table 'ecmekoh_portal.phpbb_quiz_statistics' doesn't exist

SELECT stats_id FROM phpbb_quiz_statistics ORDER BY stats_id DESC LIMIT 1

Line : 31
File : functions_quiz.php


Comes with error.
I know why comes see post 1 :)
by bIgEr
Fri Nov 23, 2007 3:12 pm
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

CREATE TABLE phpbb_quiz_statistics ( `stats_id` int(5) NOT NULL default '', `quiz_id` int(10) NOT NULL default '', `user_id` int(10) NOT NULL default '', `stats_correct` INT(5) NOT NULL default '0', `stats_incorrect` INT(5) NOT NULL default '0', `stats_percentage` INT(3) NOT NULL default '0'); You d...
by bIgEr
Thu Nov 22, 2007 9:58 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

Second Erorr.

Query 17 did not execute correctly

DEBUG MODE

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

UPDATE phpbb_config SET config_value = user_points WHERE config_name = 'Quiz_Cash_Currency'

Line : 84
File : admin_quiz.php


2 Erorrs :(
by bIgEr
Thu Nov 22, 2007 9:44 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

SQL query: CREATE TABLE phpbb_quiz_statistics( `stats_id` int( 5 ) NOT NULL default '', `quiz_id` int( 10 ) NOT NULL default '', `user_id` int( 10 ) NOT NULL default '', `stats_correct` INT( 5 ) NOT NULL default '0', `stats_incorrect` INT( 5 ) NOT NULL default '0', `stats_percentage` INT( 3 ) NOT NU...
by bIgEr
Thu Nov 22, 2007 9:44 am
Forum: Web Design
Topic: Erorr! In Quiz Install
Replies: 12
Views: 5922

Erorr! In Quiz Install

CREATE TABLE phpbb_quiz_statistics ( `stats_id` int(5) NOT NULL default '', `quiz_id` int(10) NOT NULL default '', `user_id` int(10) NOT NULL default '', `stats_correct` INT(5) NOT NULL default '0', `stats_incorrect` INT(5) NOT NULL default '0', `stats_percentage` INT(3) NOT NULL default '0'); I hav...
by bIgEr
Fri Nov 02, 2007 3:56 am
Forum: Web Design
Topic: View the Ultimate Quiz MOD in action! (Updated 2/8/07)
Replies: 22
Views: 17841

Does this mod works in phpBB 2.0.22 correct.
So without errors.