Using the PHP.ini editor
The default php.ini file starts will an illegal time zone of Berlin/London.
date.timezone=Berlin/London
This is preventing the "Basic Edition" on the left from working correctly, with only the "Advanced Edition" on the right showing.
If you change the time zone from the illegal value of "Berlin/London" to "Europe/London" and Update, and then refresh the page, you will now see the "Basic Edition" is now functioning correctly.
Where do I find the master value of this incorrect timezone, so that all new accounts work correctly?
(I am using php-fpm)
Thanks,
Stephen