WackoWiki: Config

https://wackowiki.org/doc     Version: 1 (15.03.2016 08:18)

Config

In R5.0 the secondary config is stored in the config table.

config_defaults.php - holds only the default values and is overwritten
by secondary config via array_merge

Changes in the secondary config can be done via
  1. editing config_value your prefix_config table via phpMyAdmin.
    • Don't forget to delete the _cache/config/config.php afterwards, e.g. {{admincache}}
  2. the new Admin panel
    • for that you must define the recovery_password in the config file first, then call yourwiki/admin.php

-> /Dev/Components/Configuration[link1]