[pmwiki-users] pmWiki 2.1.27 - not able to view a site except the Homepage
Michael Schneider
resu-cam at gmx.net
Tue Aug 19 14:19:45 CDT 2008
Hi,
I've just installed pmWiki 2.1.27 on my server (lighttpd 1.4.18 and
php 5.2.5) and I have a weird behavior. (same behavior when I use the
current beta version)
I can call http://myserver/pmwiki/pmwiki.php and it shows the pmWiki
page correctly. When I click on "basic editing" (http://myserver/pmwiki/pmwiki.php?n=PmWiki.BasicEditing
) it shows the same page as "http://myserver/pmwiki/pmwiki.php" does.
Same on http://myserver/pmwiki/pmwiki.php?n=PmWiki.InitialSetupTasks
and all other links.
When I click on "Edit" the normal editing Page opens and lets me edit
the site.
When I click on "Save" my changes disappear and the editing page
reopens.
Seems that the parameters after http://myserver/pmwiki/pmwiki.php? are
ignored.
Has anybody an idea where the problem is?
Thanks,
Michael
my config.php:
<?php if (!defined('PmWiki')) exit();
$WikiTitle = 'PmWiki';
$ScriptUrl = 'http://myserver/pmwiki/pmwiki.php';
$PubDirUrl = 'http://myserver/pmwiki/pub';
$DefaultPasswords['admin'] = crypt('password');
$EnableGUIButtons = 1;
$EnableDiag = 1;
More information about the pmwiki-users
mailing list