PRX / cms.theworld.org

Wordpress CMS for The World
Apache License 2.0
0 stars 2 forks source link

#95: don't load empty staging config file #134

Closed brandonhundt closed 1 year ago

brandonhundt commented 1 year ago

Closes #95

rpeterman-gp commented 1 year ago

Do we know whaa the warning is?

brandonhundt commented 1 year ago

Its in the original ticket:

[14-Apr-2023 09:56:10 UTC] PHP Warning: Use of undefined constant WP_ENVIRONMENT_TYPE - assumed 'WP_ENVIRONMENT_TYPE' (this will throw an Error in a future version of PHP) in /code/wp-content/mu-plugins/the-world-site-config/configs/production/production-config.php on line 19

rpeterman-gp commented 1 year ago

Pushed up a change that should keep the files being included while fixing the PHP warning.