Cant make VB5 work !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kmacinct
    New Member
    • Nov 2011
    • 11

    Cant make VB5 work !

    After failing to do the upgrade myself, I asked my host tech support to try.


    After they were unable to do the update they sent me this email:

    -Hello Kevin,
    The vbulletin upgrade from 4.2.5 to 5.3.3 is a major upgrade and it may break the website. We have already clone the website to vb5 and upgraded it with 5.3.3 and find the breakage of the website.
    We are not recommending to do the upgrade to 5.3.3.


    Does this make sense, or is someone missing something here?
    Who do I reach out to next being amateur?


    KM


  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Well that's just a comment from a webhost. Webhosts are NOT experienced in upgrading vBulletin and are not a good place to start.

    Exactly what difficulties are you experiencing?
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24288
      • 6.0.X

      #3
      Looking at the site in your license:

      In the root of the forum (on the server) is a file named:

      htaccess.txt

      Please rename this to:

      .htaccess

      Note the 'dot' at the start.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • kmacinct
        New Member
        • Nov 2011
        • 11

        #4
        I dont know why they couldnt figure that out! After changing the style to a generic, it appears to work so far.

        Q: when i try and access the admin CP, the 'new' version of the site flashes colors of the old configuration, and then returns me to the admincp login again - so, I cant get to the admin CP


        **** Nevermind - should read some basic instructions first *****

        Comment

        • Emad ELsayed
          Senior Member
          • Jan 2013
          • 151
          • 4.2.x

          #5
          Originally posted by kmacinct
          Q: when i try and access the admin CP, the 'new' version of the site flashes colors of the old configuration, and then returns me to the admincp login again - so, I cant get to the admin CP
          Open the config.php file in the main folder

          and search for
          Code:
          $config['cookie_prefix'] = '';
          Replace it with
          Code:
          $config['cookie_prefix'] = 'bb';

          Comment

          Related Topics

          Collapse

          Working...