Issue with moderator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Suntan Superman
    New Member
    • May 2008
    • 2
    • 3.7.x

    Issue with moderator

    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
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Some modification from previous version you forgot about.


    List #2 in this thread...
    1. Try uploading original vBulletin version non-image files in ASCII mode (except install.php and images folder) to overwrite those on server


    2. 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.]
    3. 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 Code:
      <?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 # ||
      || #################################################################### ||
      \*======================================================================*/
      Code:
      <?php
      [B][COLOR="Red"]define('DISABLE_HOOKS', true);[/COLOR][/B]
      /*======================================================================*\
      || #################################################################### ||
      || # 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 # ||
      || #################################################################### ||
       
      
      /*======================================================================*\
    4. 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.


    I could be wrong though...

    Comment

    • Suntan Superman
      New Member
      • May 2008
      • 2
      • 3.7.x

      #3
      Thank you sir it now works.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...