Enabling the PHP setting display_errors is not recommended on production sites because some error messages may reveal sensitive information about your server.
I checked the Server - Debugging section of my settings. Debug messages was already set to None. I turned off Display Debug Messages then. But no change in teh message.I checked my php.ini and config.php files. My php.ini file already had:
error_reporting = (E_ALL & ~E_NOTICE & ~E_WARNING);
I left the above and added the following (based on another entry I found on the forum.)display_errors = off;
I do have an .htaccess file in the moodledata directory containing the following:
I think I'm at the 'knowing enough to be dangerous' state, though. Can anyone head me in the right direction, please? Thank you much for all of your help!I do have an .htaccess file in the moodledata directory containing the following:
deny from all
AllowOverride None
AllowOverride None
Regards,
Penny
PS - Since I have security concerns, I want to leave the site off the entry for now. If anyone wants to help and has time to look, I'll be happy to give you the info offline.