[pmwiki-users] Minor question regarding the definition of "Wiki farm"

H. Fox haganfox at users.sourceforge.net
Mon Mar 20 00:57:43 CST 2006


On 3/19/06, christian.ridderstrom at gmail.com
<christian.ridderstrom at gmail.com> wrote:
> On Sun, 19 Mar 2006, H. Fox wrote:
> > > cd /home/chr
> > > svn co svn://pmwiki.org/pmwiki/tags/latest pmwiki
> > > mkdir public_html/test
> > > mv pmwiki/pub public_html/test/pub
> > > cd pmwiki/local
> > > echo '<?php $FarmPubDirUrl="http://wwww.lyx.org/~chr/test/pub";'>farmconfig.php
> > > cd ~chr/public_html/test
> > > echo '<?php include("/home/chr/pmwiki/pmwiki.php");' > pmwiki.php
> >
> > Try
> >
> > cd /home/chr/public_html/test
> > echo '<?php include("/home/chr/pmwiki/pmwiki.php");' > index.php
> > chmod 644 index.php
>
> That doesn't change anything. Btw, I've already checked that pmwiki.php
> (i.e. the included pmwiki.php) is executed by inserting an 'echo "hello";'.
>
> Did you try my steps above and get it to work?

No, I didn't.  I just now tried something similar:

cd
svn export svn://pmwiki.org/pmwiki/tags/latest pmwiki --force
mv pmwiki/pub public_html/
echo '<?php $FarmPubDirUrl="http://www.example.com/~someuser/pub";'>pmwiki/local/farmconfig.php
mkdir public_html/test
echo '<?php include("/home/someuser/pmwiki/pmwiki.php");'>public_html/test/index.php

and the result is

    PmWiki can't process your request

    ?unable to find skin from list pmwiki

    We are sorry for any inconvenience.

The URL in $FarmPubDirUrl does point to the pub/ directory....

Hagan




More information about the pmwiki-users mailing list