Another Login Blank Page in ACP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zzade
    New Member
    • Oct 2012
    • 7
    • 4.2.X

    Another Login Blank Page in ACP

    same problem with other thread, i have problem with acp which redirect me to blank page after login.
    This happen both in beta 14 and after upgrading to beta 15.
    I have .htacces installed in the root forum
    Server Mod-Security has disabled
    this is my server details
    cPanel Version 11.32.5 (build 13)
    Theme x3
    Apache version 2.2.22
    PHP version 5.3.13
    MySQL version 5.1.65-cll
    Architecture x86_64
    Operating system linux
    Shared IP Address
    Path to sendmail
    Path to Perl
    Perl version 5.10.1
    Kernel version 2.6.32-379.5.1.lve1.1.9.6.1.el6.x86_64
    cPanel Pro 1.0 (RC1)
    and this is my config.php
    PHP Code:
    <?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 5 Presentation Configuration                           # ||
    || # ---------------------------------------------------------------- # ||
    || # All PHP code in this file is �2000-2012 vBulletin Solutions Inc. # ||
    || # 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 # ||
    || #################################################################### ||
    \*======================================================================*/

    /*-------------------------------------------------------*\
    | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
    +---------------------------------------------------------+
    | When making changes to the file, the edit should always |
    | be to the right of the = sign between the single quotes |
    | Default: $config['admincpdir'] = 'admincp';             |
    | Example: $config['admincpdir'] = 'myadmin';  GOOD!      |
    | Example: $config['myadmin'] = 'admincp'; BAD!           |
    \*-------------------------------------------------------*/


        //    ****** Base URLs ******
        // The following settings all deal with the url of your forum.
        // If set incorrectly your site/software will not function correctly.
        // These urls should NOT include a trailing slash
        // This is the url and web path of your root vBulletin directory
    $config['baseurl'] = 'http://lovira.com/forum';


    // This will only be used if you wish to require https logins
    // You will not need to change this setting most of the time.
    $config['baseurl_login'] = $config['baseurl'];

        
    // If you do wish to use https for login, uncomment this line
        // Then fill in your https url.
    //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';


        //    ****** System Paths ******

        // This setting allows you to change the name of the admin folder
    $config['admincpdir'] = 'admincp';

        
    //    ****** Cookie Settings ******
        // These are cookie related settings.
        // This Setting allows you to change the cookie prefix
    $config['cookie_prefix'] = 'bb';


    //    ****** Special Settings ******
    // These settings are only used in some circumstances
    // Please do not edit if you are not sure what they do.

    // You can ignore this setting for right now.
    $config['cookie_enabled'] = true;

    $config['report_all_php_errors'] = false;
    $config['no_template_notices'] = true;

    // This setting enables debug mode, it should NEVER be used on a live site
    $config['debug'] = false;

    // Assumes default location of core. 
    // These are the system paths and folders for your vBulletin files
    // This setting is for where your vbulletin core folder is
    $config['core_path'] = realpath(dirname(__FILE__)) . '/core';

        
    // This is the url and web based path to your core directory
    $config['baseurl_core'] = $config['baseurl']  .  '/core';


    /*======================================================================*\
    || ####################################################################
    || # Downloaded: 
    || # CVS: $RCSfile$ - 
    || ####################################################################
    \*======================================================================*/
    Please help fix the problem
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    What are the contents of your uploaded .htaccess file?
    Translations provided by Google.

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

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      And is there an .htaccess in the root directory (above /forum) and if so, what are the contents of that.

      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

      • zzade
        New Member
        • Oct 2012
        • 7
        • 4.2.X

        #4
        that's config.php,

        Comment

        • Ace
          Senior Member
          • Apr 2004
          • 4051
          • 4.2.X

          #5
          Originally posted by zzade
          that's config.php,
          Yes it is. What are the contents of htaccess? Is there one above the forum's folder? What are the contents of that?
          My Live vB5 Site - NZEating.com
          vBulletin Hosting | vBulletin Services - Need hosting for your vB? Need it installed? Something else? Let me take that hassle off your hands.

          Comment

          Related Topics

          Collapse

          Working...