I've just uploaded release 1.1.4 which fixes this problem. http://www.citrusdb.org
Paul On 6/27/07, Jack Martin <[EMAIL PROTECTED]> wrote: > That corrected the problem - thanks Paul!!! Is there anyway to let > customers correct their profile information? I don't want them to add > services - but would like for them to be able to change addresses and such. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Yasi > Sent: Wednesday, June 27, 2007 7:20 PM > To: For users of CitrusDB discussion > Subject: Re: [Citrusdb-users] Online Section > > Yeah, I think that is the same bug as someone else had. I commited the > wrong thing into the CVS repository and have to put together another > distribution file for citrusdb with the fix. There is a file called > adodb-session2.php that is missing from the online section, but is in the > include/adodb/session folder in the main section. If you copy that file > over, or even just the whole adodb folder from include to online/include > that will fix it. > > Paul > > On 6/27/07, Jack Martin <[EMAIL PROTECTED]> wrote: > > > > > > > > > > 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 > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > > > > > > -- > The CitrusDB Project | http://www.citrusdb.org Open Source Customer Care & > Billing System > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > -- The CitrusDB Project | http://www.citrusdb.org Open Source Customer Care & Billing System ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/citrusdb-users
