Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gabriel Torres Posted September 6, 2018 Posted September 6, 2018 Hi, I am seeing this at the ACP: Quote Public Display of PHP Errors Enabled The display_errors PHP configuration option is currently enabled on your server, which is not recommended for production environments and we recommend disabling it. If you do not manage your server yourself, your hosting provider will be able to assist with this. However, I have display_errors disabled at php.ini: # grep display_errors php.ini ; display_errors display_errors = Off Any pointers about how I could fix this? Thank you in advance, Gabriel.
bfarber Posted September 6, 2018 Posted September 6, 2018 Double check local php.ini files and .htaccess files, and make sure you don't have something like this in conf_global.php ini_set('display_errors', 1 );
Gabriel Torres Posted September 7, 2018 Author Posted September 7, 2018 @bfarber Many thanks for the pointer, we had this setting at our conf_global.php, probably I added it during some debugging centuries ago and completely forgot about it...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.