Reputation: 1118
display_errrors seems to be stuck with a On value. When I look at phpinfo it says its on and the default is Off. When I add my own php.ini to the root of the app with display_errors = Off it still shows as On. I can change other values like upload_max_filesize and see the changes in phpinfo but I can't turn errors off. Running app_engine_release 1.9.3
Problem only appears for admin users that for the google apps account.
Upvotes: 1
Views: 154
Reputation: 7054
Right now this is by design - for app admins we turn display_errors on. The idea being that if your an admin of the app and you app has errors you want to see them so you can fix them.
Accessing the app through an incognito window to see what you're users would see should have display_errors set to off.
Upvotes: 2