Cannot upgrade Vbulletin 4.2.5 from php 5.6 to 7.0 or 7.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roiarthur
    Member
    • Apr 2015
    • 31
    • 4.2.x

    Cannot upgrade Vbulletin 4.2.5 from php 5.6 to 7.0 or 7.1

    I receive that message after updating php 5.6 to 7.1

    Method Not Implemented

    GET to /forum.php not supported.

    What can i do to upgrade PHP please ?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Probably a modification that's not compatible with php 7.

    Please try the following:

    To disable the plugin/hook system completely, edit includes/config.php and add the following code:
    Just below
    Code:
    <?php
    enter
    Code:
    define('DISABLE_HOOKS', true);
    Do you still have the same problem?
    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

    • roiarthur
      Member
      • Apr 2015
      • 31
      • 4.2.x

      #3
      OK i will try

      Comment

      • roiarthur
        Member
        • Apr 2015
        • 31
        • 4.2.x

        #4
        Not working still have the problem

        Comment

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

          #5
          Do you have mod_security running on the server? You will need to ask your hosts.
          If they do, ask them to turn it off temporarily and see if that fixes the problem.
          Last edited by Mark.B; Sun 14 May '17, 2:03pm.
          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

          • roiarthur
            Member
            • Apr 2015
            • 31
            • 4.2.x

            #6
            I have this at the root of the server

            .ovhconfig

            app.engine=php
            app.engine.version=5.6
            http.firewall=security
            environment=production
            container.image=legacy
            I tried to replace it with

            app.engine=php
            app.engine.version=7.1
            http.firewall=security
            environment=production
            container.image=legacy
            Otherwise i don't see anything else

            Comment

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

              #7
              You'll need to check with your host about mod_security.
              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

              • roiarthur
                Member
                • Apr 2015
                • 31
                • 4.2.x

                #8
                Yes i do have a firewall so if i had the line under <?php
                <?php
                define('DISABLE_HOOKS', true);
                I deactivate the firewall that should do it ?

                I will try that

                Comment

                • roiarthur
                  Member
                  • Apr 2015
                  • 31
                  • 4.2.x

                  #9
                  I can disable the firewall in my panel control, we will try it tomorrow
                  Thanks

                  Comment

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

                    #10
                    mod_security is nothing to do with firewalls and not something you can disable in config.php. It is server security software, and is not a part of vBulletin.

                    As I said, you will need to speak to your host.
                    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

                    Related Topics

                    Collapse

                    Working...