4.2.5 register.php gives a blank page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Trevor Matthews
    Senior Member
    • Oct 2010
    • 537
    • 4.1.x

    4.2.5 register.php gives a blank page

    Hi
    Since I upgraded to 4.2.5 the Registration button doesn't work.

    With Firefox I get a blank page, with IE I get a HTTP500 warning.
    The register.php file is in place.

    Any idea where the issue might be please?
    Regards
    Trevor
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Please try the following:

    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);
    Do you still have the same issue?
    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

    • Trevor Matthews
      Senior Member
      • Oct 2010
      • 537
      • 4.1.x

      #3
      Hi
      Yes, I am afraid so, 500 error with IE and blank page with Firefox.
      Regards
      Trevor

      Comment

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

        #4
        We will need to know the full error....this will be in your server error logs (ask your host if unsure).

        What version of php is running on the server?
        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

        • Trevor Matthews
          Senior Member
          • Oct 2010
          • 537
          • 4.1.x

          #5
          Thanks for your help mark, so I had a look at the access and error logs at the times I accessed the register.php file and immediately noticed the errors relating to a captcha plug-in.
          I had human verification set to disabled.
          I un-installed the plugin and then activated the Image Verification option.
          All is now back to normal.
          Regards
          Trevor

          Comment

          Related Topics

          Collapse

          Working...