Code: Select all
echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Code: Select all
header('Content-type: text/html; charset=UTF-8');
I notice now when I try to play a quiz I get this database error
Hmm, as for now nothing seems to work for me. I am not new to installing mods, been doing it for many years. Just thought I'd let you know.SQL ERROR [ mysql4 ]
Unknown column 'user_points' in 'field list' [1054]
SQL
UPDATE phpbb3_users SET user_points = user_points + 0 WHERE user_id = 2
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: quiz.php
LINE: 819
CALL: dbal_mysql->sql_query()
*EDIT
I found the answer to the database issue on your site...
To be honest it wasn't very well explained that you need a points system mod for this so many users might get confused with the error. Too bad there isn't a built in point system so you can display a toplist of users taking the quizzies. But maybe there is a feature like this in the statistics module. I havent had time to test it out too much.Do you have in ACP > UQM "Turn on points compatibility" set to YES? Change to NO and the error will no longer appear. You need to have a Cash/Points MOD installed for this feature to work.
Hope that helps.
Is it possible to add pictures to a quiz?
Seems though as if the UTF problem wasnt a problem. I'll have to do further testing when the debug warnings are gone.
Forgive me if it seems as if I am whining. You have made a wonderful job for us idiots
