VB 4.2.5 Moderate Users only processes one of the selected users- blank panel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • airgun
    New Member
    • Nov 2017
    • 13
    • 5.3.x

    VB 4.2.5 Moderate Users only processes one of the selected users- blank panel

    Since upgrading to 4.2.5 the moderate users page allows the selection of users to accept, delete or ignore. After clicking on continue the panel to the right of the meny goes blank. Selecting more than one only seems to process one of them (the panel still says blank).

    Looking at the html for the blank panel it has loaded something, but its empty.

    <body style="margin:0px" onload="set_cp_title();">
    <div class="pagetitle">User Manager</div>
    <div style="margin:10px">
    <!-- END CONTROL PANEL HEADER -->

    </div></body>


    I enabled debug to see if there were any php errors but nothing shown.

    Any ideas as we get lots of new registrations each day and its a pita going through one at a time and then reloading the page.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    What is your php version?
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • airgun
      New Member
      • Nov 2017
      • 13
      • 5.3.x

      #3
      php 7.2

      I've been told by one of the admin staff that as long as they are all deletes in completes them, but still has a blank panel rather than 'complete' or whatever the message used to be. Adding one accept stops the process after the first one.

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        vB4 is not compatible with php 7.2.

        You will need to run php 7.1, 7.0 or 5.6.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • airgun
          New Member
          • Nov 2017
          • 13
          • 5.3.x

          #5
          Sorry, I meant 7.0. If it was 7.2 I think I'd be having a lot more issues.

          So back to the no processing moderation requests.

          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24286
            • 6.0.X

            #6
            Please try the following:

            1. To disable the plugin/hook system completely, edit includes/config.php and add the following code:
            Just below
            Code:
            <?php
            enter
            Code:
            define('DISABLE_HOOKS', true);
            2. Now go to AdminCP > Style Manager
            and create a new style with no parent.
            Now browse your forum using this new style.

            Do you still have the same problem?
            MARK.B
            vBulletin Support
            ------------
            My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
            My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

            Comment

            • airgun
              New Member
              • Nov 2017
              • 13
              • 5.3.x

              #7
              The style generator isn't giving an option for no parent. It lists the styles including VB default style, but no option for none.

              And doesn't the admin only have one layout anyway, so would changing my style do anything?

              I will try the hooks, but we have no addons installed.
              Last edited by airgun; Wed 15 Nov '17, 1:57pm.

              Comment

              • airgun
                New Member
                • Nov 2017
                • 13
                • 5.3.x

                #8
                Disabling hooks sadly doesn't change anything.

                Comment

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