I have successfully created a farm with about half a dozen wikis running on a 
web server. I downloaded them and attempted to set them up locally to test some 
additional Cookbooks. When I tried to run, using XAMPP, the main Farm wiki 
works well, with some updates, but the additional ones do not. The skin is will 
not change for the farmed sites won't accept their different skin, nor will the 
page title. I tried to create a vanilla farm and found the same issue.

main config.php
$WikiTitle = 'Cham Wiki';

farmconfig.php
<?php if (!defined('PmWiki')) exit();
$FarmPubDirUrl = 'http://127.0.0.1/Farms/main/pub';

Sub config.php
<?php if (!defined('PmWiki')) exit();
  ## Title of your farmed wiki
  $WikiTitle = 'New Wiki';

Both wikis show 'Cham Wiki' as the title.

Is there a conflict with XAMPP or localhost/127.0.0.1? What else am I missing?

Thank you.
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to