Where to change wordpress CLI settings

ericosman

Verified User
Joined
Nov 25, 2019
Messages
675
Location
Weert
Hi,

I want to change the wordpress CLI to install the dutch language by default instead of the english one, does somebody know where i can do this?
Thanks!
 
First of all thanks @Active8 .

But i might be stupid, i get the following:
And when i create a subdomain i have some issue’s ;

It only supports the legacy version so domain.com/subdomainfolder
instead of the new subdomain.domain.com/public_html

And i got this message:

Script resultaat: subdomain_create_post.sh
Downloading WordPress 6.3.1 (nl_NL)…
md5 hash verified: 23be01c3ad964b34714583e61d6574e3
Success: WordPress downloaded.
ERROR 1045 (28000): Access denied for user ‘admin_wp9361’@’localhost’ (using password: YES)
Error: ‘wp-config.php’ not found.
Either create one manually or use `wp config create`.
Error: ‘wp-config.php’ not found.
Either create one manually or use `wp config create`.

WORDPRESS LOGIN CREDENTIALS:
URL: http://test1234.domain.com/wp-admin/
USERNAME: admin
PASSWORD: ZLgRb1jBRhnXWh4GL3A=

Error: ‘wp-config.php’ not found.
Either create one manually or use `wp config create`.
Error: ‘wp-config.php’ not found.
Either create one manually or use `wp config create`.
chmod: cant get access to ‘/home/admin/domains/domain.com/public_html/test1234/wp-config.php’: No such file or directory
usr/local/directadmin/scripts/custom/subdomain_create_post.sh: line 77: syntax error near unexpected symbol ‘fi’
/usr/local/directadmin/scripts/custom/subdomain_create_post.sh: line 77: `fi’
 
Well, i found how to change the script to subdomain.maindomain.com/public_html.

But it keeps telling me it could not create a wp-config.php file.

It might also fail because there is no user created for the database (?)
 
Last edited:
Back
Top