I am trying to implement the webadmin recipe without much luck. I am
using the latest beta with CleanURLs. I have the following in my
local/config.php file:

 

# Enable Web Admin

$pagename = ResolvePageName($pagename); 

if ($pagename == 'SiteAdmin.WebAdmin') {

      $EnablePathInfo = 0;

 }

include_once("cookbook/webadmin.php");

 

When I go to SiteAdmin.WebAdmin?action=webadmin, I see the UI with the
folders and files listed. However, when I click on any folder, I get the
following message:

 

------------------------

PmWiki can't process your request

 

?invalid page name

 

We are sorry for any inconvenience.

 

Return to http://hip.eharch.com 

------------------------

 

I have noticed that the links to folders look like:

http://hip.eharch.com/SiteAdmin/pmwiki.php?action=webadmin?dir=C%3A%5Cwe
b%5Cwiki%5Ccookbook

 

All the command buttons links look like:

http://hip.eharch.com/pmwiki.php?action=webadmin

and these give me a "404 Not Found" error.

 

One more thing: the table with the list of folders and files is missing
all the icons.

 

I also noticed that when I tried to open the webadmin.php recipe file
with jedit, it did not read the file and gave me a long error message
which started with:

 

Cannot load with the encoding "Cp1252"

 

(but I was able to open the file with ConTEXT)

 

Thanks for all the help!

Sameer

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to