Blank Login Page After Upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsutton1223
    New Member
    • Jul 2011
    • 6
    • 3.8.x

    Blank Login Page After Upgrade

    I am using the most recent version of vBulletin and I am getting a blank page at login for the admincp directory.

    Linux box. PHP 5.3.3 Clean install

    .htaccess file with rule to rewrite base domain as there is a Wordpress install on the main domain.
    Code:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /forums
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
    
    
    #needed because admincp is an actual directory.
    RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
    </IfModule>
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74123

    #2
    YOu need a / after forums on your rewritebase line.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • rsutton1223
      New Member
      • Jul 2011
      • 6
      • 3.8.x

      #3
      Originally posted by Wayne Luke
      YOu need a / after forums on your rewritebase line.
      Now when I put that, it won't even let me login. I get this error message.

      That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        What URL are you entering for the admincp? What is your forum URL in AdminCP > Settings > Options > Site Name/URL/etc > Forum URL?

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        Related Topics

        Collapse

        Working...