Quote:
Originally Posted by Inzvestor
Thanks for your speedy response. The error is occurring when trying to create a form from the Quick Links tab
When I disable Cyb - Advanced Permissions Based on Post Count the error disappears
|
The problem is with one of 'Cyb - Advanced Permissions Based on Post Count' plug-ins but there's an easy solution:
Edit plugin:
Cyb - APBOUPC - G1 (CT)
Replace PHP Code with:
PHP Code:
if ($vbulletin->options['apboupc_global_enable'] AND (THIS_SCRIPT=='misc'))
{
$globaltemplates = array_merge((array)$globaltemplates, array('cyb_apboupc_globalset', 'cyb_apboupc_globalset_currbit'));
}