Beta 25 and 26 upgrades - memory exhuasted on step 13

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wdwms
    Member
    • Jan 2013
    • 90
    • 4.2.X

    Beta 25 and 26 upgrades - memory exhuasted on step 13

    This happened from Beta 24 to Beta 25, so we wrote it off and just installed 25 from stratch.. now going from beta 25 to 26 we have the same exact errors at the same part of the upgrade process:

    Step 13 -
    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 55216 bytes) in /home/dima/public_html/core/includes/class_diff.php on line 170

    We tried increase memory in the config.php as well as explicitly setting it in class_diff file, all to noavail. The function in question only has one line, looks like the gzcompress is eating up memory:

    PHP Code:
            function compress_row($row)
            {
                    return 
    gzcompress(implode('|'$row), 9);
            } 

    Anyone else seeing this?

    I petitioned to re-open this: http://tracker.vbulletin.com/browse/VBV-6652

    - - - Updated - - -

    I can confirm that if any templates or css files are modified in anyway; this is the result. If you revert all the templates back and then perform the upgrade, everything works fine.
  • mickreid
    Member
    • Jan 2011
    • 34
    • 4.0.x

    #2
    I got this going through SSH - doing it through the web interface worked fine. .25 -> .26 is not a big update so even if your board is massive the browser based upgrade works fine.

    Comment

    • wdwms
      Member
      • Jan 2013
      • 90
      • 4.2.X

      #3
      got in the web interface too.. if you change your templates in ANY way this will occur.

      Comment

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

        #4
        We're aware of the issue and are working on it.
        Translations provided by Google.

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

        Comment

        • wdwms
          Member
          • Jan 2013
          • 90
          • 4.2.X

          #5
          Still exists on Beta 28 - I reverted all templates and the issue still exists..

          Comment

          Related Topics

          Collapse

          Working...