4.1.10 uprgade > tools.php error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tigraki
    New Member
    • Jul 2010
    • 9
    • 4.0.x

    [Forum] 4.1.10 uprgade > tools.php error

    upgraded 4.1.9 to 4.1.10 and tools.php leads to (chrome browser message)
    HTTP 500 (Internal Server Error)

    * is this a vbulletin issue from the upgrade or my server's problem?
    * if its vbulletin issue is it possible to be fixed?

    additional info:
    i made also a test forum, clean 4.1.10 installation and the same problem exists.

    thank you in advance


  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24326
    • 5.7.X

    #2
    Internal Server Errors are just that - server errors. You or your host will need to examine the server's error logs and take the necessary corrective action to resolve this.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • tigraki
      New Member
      • Jul 2010
      • 9
      • 4.0.x

      #3
      this is what the error log says.

      PHP Warning: require_once(./install/
      includes/class_upgrade.php): failed to open stream: No such file or directory in /***/admincp/tools.php on line 44
      PHP Fatal error: require_once(): Failed opening required './install/includes/class_upgrade.php' (include_path='.:/usr/local/share/pear') in ***/admincp/tools.phpon line 44


      i dont know what actions needs to be taken.
      ------------------------------------------------

      EDIT:
      ok i found the problem. after the upgrade, i renamed the directory "install" to other name (with dashes etc) instead of deleting or renaming the "install.php" to something else.
      as i see that resulted the problem.
      my action was to rename the install directory back to its original name and deleting the "install.php" file.
      then the tools.php worked as it had to work. 100% perfect.

      but this means that the "upgrade.php" still remains inside the "install" folder. isnt that a secure risk in case that someone wants to run the "upgrade.php" just for fun by just typing in his browser the address "****/install/upgrade.php"?!
      Last edited by tigraki; Fri 17 Feb '12, 5:09am.

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24326
        • 5.7.X

        #4
        Do you have the install directory present on your server (minus install.php)? If not, you need to reupload that directory
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • tigraki
          New Member
          • Jul 2010
          • 9
          • 4.0.x

          #5
          that was the issue. i had renamed the install directory to something else instead of just deleting the install.php
          i renamed it back to normal and (install.php deleted) and it works fine. thank you

          Comment

          Related Topics

          Collapse

          Working...