processwire / processwire-issues

ProcessWire issue reports.
44 stars 2 forks source link

Duplicate values in installer config #1936

Closed designconcepts closed 3 months ago

designconcepts commented 4 months ago

Short description of the issue

After a fresh installation of PW 3.0.239 there are duplicate values in the installer config section of the config.php file.

Expected behavior

Every config value in the installer config section should be unique.

Actual behavior

The database configuration, user authentication salt and table salt have duplicates.

Optional: Screenshots/Links that demonstrate the issue

Bildschirmfoto 2024-06-06 um 15 38 30

Steps to reproduce the issue

  1. Download PW 3.0.239
  2. Install PW 3.0.239
  3. Check the config.php

Regards, Andreas

ryancramerdesign commented 3 months ago

@designconcepts Which site profile are you installing where you see the duplication?

matjazpotocnik commented 3 months ago

@ryancramerdesign install.php, line 921, 922, double $cfg .=

designconcepts commented 3 months ago

@ryancramerdesign Just the blank profile. 😉

ryancramerdesign commented 3 months ago

Thanks @matjazpotocnik @designconcepts -- fixed!