Yes I have shut down Apache then restarted.
I thought editing the php.ini would have been the winning ticket but evidently not. Does anyone have any ideas about how to go about suppressing these warnings?
Thanks!
// Hide E_DEPRECATED messages.
if (defined('E_DEPRECATED')) {
error_reporting(error_reporting() & ~E_DEPRECATED);
}Users browsing this forum: No registered users and 3 guests