View Full Version : Issue with moderator
Suntan Superman
Sun 11th May '08, 2:13pm
After upgrading to 3.7.0 gold we're unable to update permissions via "Show All Moderators" it comes back saying "A required field called permissions2 is missing or has an invalid value."
I tried re-uploading the moderator.php file to no avail.
Suggestions?
Jose Amaral Rego
Sun 11th May '08, 6:37pm
Some modification from previous version you forgot about.
List #2 in this thread...
Try uploading original vBulletin version non-image files in ASCII mode (except install.php and images folder) to overwrite those on server
http://files.vbulletin.com/doc_images/uploadpackage/upload_start.png (http://www.vbulletin.com/docs/html/uploadpackage)
You can just try this to see if you have any files that do not belong or have not been overwritten from an upgrade.
Admin Control Panel > Maintenance > Diagnostics > Suspect File Versions
[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]
Disable plugins from file includes/config.php and add this right under <?php on the next empty line or uninstall any modification(s) that have not been updated to work with new vBulletin stable release
<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.0 - Licence Number 1a2b3c4
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.0 - Licence Number 1a2b3c4
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
/*================================================= =====================*\
To create a new style, click the [Add New Style] link underneath the main body of the Style Manager.
This will bring up the Add New Style interface. You then choose [No Parent Style], next view using new style and do you still get this issue.
http://files.vbulletin.com/doc_images/styles/stylemanager_add.png (http://www.vbulletin.com/docs/html/stylemanager_add_new_style)
I could be wrong though...
http://www.vbulletin.com/forum/showpost.php?p=1550860&postcount=2
Suntan Superman
Sun 11th May '08, 6:55pm
Thank you sir it now works.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.