From scrappy@hub.org Mon Oct 7 13:40:19 2002 From: scrappy@hub.org (Marc G. Fournier) Date: Mon, 7 Oct 2002 09:40:19 -0300 (ADT) Subject: [horde] Simple patch for horde/config/conf.php.dist ... Message-ID: <20021007093923.A23945-100000@hub.org> If you don't use the DNS method, it appears that the Pear PgSQL module needs to have a port defined else it produces an error ... following patch adds that to the conf.php.dist: *** conf.php.dist.o Mon Oct 7 07:37:17 2002 --- conf.php.dist Mon Oct 7 07:37:41 2002 *************** *** 105,110 **** --- 105,113 ---- // 'mssql', and 'oci8'. $conf['sql']['phptype'] = 'pgsql'; + // What port is the database server running on. + // $conf['sql']['port'] = '5432'; + // What protocol will we use to connect to the database. The default // is tcp, but if you wish to use UNIX sockets, change it to 'unix'. $conf['sql']['protocol'] = 'tcp'; From segleaur@mechanus.org Mon Oct 7 15:31:54 2002 From: segleaur@mechanus.org (Rodolfo Segleau) Date: Mon, 7 Oct 2002 09:31:54 -0500 Subject: [horde] login.php - blank page - HTML/Javascript error Message-ID: <1034001114.3da19adad2c01@webmail.mechanus.org> guys, FYI, after the last CVS update - the login page (the summary screen for horde) comes up blank. I traced down the error to: --- Begin HTML Source ---