Bug 406 Not Acceptable when Editing Templates

Status
Not open for further replies.

dnick

Customer
Hi,

When trying to modify vbtech_quiz templates in the admincp, when I save a template I get a 406 Not Acceptable error.
This doesn't occur when trying to edit other templates or anywhere else on the site.

All the original files are in-tact and so are the plugins.

Any ideas on how to fix this please?

Thank you.
 
bump as my last item said fixed but turned out it wasn't...

it's not each item in the vbquiz templates, but this one in particular, even if I only add a letter "d" to the code... something so simple seems to bring up the 406 error.

Cheers!
 
Firefox on a Mac

Edit: also happens in Chrome. Specifically the quiz_create template.

Edit 2: When I remove the code in that template and leave it blank, the Save works. It is something within the code itself...

Edit 3: its this part of the code causing the error

<script type="text/javascript">

// whole calendar template can be redefined per individual calendar
<vb:literal>
var A_CALTPL = {
'months' : ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
'weekdays' : ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
'yearscroll': true,
'weekstart': 0,
'centyear' : 70,
</vb:literal>
'imgpath' : 'dbtech/vbquiz/images/calendar/'
<vb:literal>
}
</vb:literal>
new tcal ({'controlname': 'end_date'}, A_CALTPL);
</script>
 
Last edited:
I am unable to reproduce this on Safari on Mac 10.10.2. What version of OS X are you running? Have you tried it in Safari?
 
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