[imp] Composing Message
Taidus Toht
taidus@bns.ee
Wed, 13 Jun 2001 09:21:38 +0200
ok the local.inc was different in my /var/www/horde-phplib and i changed it
like this (there where only username and password wrong). What for is there
port?:
/* To use an SQL database, uncomment and edit the following: */
class HordeDB extends DB_Sql {
var $Host = 'localhost';
var $Database = 'horde';
var $User = 'root';
var $Password = '*******';
var $Port = '';
and i can connect to the database from command line
[root@taidus www]# mysql -hlocalhost -uroot -p****** horde
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 36 to server version: 3.23.36
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql>
But IMP still logs me out :(
And the number in test.php3 still wont increment when i reload the page :(
-----Original Message-----
From: Brent J. Nordquist [mailto:bjn@horde.org]
Sent: 12. juuni 2001. A. 19:38
To: 'imp@lists.horde.org'
Subject: RE: [imp] Composing Message
On Tue, 12 Jun 2001, Taidus Toht <taidus@bns.ee> wrote:
> now the test.php3 runs but when i reload it nothing changes!
Just to be clear: load the horde/test.php3 page, click the "test PHPLIB"
link, and reload *that* page. The "Per Session Data" is a counter which
should increment.
If the counter isn't incrementing, then you should double-check your
PHPLIB configuration: make sure that in horde/phplib/local.inc "class
HordeDB extends DB_Sql" is uncommented, make sure $Host, $Database, $User,
$Password are set to the correct values, make sure you can "mysql -h$Host
-u$User -p$Password $Database" from the command-line successfully, etc.
--
Brent J. Nordquist <bjn@horde.org> N0BJN
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org