Page 2 of 2

Posted: Fri May 19, 2006 1:07 pm
by battye
In phpMyAdmin

Code: Select all

TRUNCATE TABLE 'phpbb_quiz_statistics';
Back it up first.

Posted: Fri May 19, 2006 1:35 pm
by abramelin
i got error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''phpbb_quiz_statistics'' at line 1

Posted: Fri May 19, 2006 2:30 pm
by battye
You will need to replace phpbb_ with whatever your table prefix is.

If that doesn't work, try removing the inverted commas so it is:

Code: Select all

TRUNCATE TABLE phpbb_quiz_statistics;

Posted: Fri May 19, 2006 3:44 pm
by abramelin
ok it works thanks.
now i ve found a new bug :)
when i set the "What permissions should this category have?" field to "registered" it says "the category updated" but when i relook the edit options for the specific category it shows "What permissions should this category have?" section again setted to "guest"

Posted: Fri May 19, 2006 3:53 pm
by battye
Thank you. When I have some time I will look into fixing it :)

Posted: Fri Jun 02, 2006 2:43 pm
by peacemoon
i have a blank page too with quiz_cp. i use php5. I can't not get it too when i use direct link http://www.domain.com/quiz_cp.php. How can i fix this bug?. I have installed ver 1.3.0 succesfully

Posted: Fri Jun 02, 2006 2:45 pm
by battye
peacemoon wrote:i have a blank page too with quiz_cp. i use php5. I can't not get it too when i use direct link http://www.domain.com/quiz_cp.php. How can i fix this bug?. I have installed ver 1.3.0 succesfully
It isn't a bug, you aren't supposed to enter the address manually.
Instead, click the Edit, Delete or Move links when playing/viewing a quiz. :)