Thread: Quiz Component
View Single Post
Old 08.08.2006, 00:17   #22 (permalink)
DIsenbart
Baby Mamber
 
Join Date: Aug 2006
Posts: 1
DIsenbart is on a distinguished road
Default AW: Re: Quiz Component

Quote:
Originally Posted by kekewawa
Hello, I have installed the com_quiz and have done sql with prefix "btlz".

When I go to Components>Quiz>Statistics, I get an error that says a table
"mos_quiz" doesn't exist.

How do I change table prefix that quiz component refer to?
Hi,

its late but for others not to late.

The problem is in /administrator/components/com_quiz/parts/stt.php on line:

214: . " from mos_quiz t1, mos_quiz_user_data t2"

You must edit to this:

214: . " from #___quiz t1, #___quiz_user_data t2"

Thats it

Dietmar

Last edited by DIsenbart; 08.08.2006 at 02:46.
DIsenbart is offline   Reply With Quote