[horde] Parse Error

Marko Djukic marko at oblo.com
Thu Apr 24 13:27:13 PDT 2003


Quoting Alexandros Trikaliotis <trikali at oberberg-online.de>:

> Quoting Marko Djukic <marko at oblo.com>
>
> > Parse error: parse error, unexpected T_STRING in xxx/config/horde.php
> on
> >> line 161
> >>
> >> Line 161   $conf['prefs']'params'['database']='horde';
> >> Line 162   $conf['prefs']'params'['table']='horde_prefs';
> ---------------------------^^^^^^^^
> >This is not valid php. This is: $conf['prefs']['params']...
>
> >marko
>
> Sorry Marco,
>
> by typing the mail I made a mistake. In horde.php there is an entry
>
>  $conf['prefs']['params']['table']='horde_prefs';
>
> Could it be a problem of a missing database requested by prefs.sql?

no it's a php parse error, meaning wrong syntax somewhere. most probably the
line immediately before 161?

no idea without seeing the previous lines of your horde.php



More information about the horde mailing list