[pmwiki-users] First Field Farm Problem

Benoît Pruneau benoit.pruneau at icotech.ca
Wed Jul 6 11:46:20 CDT 2005


I want to create a farm with a field.

The wikifarm is at http://wikifarm.icotech.ca
The field is at http://progestech.icotech.ca

In the farm, I create a local/farmconfig.php like this:

<?php
      $FarmPubDirUrl = "http://wikifarm.icotech.ca/pub";
      $EnableLocalConfig = 1;
      $EnableDiag=1;
      include_once('local/config.php');
?>

In the field I create field.php like this:

<?php include("http://wikifarm.icotech.ca/pmwiki.php"); ?>

... and a local/config.php like this:

<?php if (!defined('PmWiki')) exit();
$ScriptUrl = "http://progestech.icotech.ca/field.php";
$PubDirUrl = "http://progestech.icotech.ca/pub";
$PageTemplateFmt = "$PubDirUrl/skins/progestech/pmwiki.tmpl";
$WikiTitle = 'Progestech';
$Skin = 'progestech';
$EnableDiag = 1;                         # enable remote diagnostics
$DefaultName="Accueil";
?>

...and also a skin in pub/skins/progestech.

When I execute http://progestech.icotech.ca/field.php, ...
It seems that the script ignore the config.php in my wiki field. Why?
-- 
------------------------------------------------------------------------
*Benoît Pruneau*
ben at icotech.ca

-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20050706/e1ea7c50/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: benoit.pruneau.vcf
Type: text/x-vcard
Size: 491 bytes
Desc: not available
Url : /pipermail/pmwiki-users/attachments/20050706/e1ea7c50/attachment.vcf 


More information about the pmwiki-users mailing list