RecentEdits is also frozen... however, new pages are added fine... There is a #wiki_pagedb.gdbm# from the day before my RecentEdit/RecentChanges freeze... could this be related?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My RecentChanges page is not being updated! I am using the flatfile storage method... Is there a way to rebuild the index?
Note: this is not a browser/client side issue
Along another note, I am experiencing this problem too:
PHP Warnings
lib/WikiDB.php:1745: Notice[8]: Undefined offset: 7
lib/WikiDB.php:1746: Notice[8]: Undefined offset: 7
the code is:
function delete_versiondata($pagename, $version) {
$new = $this->_backend->delete_versiondata($pagename, $version);
unset ($this->_versiondata_cache[$pagename][$version]['1']);
unset ($this->_versiondata_cache[$pagename][$version]['0']);
unset ($this->_glv_cache[$pagename]);
}
>Undefined offset: 7
ah thanks. I'll @ that. It might be annoying.
But I cannot really reproduce a freeze.
I had apache crashes (endless recursion on wikigroup and pageperm),
And I had the memory exhaustion fatal.
Both are fixed in latest CVS.
How can I rebuilt the RecentChanges page?
What should I investigate if my RecentChanges page stopped updating?
RecentChanges is generated automatically from the database.
but not all changes are recorded. only edits.
no renames, remive, setacl changes.
RecentChanges is not being updated -- new pages are not added, nothing is. Is my database corrupt? How can I reindex?
To clarify a bit, this functionality worked fine for a week or two then stopped suddenly.
RecentEdits is also frozen... however, new pages are added fine... There is a #wiki_pagedb.gdbm# from the day before my RecentEdit/RecentChanges freeze... could this be related?
>There is a #wiki_pagedb.gdbm# from the day before > my RecentEdit/RecentChanges freeze...
> could this be related?
yes, that's a stale lock. just delete this file.
cached: shift-reload