?
avatar bweston92
bweston92
27 Jul 2017

Steps to reproduce the issue

Attempt to install with non localhost.

  • Goto installation
  • Add non localhost database server config.
  • Delete the temporary file.
  • Progress to installation.
  • Installation just stays still.

Expected result

That after I have already deleted the file, the final installation should work flawlessly.

Actual result

It just werls around and makes thousands of requests indefinitely as shown below.

screenshot from 2017-07-27 09-30-37

How I got it working

Whilst the progress bar was still making requests I updated the following file and it continues immediately.

Updated /installation/model/database.php

-                 if (!in_array($options->db_host, $localhost))
+                 if (false)

System information (as much as possible)

  • PHP 7.1
  • Apache
  • MySQL 5.7

Additional comments

avatar bweston92 bweston92 - open - 27 Jul 2017
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jul 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Jul 2017
avatar bweston92 bweston92 - change - 27 Jul 2017
The description was changed
avatar bweston92 bweston92 - edited - 27 Jul 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 27 Jul 2017

can you please look if #17248 is same Issue and if so test Pull request #17248?

avatar franz-wohlkoenig franz-wohlkoenig - change - 27 Jul 2017
Category com_installer
avatar zero-24
zero-24 - comment - 27 Jul 2017

This issue is fixed by #17248 please test.

avatar zero-24 zero-24 - change - 27 Jul 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-07-27 08:51:57
Closed_By zero-24
avatar zero-24 zero-24 - close - 27 Jul 2017

Add a Comment

Login with GitHub to post a comment