00800: Problems with authuser and 2.1.24

Summary: Problems with authuser and 2.1.24
Created: 2006-09-08 04:25
Status: Closed - fixed in 2.1.25
Category: Bug
From: Profiles
Assigned:
Priority: 55
Version: 2.1.24
OS: Linux/Mathopd/5.1.5

Description: With 2.1.24 I get the following error-messages, while 2.1.23 works very well:

Warning: Invalid argument supplied for foreach() in /var/www/pmwiki/scripts/authuser.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /var/www/pmwiki/scripts/authuser.php:44) in /var/www/pmwiki/pmwiki.php on line 885

I'm getting the passwords via Site.AuthUser with an 'htpasswd: /path/to/.htpasswd' entry.


I have something similar with 2.1.24 - don't know about earlier versions, since this is my first ..

Warning: Invalid argument supplied for foreach() in /home/roshste4/public_html/pmwiki/scripts/authuser.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /home/roshste4/public_html/pmwiki/scripts/authuser.php:44) in /home/roshste4/public_html/pmwiki/pmwiki.php on line 885

Passwords come from Site.AuthUser. I've checked config.php and AuthUser.php for end-of-file and eol bugs and can't find any of the usual suspects. NoachStern September 10, 2006, at 09:24 PM