[RSS Feed/News] `[E_WARNING] Undefined array key "defaultLanguageId"` during CLI installation

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Repro:
  1. Clean environment, such as a VM or Docker. I used Docker Compose with the following images:
    1. openresty/openresty:1.19.3.1-2-alpine
    2. php:8.0.2-fpm-alpine3.12 (with PHP extensions)
    3. mariadb:10.5.8-focal
    4. elasticsearch:7.10.1
  2. XenForo 2.2.3 Patch 1 (2020371)
  3. Create a database named xf2.
  4. Create a basic config.php, attached below.
  5. Run:
Code:

Code:
php cmd.php xf:install \
    --no-interaction \
    --user='AzureDiamond' \...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom