Trying to setup the online portion of Citrus.  I have copied the entire
online directory to my webserver, and gave the files the same user/group as
everything else.  I edited (on the web server) the config.inc.php as
follows:  

<?php
/*--------------------------------------------------------------------------
--*/
// Copyright (C) 2002-2005  Paul Yasi <[EMAIL PROTECTED]>
// Read the README file for more information
/*--------------------------------------------------------------------------
--*/

/*--------------------------------------------------------------------------
--*/
// Define Variables
// The sys_dbuser should be a different user from the normal database user
// the should have fewer priveleges and only be able to select things from
the
// database and insert into only the few tables required, like
customer_history
/*--------------------------------------------------------------------------
--*/
$sys_dbhost = '172.xx.xx.x';
$sys_dbuser = 'onlinepwd';
$sys_dbpasswd = 'onlinepwd';
$sys_dbname = 'dbname';
$sys_dbtype = 'mysql';
$path_to_citrus = '172.xx.xx.x/citrusdb/';
$hidden_hash_var='newhashvariable!';
$payment_url = 'www.payment.url';
$notify_user = 'online';

// include localization file
include('./include/local/us-english.inc.php');

?>

When I go to www.magicwisp.com/online/index.php nothing comes up.  I can't
find any errors in the logs of either the web server or citrus box.  Any
ideas?


Jack D. Martin, Jr.

Wireless Internet Service Providers LLC
[EMAIL PROTECTED]
P.O. Box 278
Oilton, OK  74052
(918) 862-1065 
(918) 605-9552 cellular

When you make a mistake, there are only three things you should ever do
about it: 1. Admit it. 2. Learn from it, and 3. Don't repeat it. - Paul
"Bear" Bryant


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to