vBulletin 3.8.7 and PHP 5.4.15

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gabrielt
    Member
    • Apr 2007
    • 96
    • 3.6.x

    vBulletin 3.8.7 and PHP 5.4.15

    Hi,

    We have vBulletin 3.8.7 installed. We've upgraded PHP from 5.3 to 5.4. Everything seems to work fine, except for the random image generator (provided by freetype) at the user registration page. Checked phpinfo and Freetype is correctly installed. Any advice? I know that vBulletin 3.8.7 in theory is not compatible with PHP 5.4...

    Thanks,
    Gabriel.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #2
    vBulletin 3.8.7 does not support PHP 5.4. You need to upgrade to vBulletin 3.8.8 for PHP 5.4 support.
    Translations provided by Google.

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

    Comment

    • Gabrielt
      Member
      • Apr 2007
      • 96
      • 3.6.x

      #3
      Huh? The last version from 3.8 series was 3.8.7 PL3, right? There is no 3.8.8 version available.

      Comment

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

        #4
        Your license expired before 3.8.8 was released so you would need to upgrade your license to a vB5 license in order to download 3.8.8.
        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

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          If you have a vB4 or vB5 License, then you would have access to 3.8.8 since it was just released (well, a beta version was just released) - http://www.vbulletin.com/forum/forum...ctive-licenses

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools <- awesome site for html/css help

          Comment

          • Gabrielt
            Member
            • Apr 2007
            • 96
            • 3.6.x

            #6
            Simply too expensive to get vBulletin 3.8.8... You guys should be offering it for free for those who purchased vBulletin 3.8.7...

            Comment

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

              #7
              No business does anything for free....
              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

              • BirdOPrey5
                Senior Member
                • Jul 2008
                • 9613
                • 5.6.3

                #8
                If that is your only bug with PHP 5.4 the fix is simple-
                In includes/class_image.php replace

                PHP Code:
                 imagejpeg($image''$quality); 

                With

                PHP Code:
                imagejpeg($imagenull$quality); 
                Last edited by BirdOPrey5; Fri 17 Oct '14, 6:58am.

                Comment

                Related Topics

                Collapse

                Working...