Re: [pmwiki-users] User management (Cookbook: htpasswdform)

2009-05-09 Thread Dominique Faure
On Sat, May 9, 2009 at 19:48, Tyrus Elias  wrote:
> In continued effort to manage users, I have moved on to try using a
> cookbook. I have tried "include_once("$FarmD/cookbook/htpasswdform.php");"
>

Did you literaly use
"include_once("$FarmD/cookbook/htpasswdform.php");" in your
configuration file, ie. including the surrounding quotes?
If so, they should be removed. The configuration line should be read:

  include_once("$FarmD/cookbook/htpasswdform.php");

Hope this help,
Dominique

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] User management (Cookbook: htpasswdform)

2009-05-09 Thread Tyrus Elias
In continued effort to manage users, I have moved on to try using a 
cookbook. I have tried "include_once("$FarmD/cookbook/htpasswdform.php");"


What I get in return is the following (what appears to be 12 lines of 
values 1 value per line) followed by a block paragraph of data concluded 
with the warning listed below.


Any help? I am using godaddy hosting.
--

array('apr1', '$apr1$', true), 1 => array('crypt', null, false), 2 => 
array('SHA-1', '{SHA}', false), )); SDVA($HtpasswordMsgFmt, array( 
'created' => "



 $['%s' has been created.]

", 'deleted' => "


 $['%s' has been deleted.]

", 'no_name' => "


 $[no valid name specified.]

", 'unmatched' => "

--
", )); $HandleActions['postadmhtpasswd'] = 'HandleHtpasswdAdmForm'; 
$HandleAuth['postadmhtpasswd'] = $HtpasswordAuth;


*Warning*: Cannot modify header information - headers already sent by 
(output started at 
/home/content/l/a/n/lanoble1/html/wiki/cookbook/htpasswdform.php:7) in 
*/home/content/l/a/n/lanoble1/html/wiki/pmwiki.php* on line *1079*
begin:vcard
fn:Tyrus Elias
n:Elias;Tyrus
tel;work:800-901-1089
note:Massage Therapist - - Communication Consultant - - Web and media developer - - Artist and Performer
x-mozilla-html:FALSE
url:livelifetoday.info
version:2.1
end:vcard

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users