[pmwiki-users] Newbie Problem with AuthUser and FASTMember

Patrick R. Michaud pmichaud at pobox.com
Sun Sep 24 09:17:37 CDT 2006


On Sun, Sep 24, 2006 at 09:07:00AM -0500, writeon1 wrote:
> My config file now contains:
> 
> $DefaultPasswords['admin'] = crypt('mypassword');
> include_once("cookbook/htpasswdform.php");
> $AuthUser['htpasswd'] = '../members.htpasswd';
> include_once("$FarmD/scripts/authuser.php");
> include_once("$FarmD/cookbook/membership.php")
> 
> This results in:
> *Parse error*: parse error, unexpected T_INCLUDE_ONCE in 
> */home/sanfrane/public_html/sfepm/local/config.php* on line *37**
> *
> If I comment out the 5th line (including membership.php) the site 
> displays properly.

You're missing the semicolon at the end of the include_once line
for membership.php.

Pm





More information about the pmwiki-users mailing list