> You're right, I am running a farm (using farmconfig.py, not
> wikiconfig.py).  However, I've combed thru my farmconfig.py file very
> thoroughly,

If it is what I suspected, that it is one of your import statements.

>  and am not seeing any problems.  Does  "auth =
> [HTTPAuth()]" need something within the parentheses?

No.

>     ("main",  r"^.*.cognitivearts.com/main.*$"),

^.*\. is maybe what you mean (what you have of course matches that
also).

>     url_prefix = '/wiki_static160'

Needs update. :)

>     allowed_actions = ['AttachFile', ]

I don't think this still exists.

>     # You must use Unicode strings here [Unicode]
>     page_category_regex = u'^Category[A-Z]'
>     page_dict_regex = u'[a-z]Dict$'
>     page_group_regex = u'[a-z]Group$'
>     page_template_regex = u'[a-z]Template$'

That's not correct for 1.7, please see docs/CHANGES. If you just want
english, you can just delete those settings and use the new defaults.

>     shared_intermap = 'c:\moin\intermap.txt'

r'...' ?

>     logo_string = u'<img src="/wiki/common/CogArts-logo.gif"
> alt="Cognitive Arts">'

Do you have this additionally to /moin_staticXXX ?

Strange, no wrong import AFAICS.

Well, maybe try again with next RC, will be out tomorrow (hopefully).
It has better ImportError handler.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to