Can not Login or enter Blogs/Groups after installing - Config Problems?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anton Wiklund
    New Member
    • May 2011
    • 19

    Can not Login or enter Blogs/Groups after installing - Config Problems?

    Hi,
    I'm trying to install vb5 on a localhost with wamp.
    I got it installed but for some reason I can not enter the login module, blogs or groups.
    On the blogs and groups page I get the "404 Not Found" error.

    I guess I got something setup wrong in my config file...

    Here is what my config.php in root is set like:

    // ****** Base URLs ******
    $config['baseurl'] = 'localhost/vb5';


    // 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';
    Attached Files
    Last edited by Anton Wiklund; Wed 17 Oct '12, 4:36am.
  • Hartmut
    Senior Member
    • Nov 2007
    • 2870
    • 4.2.x

    #2
    Please try 'http://localhost/vb5' for $config['baseurl'] and realpath(dirname(__FILE__)) .'/core' for $config['core_path']. Did you upload the mod_rewrite file (.htaccess for apache2, web.config for IIS)?
    No private support, only PM me when I ask for it. Support in the forums only.

    Comment

    • Anton Wiklund
      New Member
      • May 2011
      • 19

      #3
      Thank you for replying Hartmut.
      I made the changes in the config file, but I still have the same problem.

      I have uploaded both the mod_rewrite file and the htaccess file. (I have not made any edits to them..)

      - - - Updated - - -

      When I set the $config['core_path'] = realpath(dirname(__FILE__)) . to be: 'C:\wamp\www\vb5\core';
      I get following error - see image.
      not sure if that can help.Click image for larger version

Name:	call-stack.jpg
Views:	1
Size:	61.8 KB
ID:	3690549.

      Comment

      • Hartmut
        Senior Member
        • Nov 2007
        • 2870
        • 4.2.x

        #4
        Originally posted by Anton Wiklund
        When I set the $config['core_path'] = realpath(dirname(__FILE__)) . to be: 'C:\wamp\www\vb5\core';
        I get following error - see image.
        Naa, don't do that and keep it like I wrote in post #2. So when you did the changes in your frontend config.php, you still had the problem that you couldn't login? Can you login into AdminCP at http://localhost/vb5/admincp?
        No private support, only PM me when I ask for it. Support in the forums only.

        Comment

        • Anton Wiklund
          New Member
          • May 2011
          • 19

          #5
          Ok. Yes still the same problem. When I enter that url I only get an index showing:

          Parent Directory -
          img/ 16-Oct-2012 17:11 -
          js/ 16-Oct-2012 17:11 -

          Do you think a re installation will help?

          Comment

          • Hartmut
            Senior Member
            • Nov 2007
            • 2870
            • 4.2.x

            #6
            I believe that there are files missing.
            No private support, only PM me when I ask for it. Support in the forums only.

            Comment

            • Anton Wiklund
              New Member
              • May 2011
              • 19

              #7
              I made a clean install with the zip downloaded from the members area, but still the same problem
              (The installation is 31mb have 3 268 files, 515folders)

              Comment

              • Wayne Luke
                vBulletin Technical Support Lead
                • Aug 2000
                • 74122

                #8
                mod_rewrite is not enabled in WampServer by default. Please make sure this is enabled on the WampServer System Tray Utility... Apache -> Apache Modules. Check Mod_Rewrite. Then restart Apache.
                Translations provided by Google.

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

                Comment

                • Anton Wiklund
                  New Member
                  • May 2011
                  • 19

                  #9
                  Originally posted by Wayne Luke
                  mod_rewrite is not enabled in WampServer by default. Please make sure this is enabled on the WampServer System Tray Utility... Apache -> Apache Modules. Check Mod_Rewrite. Then restart Apache.
                  Thank you Wayne! That solved the problem.
                  I would never figure that out myself, thanks a bunch for the help!

                  Comment

                  Related Topics

                  Collapse

                  Working...