Page 1 of 1

Debug Mode

Posted: Wed Oct 04, 2006 12:24 am
by mummiesonline
Hi,
I installed the quiz mod this morning and are having no problems apart from this error that comes up when I submit any changes via the acp.

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

I have no idea on what to do, I have re uploaded the admin_quiz file but it won't help.

Kirsty

Posted: Wed Oct 04, 2006 3:02 am
by mummiesonline
Hi,

I have now noticed that when someone tries to play it comes up with a Hacking Attempt error.

This is very frustrating....

Kirsty

Re: Debug Mode

Posted: Fri Oct 06, 2006 3:05 am
by RMcGirr83
mummiesonline wrote:Hi,
I installed the quiz mod this morning and are having no problems apart from this error that comes up when I submit any changes via the acp.

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

I have no idea on what to do, I have re uploaded the admin_quiz file but it won't help.

Kirsty
Did you name your cash mod user_points db column something else. If so that's the problem. Generally these cash mod add-ons require the user field to be set at user_points.

Posted: Sun Oct 08, 2006 8:16 pm
by mummiesonline
Mine is at user_points, I checked that.

Posted: Mon Oct 09, 2006 6:17 pm
by battye
Hi :)

This is fixed in v1.3.1, but to fix it for 1.2.0, see the following link :)

http://www.phpbb.com/phpBB/viewtopic.ph ... 46#2006146