April 16, 2005
Minor updates today to the main feed2js.php and build.php scripts to more properly check for existence of variables before referencing them. This enabled a more reasonable set of defaults for the forms in the build.php script. This cause most of the problems in Windows server environments where the scripts produce "Undefined index" notices. Also, a remedy for thus was verified at another site to change the server'sphp.ini file section on error_reporting option. from:
error_reporting = E_ALLto
error_reporting = E_ALL & ~E_NOTICEAgain, lacking a Windows server, I am making a best guess.