Status
Not open for further replies.

DoumDoum5058

Customer
Hi,

We had upgraded to VBquiz Pro version 1.2.5 to check if the problem wasn't with the lite version but we still have the problem :
We have an error with the VBquiz
When we try to edit one question in a quizz we obtain this error :
"Parse error: syntax error, unexpected ')' in /home/souders/public_html/dbtech/vbquiz/actions/questionedit.php on line 60"
Any idea what is the problem ?
I try to delete the file and replace by a new downloaded without any result.

After test, we have the same error !
And now there is a new problem with a double label Quiz in the navbar with vBNavTabs Pro ?

Best Regards,

Dominique
Portail Soudeurs.com - Site Technique francophone de référence du soudeur
 
Last edited:
Sorry about that, there was a typo in the file. I fixed it and uploaded the new file.

Or you could manually fix it. Open dbtech/vbquiz/actions/questionedit.php

On line 60 find

PHP:
if (($quiz_data['userid'] == $vbulletin->userinfo['userid']) || (($quiz_data['assistantid'] == $vbulletin->userinfo['userid']) && ()$quiz_data['assistantid'] > 0)))
Replace with
PHP:
if (($quiz_data['userid'] == $vbulletin->userinfo['userid']) || (($quiz_data['assistantid'] == $vbulletin->userinfo['userid']) && ($quiz_data['assistantid'] > 0)))


You probably have the double navbar because you have both the navigation manager entries and the automated dropdown. Disable the plugin Navigation Button 4.2 under the quiz section in the ACP
 
Status
Not open for further replies.

Legacy vBQuiz

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
435
Customer rating
0.00 star(s) 0 ratings
Back
Top