[imp] probs with stable install
Terry Davis
tdavis@birddog.com
Sat, 24 Mar 2001 05:13:28 -0600
I am not using php4 just so I can simplify everything. I have had problems
with this lately so I wanted to start at square 1. I basically have all
that you said but our syntax differs. I followed the syntax from the
documentation. But if I remember, the cvs docs use double quotes not
single, and the stable version uses single in its documentation. I also
noted that I was to leave out the '=' sign. Again, following the docs.
Now for your question:
I have the following for mysql:
### Start ####
/* To use an SQL database, uncomment and edit the following: */
class HordeDB extends DB_Sql {
var $Host = 'localhost';
var $Database = 'horde';
var $User = 'hordemgr';
var $Password = 'hordemgr';
var $Port = '';
### End ####
I assume you want to use mysql. If not then there are a few other choices
in that file
### Start ###
Last, you need this section:
class HordeSession extends Session { var $classname = 'HordeSession';
var $cookiename = ''; // defaults to classname
var $magic = 'chuckmIMP'; // ID seed
var $mode = 'cookie'; // We propagate session IDs with
cookies
var $fallback_mode = 'get';
var $lifetime = 0; // 0 = do session cookies, else
minutes
var $that_class = 'HordeCT'; // name of data storage container
var $gc_probability = 5;
var $allowcache = 'no'; // don't allow any caching of pages
}
class HordeSessionCached extends HordeSession {
var $allowcache = 'private'; // allow private caching of pages
}
#### END ####
But this section should be left alone for most cases.
Hope that helps!
Terry
-----Original Message-----
From: Admin C.Eisma [mailto:admin@sector17.nu]
Sent: Saturday, March 24, 2001 5:06 AM
To: imp@lists.horde.org
Subject: Re: [imp] probs with stable install
Hi Terry,
Try doing this:
1) I am to put php3.ini in /usr/local/lib ... correct? yes indeed, this is
correct ;)
But please notice that if you have php4 installed it is php.ini
In the php.ini file you need to add the line:
track_vars = On
My include path:
include_path = "/usr/local/apache/php"
I hope I could help you out with this.
Now I have a question to you and all the others...
What do I need to fill in the local.inc?
I just can't make sense of it how it works.
Can anyone tell me what to do? To define a HordeClass storage container??
Please help
Thank You,
Cesar Eisma
--
IMP mailing list: http://horde.org/imp/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org