Commit e39ee10c8b78f737da49bdccc0d0b8fa94e6db92
1 parent
9ddf80e5
Ports updated for indexer.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
0 deletions
setup/wizard/steps/database.php
| ... | ... | @@ -638,6 +638,7 @@ class database extends Step |
| 638 | 638 | $this->error['con'] = "Could not populate schema "; |
| 639 | 639 | } |
| 640 | 640 | $this->writeBinaries(); |
| 641 | + $conf = $this->util->getDataFromSession('configuration'); | |
| 641 | 642 | $port = $conf['server']['port']; |
| 642 | 643 | $iserverPorts = 'UPDATE config_settings SET value = "'.$port.'" where group_name = "server" and item IN("internal_server_port", "server_port");'; // Update internal server port |
| 643 | 644 | $this->util->dbUtilities->query($iserverPorts); | ... | ... |