Menu

1.3.10 RecentChanges frozen

Help
Sky Huvard
2004-09-26
2012-10-11
  • Sky Huvard

    Sky Huvard - 2004-09-26

    My RecentChanges page is not being updated! I am using the flatfile storage method... Is there a way to rebuild the index?

     
    • Sky Huvard

      Sky Huvard - 2004-09-27

      Note: this is not a browser/client side issue

       
    • Sky Huvard

      Sky Huvard - 2004-09-28

      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]);
      }

       
    • Reini Urban

      Reini Urban - 2004-09-28

      >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.

       
    • Sky Huvard

      Sky Huvard - 2004-09-28

      How can I rebuilt the RecentChanges page?

      What should I investigate if my RecentChanges page stopped updating?

       
      • Reini Urban

        Reini Urban - 2004-09-28

        RecentChanges is generated automatically from the database.

        but not all changes are recorded. only edits.
        no renames, remive, setacl changes.

         
    • Sky Huvard

      Sky Huvard - 2004-09-28

      RecentChanges is not being updated -- new pages are not added, nothing is. Is my database corrupt? How can I reindex?

       
    • Sky Huvard

      Sky Huvard - 2004-09-28

      To clarify a bit, this functionality worked fine for a week or two then stopped suddenly.

       
    • Sky Huvard

      Sky Huvard - 2004-09-29

      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?

       
      • Reini Urban

        Reini Urban - 2004-09-29

        >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.

         
    • Reini Urban

      Reini Urban - 2004-09-26

      cached: shift-reload

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.