babul gogoi - 2004-09-20

I hv installed the program . its working fine.

BUT when I generate in simple mode:

http://localhost/phpCodeGenie3/web/generators/php/simpleDb/chooseWhatToGenerate.php?table=score&db=score

I get these errors:

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 14

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 15

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 16

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 17

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 18

Notice: Constant already defined in c:\inetpub\wwwroot\phpCodeGenie3\web\generators\php\simpleDb\chooseWhatToGenerate.php on line 19

Generate and Save Simple Code for All Tables for Database score
xxx
Please choose settings for Auto Generation.

=========== here's my config file:

<?
   session_start();
   define("URL_ADDRESS","http://localhost/phpCodeGenie3/web");
/*   
   // Linux Server
   define("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3");   // no trailing slashes
   define("FILE_SEPARATOR", "\\&quot;);
   // win or nix
   define("OS_TYPE","win");
*/  

   // Windows Server
   define("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3");   // no trailing slashes
   define("FILE_SEPARATOR", "\\&quot;);
   // win or nix
   define("OS_TYPE","win");

   define("WEB_SEPARATOR","/");
   define("APP_PATH",SITE_PATH.FILE_SEPARATOR."app");
   define("WEB_PATH",SITE_PATH.FILE_SEPARATOR."web");   
   
   // Specify the language that you want to use phpCodeGenie in
   // You can make your own language file if it does exist yet
   // and send your contribution back to phpCodeGenie
   define("LANGUAGE_FILE",APP_PATH.FILE_SEPARATOR."language".FILE_SEPARATOR."lang_english.inc.php"); 
     

   define("CONFIG_COMPONENT",APP_PATH.FILE_SEPARATOR."settings");
   define("CONFIG_FILE",CONFIG_COMPONENT.FILE_SEPARATOR."definitions.inc.php");  
   include_once(CONFIG_FILE);  

?>

=========

ALso generated edit/update sscript is not working