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