Whole site won't navigate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SamNicholson
    Member
    • Dec 2011
    • 61

    Whole site won't navigate

    Hi, I've installed my vBulletin 5 connect correctly, I've used the config file creator to set all the paths correctly, I get to the main page and it all looks good.

    Except the below message appears on every page and the login button just produces an iframe of the homepage in the drop down. Please advise

    "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."

    SITE
  • In Omnibus
    Senior Member
    • Apr 2010
    • 2310

    #2
    One of your paths is incorrect. "/core" has to be added to access your admincp.php script.

    What is the core path in your config.php file? It should look similar to the following:

    '/home1/mysite/public_html/forums/core'

    Comment

    • SamNicholson
      Member
      • Dec 2011
      • 61

      #3
      My core_path is correct as previously mentioned.

      It's "/home/NAME/public_html/core"

      Comment

      • In Omnibus
        Senior Member
        • Apr 2010
        • 2310

        #4
        Is your forum installation in the root directory?

        Comment

        • SamNicholson
          Member
          • Dec 2011
          • 61

          #5
          Yes it is in the root directory.

          - - - Updated - - -

          Can anyone please help?

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24325
            • 5.7.X

            #6
            Please post a copy of your presentation config file here
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • SamNicholson
              Member
              • Dec 2011
              • 61

              #7
              Originally posted by Trevor Hannant
              Please post a copy of your presentation config file here
              Hi Trevor,

              Please see the below code, I did use the makeconfig.php file provided by you guys to create both my config.php files.

              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://www.e-sportsmedia.com';
              
              
              
              
              // 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.e-sportsmedia.com';
              
              
              
              
                  //    ****** 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'] = '/home/espor416/public_html/core';
              
              
                  // This is the url and web based path to your core directory
              $config['baseurl_core'] = $config['baseurl']  .  '/core';
              
              
              
              
              /*======================================================================*\
              || ####################################################################
              || # Downloaded: 
              || # CVS: $RCSfile$ - 
              || ####################################################################
              \*======================================================================*/
              Important Note

              I tried removing the /core/ on the core_path setting, my site displayed but no stylesheet, themes or images would show. It was just loads of text with no formatting.

              Comment

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

                #8
                Code:
                [COLOR=#333333]$config['core_path'] = '/home/espor416/public_html/core';[/COLOR]

                Mine has this:
                Code:
                $config['core_path'] = realpath(dirname(__FILE__)) . '/core';
                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

                • SamNicholson
                  Member
                  • Dec 2011
                  • 61

                  #9
                  Never mind, completely re-installing the forum and making sure all the configs were set before attempting the install resolved the issue.

                  Comment

                  • Holyfrey
                    New Member
                    • Sep 2012
                    • 15

                    #10
                    What did you do that resolved this ? You say you installed again but what was the error in the config ?

                    Comment

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

                      #11
                      Post your config file and we will tell you.
                      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...