Skip to content
gregfr edited this page Jan 29, 2017 · 2 revisions

Why can't I change the language?

PHPDevShell offers full support for internationalization through GetText. For a user to be able to select a language, it must be available and enabled by the administrator. Then go to the User Preferences, select your Language and Region and save. Then you must log out and log back in. Note: both Language AND Region are necessary, since the language file is based on both. For example, the French translation is available for "French / France " (that is fr_FR). If you change a language file, gettext might be confused. Just restart your webserver.

Why does the installer asks for informations it already knows?

It's a security measure. The web installer may be available to anyone, but only you can provide these informations, so only you can actually run the installer and set the Root password.

Clone this wiki locally