Hi
I see LuCI issue -> ▲ Expecting: non-empty value
http://example.org/cgi-bin/luci/admin/system/system

How-To fix?
Hi
I see LuCI issue -> ▲ Expecting: non-empty value
http://example.org/cgi-bin/luci/admin/system/system
How-To fix?
To add to @trendy's statement, it appears your /etc/config/luci
contains no theme entries. In order to restore the bootstrap entries, run the following uci commands:
uci set luci.themes=internal
uci set luci.themes.Bootstrap='/luci-static/bootstrap'
uci set luci.themes.BootstrapDark='/luci-static/bootstrap-dark'
uci set luci.themes.BootstrapLight='/luci-static/bootstrap-light'
uci commit luci
thank you very much
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.