Problem Upgrading to 5.4.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saleh1
    Member
    • Sep 2009
    • 61
    • 3.8.x

    Problem Upgrading to 5.4.1

    The server returned no response. This is probably due to a timeout setting. Please contact vBulletin Support for assistance

    Upgrading to 5.4.1 Beta 2

    Script: 541b2
    Step: 1
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    This is actually a server issue.
    Try refreshing the page - does the script carry on?
    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

    • saleh1
      Member
      • Sep 2009
      • 61
      • 3.8.x

      #3
      I tried and failed

      Step 1 - [email protected] [install]# php -f upgrade.php

      Upgrading to 5.4.1 Beta 2
      ----------------------------------
      Step 1 - [email protected] [install]#

      Comment

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

        #4
        Try increasing the max_execution_time php setting on the server - your host can help with this.
        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

        • saleh1
          Member
          • Sep 2009
          • 61
          • 3.8.x

          #5
          I tried and failed

          max_execution_time = 600 ; Maximum execution time of each script, in secon$
          max_input_time = 600 ; Maximum amount of time each script may spend parsing$
          max_input_vars = 1000
          memory_limit = 5126M ; Maximum amount of memory a script may consume (32M$

          Comment

          • ABDUR7MAAN
            Senior Member
            • Sep 2013
            • 139
            • 5.3.x

            #6
            Originally posted by saleh1
            I tried and failed

            max_execution_time = 600 ; Maximum execution time of each script, in secon$
            max_input_time = 600 ; Maximum amount of time each script may spend parsing$
            max_input_vars = 1000
            memory_limit = 5126M ; Maximum amount of memory a script may consume (32M$
            What is the old version you are working on?
            I hope to put your website link together so we can check it out together

            Comment

            • saleh1
              Member
              • Sep 2009
              • 61
              • 3.8.x

              #7
              5.40
              Continue to upgrade to 5.4.1 Beta 1 And stopped

              Comment

              • ABDUR7MAAN
                Senior Member
                • Sep 2013
                • 139
                • 5.3.x

                #8
                This link does not function The Forum is closed

                Comment

                • saleh1
                  Member
                  • Sep 2009
                  • 61
                  • 3.8.x

                  #9
                  Of course I deleted install

                  It will also work only : customer number

                  Comment

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

                    #10
                    Do you have any tools like mod_security enabled on your server? Try disabling it for the upgrade process. Or run the upgrade from the command line if you have access to the command line.
                    Translations provided by Google.

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

                    Comment

                    • saleh1
                      Member
                      • Sep 2009
                      • 61
                      • 3.8.x

                      #11
                      The problem has been resolved

                      The solution is:

                      This may be a server time and/or memory limit. To increase your limits edit your includes/config.php file and add these lines right under the <?php line:

                      ini_set('memory_limit', -1);
                      ini_set("max_execution_time", "2880");







                      Comment

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

                        #12
                        Well, that is a solution and was suggested by Mark in his second reply. With the settings, you listed in Post #5 it suggests that your server is improperly configured. You shouldn't need 5 GB of RAM to run the upgrade scripts. If your site is that large, running the upgrade scripts from the command line would be the better solution and it will operate faster than the web-based upgrade every single time.
                        Translations provided by Google.

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

                        Comment

                        • Maltair
                          Senior Member
                          • Feb 2009
                          • 575
                          • 5.7.5

                          #13
                          I have a vb5 testforum running on a GoDaddy "Ultimate" shared server, and it takes a while to upgrade and must hit <<return>> multiple times to restart the upgrade http://www.yourdomain.com/forums/cor...ll/upgrade.php
                          process but it gets through it eventually. So if I am able to upgrade to and run 5.4.1 on a GD shared server, should be able to do it anywhere.

                          My main vb5 forum is on a VPS "Snappy 2000" at HostGator, and the upgrade process faster there and no need to keep restarting it.

                          Comment

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

                            #14
                            Most sites on GoDaddy require multiple restarts of the upgrade script...it's usually because your IP gets blocked, and you have to wait about a minute until it is unblocked, then carry on.
                            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

                            • saleh1
                              Member
                              • Sep 2009
                              • 61
                              • 3.8.x

                              #15
                              hello

                              I do not understand what you are saying

                              But I added:
                              includes/config.php
                              ini_set('memory_limit', -1);
                              ini_set("max_execution_time", "2880");

                              The upgrade was successful
                              The site is now working successfully




                              Powered by vBulletin® Version 5.4.1

                              Comment

                              Related Topics

                              Collapse

                              Working...