[Pmwiki-users] Parse error, unexpected T_VARIABLE
Kevin Hayes
kevinhayes
Fri Dec 31 14:46:26 CST 2004
Yes, indeed, a missing semicolon. I assume it was reading two lines
clumped together.
Thanks. Now to figure out how I want the security set up.
I like what I see so far. My primary audience is very unsophisticated,
so PMWiki's simple approach looks good for them. I also insist on CSS
and XHTML, so again PMWiki is taking the right approach.
Friday, December 31, 2004, 3:03:08 PM, Patrick wrote:
PRM> On Fri, Dec 31, 2004 at 01:38:01PM -0500, Kevin Hayes wrote:
>> I'm trying to set up passwords. When I enter the following line (41) in
>> config.php
>> $DefaultPasswords['admin'] = crypt('armadillo');
>> and run PMWiki, I get this error message:
>> Parse error: parse error, unexpected T_VARIABLE in
>> /home/kphayes/public_html/wiki/local/config.php on line 41
>>
>> Any ideas on what's wrong?
PRM> My first guess would be that a semicolon is missing from whatever
PRM> executable line comes before line 41. If that's not it,
PRM> send me a copy of your config.php and I'll take a look. :-)
PRM> Pm
More information about the pmwiki-users
mailing list