Please remove the following two lines from webpurify.module for the next release. It causes all E_NOTICE errors to be logged by watchdog. These also exist in 7.x-1.0-beta2
ini_set('display_errors', 1);
ini_set('error_reporting', E_ALL);
Please remove the following two lines from webpurify.module for the next release. It causes all E_NOTICE errors to be logged by watchdog. These also exist in 7.x-1.0-beta2
ini_set('display_errors', 1);
ini_set('error_reporting', E_ALL);
Comments
Comment #1
webpurify commentedPatched in 6.x-1.0 and 7.x-1.0 releases along with other bugs (see release details and or commits for detailed information).
Comment #2
webpurify commentedPlease use 6.x-1.01 or 7.x-1.01 version.
Comment #3
Kovalevich.Artem commentedReviewed, this is fixed in 7.x-1.01.
Comment #4
webpurify commented