Unfortunately, Pligg's code isn't so clear as it can be, and I believe all the Devs endeavour to change the situation.
I think, it's not a bad idea to hide all Notices about missing variables in different parts of code, appearing on hostings with error reporting setted to E_ALL
this string in config.php
need to change toCode://error_reporting(E_ALL);
Code:error_reporting(E_ALL & ~E_NOTICE);




Reply With Quote



