Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Quick install Wordpress other languages then EN #2788

Closed
funsurfer2008 opened this issue Jul 23, 2022 · 7 comments · Fixed by #2818
Closed

[Bug] Quick install Wordpress other languages then EN #2788

funsurfer2008 opened this issue Jul 23, 2022 · 7 comments · Fixed by #2818
Labels
bug Something isn't working

Comments

@funsurfer2008
Copy link

Describe the bug

If you install Wordpress in English everything is fine.
If you change it to Germal for example the Wizzard running wrong, bcause the wp-config file is localized.
Can you fix it please?

brgds

Tell us how to replicate the bug

go to quick install
select wordpress
change language to german

Which components are affected by this bug?

(Backend) Web Server (Nginx, Apache2)

Hestia Control Panel Version

1.6.x

Operating system

Debain

Log capture

No response

@funsurfer2008 funsurfer2008 added the bug Something isn't working label Jul 23, 2022
@jaapmarcus
Copy link
Member

It doesn't work due to:

define( 'DB_NAME', 'datenbankname_hier_einfuegen' );
..

@jaapmarcus
Copy link
Member

So locales translate the wp-config.php file

Great ...

@funsurfer2008
Copy link
Author

Yes. Very Great. 😂

@jaapmarcus
Copy link
Member

Even better is I did test it in Dutch and it worked fine... But it uses the English wp-config file

@funsurfer2008
Copy link
Author

Hmmm… why not overwrite wp-config with english content and then replace the lines.

@jaapmarcus
Copy link
Member

@funsurfer2008
Copy link
Author

Dont work at all for German

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants