Installing Magento 2.3 with php 7.1 or 7.2, on godaddy hosting.
Install with web install, goes fine.
frontend/backend appear fine.
saving configuration throws error.
Log will show:
main.ERROR: Notice: Undefined variable: _ENV in */vendor/magento/module-config/Model/Config/Processor/EnvironmentPlaceholder.php on line 57
php_info() in root magento directory shows ENV as being defined.
The .htaccess in root folder appears to have a fix specific to godaddy.
renaming php.ini to php5.ini appeared to fix the issue.
....actually, that just makes it use the default php.ini that godaddy has lined up for php7.2. That will likely not be ideal because you likely created your own php.ini to increase memory limit. Using their php.ini as a template and adding your changes seems to work.