[Pmwiki-users] pmwiki2 installation feedback
Knut Alboldt
mailing
Tue Oct 5 01:32:50 CDT 2004
I definitly have to set
$ScriptUrl = $_SERVER['PATH_INFO'];
$PubDirUrl = "/wiki/$pmwikipgmdir/pub";
$EnablePathInfo = 0;
within farmconfig.php or config.php, otherwise pmwiki won't run.
---
Oh, I noticed a "new" exit-statement at the end of processing pmwiki.php v2.
I'm calling pmwiki.php from an index.php (require_one ...) and for
debugging or other postprocessing I exspected pmwiki.php to give back the
controll to the calling script.
In pmwiki V1 an exit is only executed in case of an error (e.g. basic auth)
or redirection.
Knut
>I've installed pmwiki.2.0.devell11 on:
>- windows2000 sp4
>- apache 1.3.27
>- php 4.3.2 as cgi
More information about the pmwiki-users
mailing list