Error during installation of vb 5.1.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mobeen Janjua
    Member
    • Nov 2010
    • 64
    • 5.3.x

    Error during installation of vb 5.1.8

    Hi,

    I am installing vb 5.1.8 (new installation). Database connect correctly but after that I got following error message...

    Action Required
    The server returned no response. This is probably due to a timeout setting. Please contact vBulletin Support for assistance


    I will be grateful if someone help me in this regard,

    Thanks
    MOBEEN JANJUA | Janjua's Online Urdu Community
    the EYES of TRUTH are always WATCHING YOU...
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4020
    • 5.7.X

    #2
    Increase the PHP execution limit (max_execution_time) to 600 seconds or higher.

    The domain name, TheCave.info, exudes mystery, intrigue and exclusivity. It evokes the image of a hidden underground lair, a sanctuary for the chosen few. The name resonates with the idea of discovery, exploration, and adventure. Startups t


    Changing it via .htaccess file is the fastest way to do it. Changing it via php.ini usually requires your host to do it for you.

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • Mobeen Janjua
      Member
      • Nov 2010
      • 64
      • 5.3.x

      #3
      Thanks for your reply.

      I have add that line in .htaccess file and get new error now .. 500 Internal Server Error.... Please contact website admin ......

      Following error occur before when I tried to install vb 5.1.8 yesterday and this morning:
      PHP Fatal error: Call to a member function fetch_userinfo() on a non-object in /home/123456/public_html/core/vb/library/user.php on line 848

      this error I found in a error log file...
      Last edited by Mobeen Janjua; Mon 3 Aug '15, 8:22pm.
      MOBEEN JANJUA | Janjua's Online Urdu Community
      the EYES of TRUTH are always WATCHING YOU...

      Comment

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

        #4
        Most likely you've made an error in the .htaccess file, or your host doesn't support making such a change.
        Restore the default .htaccess file and ask your hosts to make the change.
        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

        • Mobeen Janjua
          Member
          • Nov 2010
          • 64
          • 5.3.x

          #5
          Thanks Mr. Mark for your support.. Today my host change above settings i.e. set_time_limit(600); (this change not allowed in share hosting and they change the value to 600 for one hour) but after that when I install vb 5.1.8 and still get same error.. image attached
          Attached Files
          MOBEEN JANJUA | Janjua's Online Urdu Community
          the EYES of TRUTH are always WATCHING YOU...

          Comment

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

            #6
            We'd need to know what the actual server error was...ask your hosts if they can pull this out from the server error logs.
            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

            • Mobeen Janjua
              Member
              • Nov 2010
              • 64
              • 5.3.x

              #7
              Hi,

              Server error log file is attached herewith for your reference. error_log.txt
              MOBEEN JANJUA | Janjua's Online Urdu Community
              the EYES of TRUTH are always WATCHING YOU...

              Comment

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

                #8
                What is your mysql setting in core/includes/config.php?

                $config['Database']['dbtype']

                Make sure it is mysqli and not mysql
                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

                • Mobeen Janjua
                  Member
                  • Nov 2010
                  • 64
                  • 5.3.x

                  #9
                  Yes its mysqli......$config['Database']['dbtype'] = 'mysqli';
                  MOBEEN JANJUA | Janjua's Online Urdu Community
                  the EYES of TRUTH are always WATCHING YOU...

                  Comment

                  Related Topics

                  Collapse

                  Working...