On 21 Jul 2009 18:32:54 -0700, Ted Stern wrote:
>
> On 21 Jul 2009 16:27:02 -0700, R. Bauer wrote:
>>
>> I guess you haven't adapted your page_*_regex to the new scheme
>> see docs/CHANGES
>>
>> at least the stuff marked with HINT should get your attention
>
> It wasn't clear earlier.
>
> I've commented out the page_*_regex lines in farmconfig.py, which
> helps.
>

Oh, and I also ran

    moin maint cleancache ...

like this:

    cd /path/to/farm/files
    grep moin_server_hostname farmconfig.py |
      <command to print wikiconfigfilename and URL as two words> | \
      while read $name $URL ; do \
           ./moin maint cleancache \
                --config-dir=/path/to/farm/files \
                --wiki-url=$URL $name ; done

Ted
-- 
 Frango ut patefaciam -- I break so that I may reveal

------------------------------------------------------------------------------
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to