edit makefulltextfeed.php
Find the line:
error_reporting(E_ALL ^ E_NOTICE);
change it to:
error_reporting(E_ALL ^ (E_NOTICE | E_DEPRECATED));
edit makefulltextfeed.php
Find the line:
error_reporting(E_ALL ^ E_NOTICE);
change it to:
error_reporting(E_ALL ^ (E_NOTICE | E_DEPRECATED));