Announcement

Collapse
No announcement yet.

Vbulletin 5 Login problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vbulletin 5 Login problems

    Hello guys.

    I'm new at all this. And i have some serious problems. First of all the Forum was working more or less fine @ the 23 version. Now updated to 24 and sins then i have problems to login. I returned back to the 23 version but still the same problem. I can login to Admin CP, but not on the forum it just return me back to login again.

    The link of the forum http://route66community.be/

    I hope someone can help me. I have no experience in all this, with other words I'm a noob at this

  • #2
    Please upgrade back to beta 24 first, and we will try and fix the problem from there.
    MARK.B
    vBulletin Support

    Comment


    • #3
      ok I did a new install of the 24 version. I also replaced the config.php , .htaccess and in the core/includes also the config.php . I installed the forum and can run admin CP

      - - - Updated - - -

      Originally posted by Mark.B View Post
      Please upgrade back to beta 24 first, and we will try and fix the problem from there.
      This is also the config.php if needed.

      <?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://route66community.be';


      // 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'] = false;

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

      // This setting should never be used on a live site
      $config['no_js_bundles'] = false;

      // 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'] = '/var/www/html/route66community/core';
      //$config['core_path'] = realpath(dirname(__FILE__)) . '/core';

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

      Comment


      • #4
        What do you have for the site URL under AdminCP > Settings > Options > Site Name / URL / Contact Details?
        MARK.B
        vBulletin Support

        Comment


        • #5
          Please edit $config['cookie_enabled'] = false; to $config['cookie_enabled'] = true; in config.php file
          Last edited by AliMadkour; Fri 11 Jan '13, 12:47pm.

          Former vBulletin Support Staff
          Need Help?, Or P.M. Me

          Comment


          • #6
            Originally posted by Mark.B View Post
            What do you have for the site URL under AdminCP > Settings > Options > Site Name / URL / Contact Details?
            Webmaster's Email is : [email protected]
            Contact Us Email: [email protected]

            - - - Updated - - -

            OH It works with changing the cookie to true, i think they may be some other problems, but will post that later i think.

            Thanks a lot for the support.

            There is one more thing that i have a problem with. It's the image thing, uploading directly images or creating avatar picture.

            The message i get is
            Image resize failed due to your image library not having support for this image type.
            Last edited by nikola2704; Fri 11 Jan '13, 12:55pm.

            Comment


            • #7
              Originally posted by nikola2704 View Post
              There is one more thing that i have a problem with. It's the image thing, uploading directly images or creating avatar picture.

              The message i get is
              Image resize failed due to your image library not having support for this image type.
              What kind of image is it? GIF? Make sure your GD libraries or Imagemagick is updated to the latest version.
              Translations provided by Google.

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

              Comment


              • #8
                Originally posted by Wayne Luke View Post
                What kind of image is it? GIF? Make sure your GD libraries or Imagemagick is updated to the latest version.
                I just try to upload a jpg but nothing even a GIF don't work. Also i don't know how to update the latest version. I have access to all the folders of the vbulletin. Also i checked the core/vb/image/gd.php but can't find anything suspicious in there.

                gd.php

                Comment


                • #9
                  GD is a library within PHP that should automatically be updated when PHP is but in some cases it is not. Imagemagick is a standalone image library that vBulletin also supports. Keeping these up to date have nothing to do with vBulletin's files. They are server level tools.
                  Translations provided by Google.

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

                  Comment


                  • #10
                    Originally posted by Wayne Luke View Post
                    GD is a library within PHP that should automatically be updated when PHP is but in some cases it is not. Imagemagick is a standalone image library that vBulletin also supports. Keeping these up to date have nothing to do with vBulletin's files. They are server level tools.
                    Seems that everything is updated en installed. Is there a way to check if it's working, or something else might be wrong?

                    Comment

                    Related Topics

                    Collapse

                    Working...
                    X