Hey John,

Glad you decided to check-out FreeTrade.  Welcome!

I think your problem is that in the module /include/global_settings you have
not set some database connection info.  The part of the file that's really
important is:

        /*
        ** Database variables
        */
        define("DATABASE_HOST", "localhost");
        define("DATABASE_USER", "httpd");
        define("DATABASE_PASSWORD", "");
        define("DATABASE_NAME", "freetrade");

You also have to setup all the database tables in MySQL using the
"build.sql" file, if you haven't done that already.

And obviously you will want to make sure no-one can get access to all those
module files, for security reasons (you are about to put a database password
in that init file, for instance).

Hope this helps!

- Isaac  =)

On Wed, 8 Dec 1999, John Ashton wrote:

> I am new to the list and i am new to free trade i heard about free-trade through 
>thter php mailing list..
> 
> I now have free trade on my server and im getting toms of errors...
> Just wondering what i should do to resolve these errors..
> 
> Ive read the manual and i must still say i am lost
> 
> http://www.buyatbenchmark.com/freetrade 
> 
> is my site
> 
> Thanx in advance
> 


|----------------------------|\ | | | /|----------------------------|
  Isaac Reuben               | \| | |/ |           [EMAIL PROTECTED]  
                      -------------------------
    "Maybe she's just pieces of me you've never seen" - Tori Amos  
|-------------------------------------------------------------------|



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to