[pmwiki-users] basepage and PTVs not working.

Stirling Westrup sti at pooq.com
Tue Nov 6 17:41:14 CST 2007


I have a problem with using PTVs relative to a basepage, on a site I'm working
on. I can't point to the site under development, but I managed to reproduce it
on a different site hosted by the same farm. All attempts to duplicate the
problem on PmWiki have failed, and I can't figure out what's different.

Here's the PmWiki test page that works fine:

  http://www.pmwiki.org/wiki/Test/BaseA

It correctly includes Test.BaseB using a basepage of Test.BaseC.

When I try the exact same thing on a clean install in my farm, it doesn't work:

  http://sti.pooq.com/patterns/Test/BaseA

The local/config for this latter site is very simple:

  <?php if (!defined('PmWiki')) exit();
  ini_set('display_errors', 1);
  $EnableDiag=1;
  $EnablePathInfo = 1;
  $PubDirUrl = "http://sti.pooq.com/patterns/pub";
  $FarmPubDirUrl = "http://sti.pooq.com/wikipub";
  $ScriptUrl = "http://sti.pooq.com/patterns";
  $DefaultPasswords['admin'] = crypt('quick');

Does anyone have any ideas what could be going wrong? My farmconfig.php file
is completely empty, so its nothing that I'm doing there.






More information about the pmwiki-users mailing list