[horde] Installation Horde 6
Brent
impuser at bitrealm.com
Sun Jan 25 18:15:38 UTC 2026
I'd type in the port used for your database, just to be complete. I
had not setup postgresql before, so I just did it and it works for me.
A few things to test/check:
Enable the test.php and ensure that you have all necessary php modules
installed, key would be php-pgsql
Verify that you can connect to this db from the shell using this user
AND create a table.
$ psql -h localhost -p 5432 -U mydatabase_user mydatabase_name
(type in password)
If that also works, then be sure you can create a table as that user:
mydatabase_name-> create table test123 (testname varchar(255) );
If that works, then the database is operational.
Next up would be the verify that you have the right stuff installed
via composer. Critical could be the DB package:
$ sudo -u apache composer show | grep -i db
horde/db 3.0.0alpha6 Database abstraction library
See if any of that helps you.
Good luck!
brent
Quoting Ruud Baart <r.j.baart at prompt.nl>:
> Hi,
>
> Hope anyone can help.
>
> Thanks to Brent's brief instructions, I have now made considerable
> progress with the installation of Horde 6 on my new Debian trixie
> server (PHP8.4, Posgresql 17, nginx). I can now configure the
> server. It's pretty similar to Horde 5, so I think I understand it
> reasonably well. However, I'm going around in circles because I'm
> getting an error message that I can't resolve.
>
> The message is:
>
> Undefined variable $results [pid 329592 on line 1242 of "/<my
> webroot
> dir>/horde/vendor/horde/db/lib/Horde/Db/Adapter/Postgresql/Schema.php"]
>
> This message appears when I configure the “SQL Database Settings”:
>
> $conf[sql][phptype] PostgreSQL
>
> $conf[sql][username] mydatabase_user
>
> $conf[sql][password] ****
>
> $conf[sql][protocol] tcp/ip
>
> $conf[sql][hostspec] localhost
>
> $conf[sql][port] <empty>
>
> $conf[sql][database] mydatabase_name
>
> $conf[sql][charset] utf-8
>
> $conf[sql][splitread] Disabled
>
> Nothing fancy there, I think.
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe,
> mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list