|
Creating a new Page does not work. After Saving, the referencing link on the
'Parent-page' remains in the 'new-Page' State. One have to click the new page again,
save it the second time, and then the page appears. Big Bug! Also frequently,
but for now not specifiable 'Editing conflict' errors also definitly only one instance
is active.
I didn't have the previous version anymore! Where can I get it?
Matthias Hoffmann, [email protected] |
|
Calm down MH... If you want to fix it yourself, look at problem 93, or run
it as a cgi-bin program, till jcw gets to it. Think of it as a learning experience.
This is what you do. Unkit the whole thing, then edit this file.
wikit.vfs/lib/wikit/cache.tcl
Somewhere around line 51, change it to look like this:
set n [mk::view size $db.pages]
mk::set $db.pages!$n name $name
set titleCache($db,$lcname) $n
DoCommit $db
}
The new part is the "set titleCache($db,$lcname) $n".
Then you can rebuilt the kit, if you want. Also, I would recommend putting some
kind of backup process in place, so if the whole data file becomes corrupt, you
haven't lost anything that can't be replaced. If had a few problems running on
Windows with the stand-alone gui and httpd mode. NTM |