I set up PhpWiki 1.2.1 to run on a Red Hat Linux 6.2 box with Apache
1.3.14, mod_php 4.0.6, and PostgreSQL 7.1.2. Installation and
configuration were straightforward. Page viewing and editing works
fine. As expected, visiting http://localhost/phpwiki/admin.php returns:
Set the administrator account and password first.
In admin.php, I changed $wikiadmin and $adminpasswd to non-empty
strings and revisited http://localhost/phpwiki/admin.php. This time I
got:
Warning: Cannot add header information - headers already sent
by (output started at
/home/httpd/html/phpwiki-1.2.1/lib/pgsql.php:2) in
/home/httpd/html/phpwiki-1.2.1/admin.php on line 24
Warning: Cannot add header information - headers already sent
by (output started at /home/httpd/html/phpwiki-1.2.1/lib/pgsql.php:2)
in /home/httpd/html/phpwiki-1.2.1/admin.php on line 25
You entered an invalid login or password.
Further investigation left me none the wiser. Could someone please
enlighten me as to what I've done wrong?
Thanks,
Roger
|