vB-5.4.4: upgrade: Step 20: timeout setting?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m97forum
    Member
    • Jun 2017
    • 54
    • 5.3.x

    [Bug / Issue] vB-5.4.4: upgrade: Step 20: timeout setting?

    Hi,

    I just tried to update my site from vB-5.4.3 to 5.4.4.

    But it fails at Step 20. I already tried adding
    Code:
    [I]ini_set[/I]([COLOR=#008000][B]'memory_limit'[/B][/COLOR], -[COLOR=#0000ff]1[/COLOR]);
    [I]ini_set[/I]([COLOR=#008000][B]"max_execution_time"[/B][/COLOR], [COLOR=#008000][B]"2880"[/B][/COLOR]);
    to core/includes/config.php; but the upgrade fails anyway immediately after launching it using the web page.

    Any ideas?

    Here's the log:

    Code:
    Upgrading to 5.4.4 Alpha 1
    Upgrading to 5.4.4 Alpha 2
    Step 1 - Updating site table
    Step 2 - Updating page table
    Upgrading to 5.4.4 Alpha 3
    Step 1 - Creating index routeid on node
    Step 2 - Updating route table
    Upgrading to 5.4.4 Alpha 4
    Step 1 - Altering routenew Table (1 of 2)
    Step 2 - Altering routenew Table (2 of 2)
    Step 3 - Updating routenew table (1 of 1)
    Upgrading to 5.4.4 Beta 1
    Step 1 - Updating node table
    Process done
    Upgrading to 5.4.4 Beta 2
    Upgrading to 5.4.4 Release Candidate 1
    Upgrading to 5.4.4
    Processing XML
    Step 1 - Import latest options
    Importing vbulletin-settings.xml
    Import Done
    Step 2 - Import latest admin help
    Importing vbulletin-adminhelp.xml
    Import Done
    Step 3 - Import latest language
    Importing vbulletin-language.xml
    Import Done
    Step 4 - Import latest widgets
    Importing vbulletin-widgets.xml
    Import Done
    Step 5 - Importing vbulletin-screenlayouts.xml
    Import Done
    Step 6 - Importing vbulletin-pagetemplates.xml
    Import Done
    Step 7 - Importing vbulletin-pages.xml
    Import Done
    Step 8 - Importing vbulletin-channels.xml
    Import Done
    Step 9 - Importing vbulletin-routes.xml
    Import Done
    Step 10 - Skipping step, not needed
    Step 11 - Updating node table
    Step 12 - Updating node table
    Step 13 - Updating product nativo
    Product nativo has been updated but remains disabled
    Updating product viglink
    Product viglink has been updated but remains disabled
    Updating product twitterlogin
    Product twitterlogin has been updated but remains disabled
    Updating product googlelogin
    Step 13 - Process done
    Step 14 - Verifying Product Dependencies
    Step 15 - Importing vbulletin-style.xml
    Template Group: Admin
    Template Group: Article
    Template Group: BB Code
    Template Group: Blog
    Template Group: Blog Admin
    Template Group: Color
    Template Group: Content Entry
    Template Group: Conversation
    Template Group: CSS
    Template Group: Dialog
    Template Group: Display
    Template Group: Editor
    Template Group: Error
    Template Group: Group
    Template Group: Human Verification
    Template Group: Inline Moderation
    Template Group: Link
    Template Group: Login
    Template Group: Media
    Template Group: Member List
    Template Group: Pagenav
    Template Group: Photo
    Template Group: Picture
    Template Group: vB Messenger
    Template Group: Private Message
    Template Group: Profile
    Template Group: Screen Layout
    Template Group: Search
    Template Group: Group Admin
    Template Group: Sprite
    Template Group: Paid Subscription
    Template Group: Subscription
    Template Group: Tag
    Template Group: Top Menu
    Template Group: User Profile Field
    Template Group: User Setting
    Template Group: Video
    Template Group: Module
    Template Group: Ungrouped Templates 1
    Template Group: Ungrouped Templates 2
    Template Group: Ungrouped Templates 3
    Template Group: Ungrouped Templates 4
    Step 15 - Import Done
    Step 16 - Import Styles
    Template Group: CSS
    Finished importing style 'Black Red'.
    Template Group: CSS
    Finished importing style 'Blue Green'.
    Template Group: CSS
    Finished importing style 'Blue Yellow'.
    Template Group: CSS
    Finished importing style 'Cool Blue'.
    Template Group: CSS
    Finished importing style 'Dark'.
    Template Group: CSS
    Finished importing style 'Denim'.
    Template Group: CSS
    Finished importing style 'Gradient'.
    Template Group: CSS
    Finished importing style 'Grey Stripes'.
    Template Group: CSS
    Finished importing style 'Grunge'.
    Template Group: CSS
    Finished importing style 'Light Blue'.
    Template Group: CSS
    Finished importing style 'Old School'.
    Template Group: CSS
    Finished importing style 'Orange Purple'.
    Template Group: CSS
    Finished importing style 'Pink'.
    Template Group: CSS
    Finished importing style 'Red'.
    Template Group: CSS
    Finished importing style 'Stripes'.
    Template Group: CSS
    Finished importing style 'Wood'.
    Step 16 - Import Done
    Step 17 - Resetting cache
    Step 18 - Skipping step, not needed
    Step 19 - Import the password schemes
    Step 20 - The server returned no response. This is probably due to a timeout setting. Please contact vBulletin Support for assistance
    Status: Aborted
    Thanks.
    Stefan
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Do you have access to the command line on your server? Run the upgrade from the command line. Navigate to the install folder and type the command: php upgrade.php
    Translations provided by Google.

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

    Comment

    • m97forum
      Member
      • Jun 2017
      • 54
      • 5.3.x

      #3
      Yes, that worked. Thanks a lot

      Comment

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

        #4
        A couple of follow up questions ---

        Are you storing CSS in the file system? Settings -> Options -> Style & Language Options.
        Going to Maintenance -> View PHP Info in the Admin CP. What are the values for hard_timeout, max_execution_time, and max_input_time?
        Translations provided by Google.

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

        Comment

        Related Topics

        Collapse

        Working...