tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Need good default error reporting settings #27

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

Need to ensure that all possible errors, warnings and notices that PHP reports are effectively set to go somewhere the administrator will see them.

Then we can also remove the ini_set()'s from init.php.

tdmalone commented 7 years ago

Heroku errors should be fixed now by https://github.com/tdmalone/slackemon/commit/9f428bbe36bb8ff71c7ff7770fb95fd95a3f9160#diff-e9fa0d13b445ed0246ee0003db4374d6 - ini_set was redirecting them, ha!