[pmwiki-users] Edit box does not appear

DaveG pmwiki at solidgone.com
Fri Dec 26 20:40:16 CST 2008


If you comment out the edit/site-wide password, what happens? If 
everything works when you remove the passwords, it sounds like you may 
be having a problem with (1)how you are specifying passwords, or with 
(2)writing session information.

Make sure your using the format:
$DefaultPasswords['admin'] = crypt('secret');
$DefaultPasswords['edit'] = crypt('secret');

For session information, try a search on the wiki. Let us know if you 
have no luck, and we'll try to help a little more.

  ~ ~ Dave

Arvind Agarwal wrote:
> I am resending this again in the hope that someone might reply.
>  
> 
>     I am a new user to PmWiki. I installed PmWiki successfully and now
>     when I click on to "edit" button to edit an existing page (or a new
>     page after creating it through the browser), it asks me for the
>     password and then just after I enter the paswword and hit enter,
>     there appears a blank screen. I do not see the edit box that I will
>     use to edit the page. I am not sure what the problem is. Can anyone
>     help me this? Thanks!
> 
>     I changed the config.php to include the edit passwrod and site wide
>     password.
> 
>     -- 
>     Arvind
> 
> 
> 
> 
> -- 
> Arvind
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users



More information about the pmwiki-users mailing list