[Pmwiki-users] Thank You and action= question

Nils Knappmeier nk
Sat Apr 17 07:57:28 CDT 2004


Did you solve it by now?

>------------------------------------------------------
>PmWiki can't process your request
>'Main.WikiSandbox?action=edit' is not a valid PmWiki page name
>We are sorry for any inconvenience.
>
>PmWiki can't process your request
>'Main.GroupAttributes?action=attr' is not a valid PmWiki page name
>We are sorry for any inconvenience.
>-----------------------------------------------------
>  
>
Otherwise: Since you're using
(1)   
http://www.lifesavingcoaches.ca/pmwiki/pmwiki.php?pagename=Main.WikiSandbox
and not
(2)   .../pmwiki.php/Main/WikiSandbox,
you have to go to
(3)   .../pmwiki.php?pagename=Main.GroupAttributes&action=attr
instead of
(4)   .../pmwiki.php?pagename=Main.GroupAttributes?action=attr

See the slight difference?
    '?' seperates the URL from the parameters and '&' seperates 
parameters from each other.

When PmWiki uses the PATH_INFO (2) normally, a '?' is fine (required), 
because the pagename still belongs the the URL. In your case (1), 
pagename is a parameter and 'action' another one, so you have to use '&'.

Hope that helps.
    Nils


>Thanks in advance of your response.
>
>Ronnie T.
>
>
>
>  
>





More information about the pmwiki-users mailing list