faqts : Computers : Software : FreeTrade : Installation

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 3 people (0%) answered Yes
Recently 0 of 3 people (0%) answered Yes

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