Page 1 of 1

WordPress Installation failed

Posted: Thu 29. Apr 2021, 13:20
by dokabalint
Hello,

I installed the One click application installer in the pro version.
I can't install WordPress.

What could be the problem?

Image
vietnamese accent

Re: WordPress Installation failed

Posted: Thu 29. Apr 2021, 14:47
by Alexander
Hallo,

please have a look into this file and see, if you can spot any errors:

Code: Select all

/var/log/keyhelp/application/<username>.log
There may are also some logs here:

Code: Select all

/home/users/<username>/tmp/auto-install/wordpress-<...>/log_exec_<...>

Re: WordPress Installation failed

Posted: Thu 29. Apr 2021, 14:58
by dokabalint
[ID-1] [29-Apr-2021 12:00:03] INFO --> Start application installation process (ID "1")
[ID-1] [29-Apr-2021 12:00:03] INFO --> Application loaded: WordPress
[ID-1] [29-Apr-2021 12:00:03] INFO --> Version loaded: 5.7
[ID-1] [29-Apr-2021 12:00:03] INFO --> Working directory is: /home/users/dokabalint/tmp/auto-install/wordpress-1/
[ID-1] [29-Apr-2021 12:00:03] INFO --> Download URL: https://repository.keyhelp.de/repositor ... 5.7.tar.gz
[ID-1] [29-Apr-2021 12:00:04] INFO --> Archive location: /home/users/dokabalint/tmp/auto-install/wordpress-1/archive.tar.gz
[ID-1] [29-Apr-2021 12:00:04] INFO --> Extracting archive...
[ID-1] [29-Apr-2021 12:00:04] INFO --> Updating file owner to "dokabalint"...
[ID-1] [29-Apr-2021 12:00:04] INFO --> Running setup...
[ID-1] [29-Apr-2021 12:00:06] DEBUG -->
--------------------------
cd '/home/users/dokabalint/tmp/auto-install/wordpress-1/application' ; export WP_CLI_CACHE_DIR=/dev/null ; export TMPDIR='/home/users/dokabalint/tmp/auto-install/wordpress-1/application' ; php wp-cli.phar core download --locale='hu' --version='5.7'
Exit code: 1

Re: WordPress Installation failed  [SOLVED]

Posted: Thu 29. Apr 2021, 15:52
by Alexander
--locale='hu'
You have set your profile to a non-official Hungarian translation. Because this language pack is not (yet?) part of the official translations there may be some cases, where it will result in incompatibilities, like this one.

I have fixed the cause in the WordPress setup routine. Please try it again, it should work fine now.

Re: WordPress Installation failed

Posted: Thu 29. Apr 2021, 17:00
by dokabalint
Thank you very much for your quick help and solution. It works! :)