New Variable Setup Logic

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's php.ini file section on error_reporting option. from:
  error_reporting = E_ALL
to
  error_reporting = E_ALL & ~E_NOTICE
Again, lacking a Windows server, I am making a best guess.

Write a comment










Remember personal info?





Spam Prevention Security Code: Enter the numbers you see in the image above