vBulletin 4.2.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandy771
    New Member
    • Mar 2010
    • 16

    I don't know how it is possible either

    as mentioned in earlier posts:
    its an article
    the issue happens for attachments in an article
    it happens for thumbnails served by a widget (code posted earlier)
    VB is set to serve https
    other pages - such as the forum itself (as opposed to the cms) work fine

    I can give you admin rights if you wish...

    Comment

    • Mattwhf
      Senior Member
      • May 2016
      • 124
      • 4.2.x

      Originally posted by sandy771
      I don't know how it is possible either

      as mentioned in earlier posts:
      its an article
      the issue happens for attachments in an article
      it happens for thumbnails served by a widget (code posted earlier)
      VB is set to serve https
      other pages - such as the forum itself (as opposed to the cms) work fine

      I can give you admin rights if you wish...
      Our hosting forum https://forumweb.hosting/ is running with which you are mentioning here.

      But didn't see these errors, except some PHP 7 alerts in log file.


      Thanks
      Web Hosting Forum - Learn web hosting and offering your web hosting plans for free!
      Tranh phong cảnh, tranh nghệ thuật đẹp, bếp từ nhập khẩu chất lượng cao!

      Comment

      • sandy771
        New Member
        • Mar 2010
        • 16

        Hmm I may have sorted it, I'll post back if more issues

        Comment

        • bollie
          Senior Member
          • Jun 2006
          • 303
          • 4.2.x

          Parse error: syntax error, unexpected '*' in /home/xxxxx/domains/xxxxx.be/public_html/includes/functions.php on line 1576
          Dutch Online Computer hulp - www.pctuts.be

          Comment

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

            Originally posted by bollie
            Parse error: syntax error, unexpected '*' in /home/xxxxx/domains/xxxxx.be/public_html/includes/functions.php on line 1576
            You'll need to give us more information:

            What php version?
            What page is this being displayed 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

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              Originally posted by bollie
              Parse error: syntax error, unexpected '*' in /home/xxxxx/domains/xxxxx.be/public_html/includes/functions.php on line 1576
              The code of text on that line is:

              PHP Code:
                          if (intval($profilefield_value) & (2**$key)) 
              the ** operator was introduced in PHP 5.6.0 so if you are using PHP 5.5.x or lower you would get a syntax error I suppose. Make absolutely sure you are running PHP 5.6.0 or higher.

              2**$key raises $key to the power of 2 ($key squared), it was previously done by the pow() function it seems.
              Last edited by BirdOPrey5; Sat 22 Apr '17, 1:40am. Reason: See Paul's comments below.

              Comment

              • Paul M
                Former Lead Developer
                vB.Com & vB.Org
                • Sep 2004
                • 9886

                Originally posted by bollie
                Parse error: syntax error, unexpected '*' in /home/xxxxx/domains/xxxxx.be/public_html/includes/functions.php on line 1576
                The minimum php version for 4.2.5 is php 5.6, which as indicated above, you do not appear to be running.
                Baby, I was born this way

                Comment

                • Paul M
                  Former Lead Developer
                  vB.Com & vB.Org
                  • Sep 2004
                  • 9886

                  Originally posted by Joe D.
                  2**$key raises $key to the power of 2 ($key squared)
                  Actually, its the other way round, $key squared would be $key**2.
                  Baby, I was born this way

                  Comment


                  • BirdOPrey5
                    BirdOPrey5 commented
                    Editing a comment
                    Thanks, makes more sense now.
                • Paul M
                  Former Lead Developer
                  vB.Com & vB.Org
                  • Sep 2004
                  • 9886

                  4.2.5 Release Candidate 2 was released earlier today.

                  This is the final RC version before the full release, due the second week of May.
                  Baby, I was born this way

                  Comment

                  • Gatuno100
                    New Member
                    • Mar 2008
                    • 13
                    • 4.2.x

                    Originally posted by Paul M
                    4.2.5 Release Candidate 2 was released earlier today.

                    This is the final RC version before the full release, due the second week of May.
                    Has been changed something about user groups?

                    Comment

                    • Paul M
                      Former Lead Developer
                      vB.Com & vB.Org
                      • Sep 2004
                      • 9886

                      Can you be a little more specific than that ?
                      Baby, I was born this way

                      Comment

                      • Gatuno100
                        New Member
                        • Mar 2008
                        • 13
                        • 4.2.x

                        Yes. I have installed the mod VSa advanced forum statistics in my forum, and with lastest RC 2 the statistics are showing to guests, when it is configured to don't show to them. In RC1 works fine.



                        Comment

                        • Paul M
                          Former Lead Developer
                          vB.Com & vB.Org
                          • Sep 2004
                          • 9886

                          Ah... ok. I think I know what that is.

                          That is fixed, and should work in the final release ok.
                          Baby, I was born this way

                          Comment

                          • Gatuno100
                            New Member
                            • Mar 2008
                            • 13
                            • 4.2.x

                            Originally posted by Paul M
                            Ah... ok. I think I know what that is.

                            That is fixed, and should work in the final release ok.
                            Ok, thanks!

                            Comment

                            • Paul M
                              Former Lead Developer
                              vB.Com & vB.Org
                              • Sep 2004
                              • 9886

                              The final version of 4.2.5 was released earlier today.

                              This concludes the 4.2.5 releases, and most likely will be the last vB4 release.
                              Baby, I was born this way

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...