ALL Sorts of errors

edit makefulltextfeed.php

Find the line:

error_reporting(E_ALL ^ E_NOTICE);
change it to:

error_reporting(E_ALL ^ (E_NOTICE | E_DEPRECATED));

1 Like