New Install, stuck at 7%

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Daryn
    Member
    • Nov 2008
    • 95
    • 3.7.x

    [Forum] New Install, stuck at 7%

    I'm attempting to setup vBulletin 4.2.2 on a fresh Debian 7 install. It's running Apache2.2.22 (current in the stable debian repo) PHP 5.4, MariaDB 5.5.

    I run the install script and it will get to creating the sigpic table, then stop there. It doesn't error, it just hangs. Below is the SQL it last executed. After that, I've got nothing.

    Code:
     use `toitforum`; ### vBulletin Database Alter ### CREATE TABLE toit_sigpic ( userid int(10) unsigned NOT NULL default '0', filedata mediumblob, dateline int(10) unsigned NOT NULL default '0', filename varchar(100) NOT NULL default '', visible smallint(6) NOT NULL default '1', filesize int(10) unsigned NOT NULL default '0', width smallint(5) unsigned NOT NULL default '0', height smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (userid) )
  • Set3sh
    Senior Member
    • Jan 2013
    • 243
    • 5.2.x

    #2
    Memory limit in php.ini should be 256MB

    Comment

    • Daryn
      Member
      • Nov 2008
      • 95
      • 3.7.x

      #3
      Just gave that a try. It made no difference. It still dies after the sigpic table.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74161

        #4
        What is the max_execution time in PHP? What is the wait_timeout in MariaDB?

        First should be at least 30 seconds. Second should be at least 120 seconds but the default is 38400 seconds.
        Translations provided by Google.

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

        Comment

        • Daryn
          Member
          • Nov 2008
          • 95
          • 3.7.x

          #5
          The times were 60 seconds and 120 seconds respectively.I did get it working. All I did was install sendmail, then the installer continued on. I have no idea why.

          Comment

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

            #6
            Odd...but glad you got it sorted.
            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

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