Entry
Getting "warning already defined" errors
Aug 24th, 2001 06:18
Tom Wise,
I am getting errors on initial setup of freetrade. I am running it on
win98 with apache.
Here is an example of the errors I am getting:
"
Warning: Constant l_updateitem_panic already defined in d:\apache
group\apache\htdocs\modules\language\english on line 486
Warning: Constant l_updateaddress_denied already defined in d:\apache
group\apache\htdocs\modules\language\english on line 518
"
I followed all install instructions and had to define these setting
manually:
"
define("SERVER_NAME", "localhost");
define("SCRIPT_NAME", basename(__FILE__));
define("APPLICATION_ROOT", "d:/apache group/apache/htdocs");
define("EXTERNAL_PATH", "/htdocs");
"
Any help for this rookie would be appreciated, Tom