[imp] Click here to test PHPLIB for Horde NOT WORKING

Mark Hutchinson mark@lightsign.com
Tue, 31 Jul 2001 09:24:34 -0600


You were right.  I uncommented out all of the section and it works much
better!  Thanks a great deal for your help.

When I log in now with name and password then hit login, I get page not
found.  Strange.  Any ideas?  Geez, you may as well be typing here too.

Mark
----- Original Message -----
From: "Rich Lafferty" <rich@horde.org>
To: <imp@lists.horde.org>
Sent: Tuesday, July 31, 2001 9:15 AM
Subject: Re: [imp] Click here to test PHPLIB for Horde NOT WORKING


> On Tue, Jul 31, 2001 at 09:09:03AM -0600, Mark Hutchinson
(mark@lightsign.com) wrote:
> > Am I incorrect assuming that the stock config (simply uncommented) works
for
> > Mysql?  I have uncommented
> > class HordeDB extends DB_Sql {
> >   var $Host = 'localhost';
> >   var $Database = 'horde';
> >   var $User = 'hordemgr';
> >   var $Password = 'hordemgr';
> >   var $Port = '';
> >
> > And get this:
> > Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or
> > `T_VAR' or `'}'' in /usr/local/apache/php/local.inc on line 43
>
> It's right -- there should be a closing bracket '}' somewhere towards the
> end of class HordeDB. Did you uncomment this part?
>
>   function halt($msg) {
>     printf("<b>Database error (HordeDB):</b> %s<br>\n", $msg);
>   }
> }
>
> > Am I on the right track here?
>
> No, I think you've still left some lines commented out. If it still
> fails, please send along your /entire/ local.inc (with password
> removed!).
>
>   -Rich
>
> --
> Rich
Lafferty --------------+-----------------------------------------------
>  Montreal, Quebec, Canada   |  Save the Pacific Northwest Tree Octopus!
>  http://www.lafferty.ca/    |    http://zapatopi.net/treeoctopus.html
>
rich@lafferty.ca -----------+-----------------------------------------------
>
> --
> 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
>