In a new install of the current version of
BlogPlugin, the permalinks associated with blog entries are invalid. I have a freshly-created test blog at
http://www.nevadabrew.com/twiki/bin/view/TestBlog
; if you click the "Welcome to BlogUp" link, it tries to take you to
http://www.nevadabrew.com/twiki/bin/view//BlogEntry0
(which, of course, fails). That double-slash before "BlogEntry0" should have TestBlog between the slashes, but it doesn't. Is this something that I can fix after a blog has been created, or is there some other fix that will need to be devised?
Did you set the plugins' evaluation order in configure to
$TWiki::cfg{PluginsOrder} = 'GluePlugin,IfDefinedPlugin,SpreadSheetPlugin'
??
You are currently using TWiki-4.0.4. Please try to upgrade to
TWiki-4.0.5
, or
wait til
TWiki-4.1.1
is out. (Don't use 4.1.0 as there's a severe bug in SEARCH).
MD
The plugin order was copy-and-pasted from the
instructions
:
GluePlugin,
SpreadSheetPlugin,
IfDefinedPlugin,
AliasPlugin
Hmm...that puts
SpreadSheetPlugin before
IfDefinedPlugin, not after. Which order is correct?
I can give TWiki 4.0.5 a shot, but that'll need to wait until this evening.
I've upgraded to 4.0.5...still no joy, even after deleting and recreating the test blog. Changing the load order for
SpreadSheetPlugin and
IfDefinedPlugin also didn't make any difference.
Flipped to new state, as it's not clear who this is waiting for
CC