Upgrading PHPbb through CPanel. Questions!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nightfall
    Junior Member
    • Apr 2004
    • 9

    #1

    Upgrading PHPbb through CPanel. Questions!

    I currently have a PHPbb board on my http://www.rivertownbulldogs.com site. I love this board.

    I saw that PHPbb version 2.1.1 is out. I currently have 2.0.6 installed. There is no upgrade option on the cpanel, so I don't know how to upgrade it. I could just reinstall it, but I don't know what will happen. Can anyone give me their suggestion? Is it worth upgrading? Are there a lot of bug fixes?
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    You need to download the latest version from the developers and follow their upgrade instructions.

    Comment

    • Nightfall
      Junior Member
      • Apr 2004
      • 9

      #3
      I have tried this, and am still trying to get through it. Can't seem to connect to the database, even after I create a user for it manually. Blah!

      Thanks, I will struggle through it.

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        See http://forums.dathorn.com/showthread.php?t=1424

        Frank might be able to assist you. I'm really not familiar with the steps involved in upgrading phpBB, I know with vBulletin that it is very easy to do. You should not have to create new MySQL users though.

        Comment

        • Frank Hagan
          Senior Member
          • Mar 2004
          • 724

          #5
          You can't update through Cpanel, at least as far as I know. But doing it manually isn't that hard ... unless you have modified your forums extensively.

          Go to phpBB at http://www.phpbb.com/downloads.php and download the "Changed Files Only" package in Zip format. Unzip it to a folder on your computer and look for the folder that says "2.0.6 to 2.0.13". That has the files you can upload to completely change your installation to the newer format. If you haven't modified your forums, you can simply upload those files via FTP, run the "update" script and then you're done.

          There's one "gotcha" ... that update script. Its named something like "update_to_2013.php" file (I don't have it in front of me, but its name is similar to that ... when I get home I'll take a look at it for more complete instructions. They kind of "hide" that file in another directory in the archive, so people often miss it. It updates your database structure.)

          When I get home I can post complete directions or do it via email ... email me at "fshagan AT ev1.net" (spam protection there ... replace the AT with the @ symbol). I can walk you through it step by step.

          If you have added a lot of mods, then you can still upgrade, but its a bit harder.

          Comment

          • Frank Hagan
            Senior Member
            • Mar 2004
            • 724

            #6
            Here's the short version of how I do an upgrade:

            I first look at the files I have to replace, and make sure I have copies of them on disk. If I don't, I download them to a folder on my computer so I can restore everything if something goes wrong.

            Note the "2.0.6 to 2.0.11" folder, which contains the files you need to upload to upgrade your version to 2.0.11 (in yours, it will be "2.0.13" now). The files that appear in that folder go into your forum directory (/public_html/phpBB2/ or /public_html/forum/). Then the files in the subfolders inside that folder go into the matching folders in the forum folder on your website.

            Note the "Install" directory near the bottom of the pic. Copy over this entire directory as well, so it appears under your forum directory. Once you copy over all the files, surf to the "update_to_2011.php" (or, "update_to_2013.php") file in your browser. You'll do this by typing in your forum URL, then add /install/update_to_2013.php. That will update your data base.

            When it works fine, remember to delete the /install/ folder and all its files from your site.

            I had a late day at the office, so I hope this is coherent. If it isn't just let me know.

            Comment

            • Nightfall
              Junior Member
              • Apr 2004
              • 9

              #7
              Thanks! I will try this out this weekend!

              Comment

              • Nightfall
                Junior Member
                • Apr 2004
                • 9

                #8
                Well, I couldn't wait until the weekend so I did it today and your instructions were flawless. Thanks! I learned a lot on how to update things like this.

                Comment

                • Frank Hagan
                  Senior Member
                  • Mar 2004
                  • 724

                  #9
                  Good ... looking back at what I wrote, I'd have to give you an A+ for being able to make sense of it.

                  Before the phpBB board crashed due to a DOSs attack last month, there was a great post where we walked a guy through upgrading step by step; he had some clarifying questions that really made it a good resource for others. But, alas, it is no longer there!

                  I should do a "step by step" guide for my customers, but I end up just doing it for them.

                  Comment

                  Working...