Menu

#182 ==Object(wikipagename)== on the unknown wiki links.

Rendering
closed
nobody
5
2012-10-11
2003-02-26
No

Just made a CVS update (2003/02/26) and I'm getting
==Object(wikipagename)== on the unknown wiki links.

Searched for some thing similar on the source code and
found this:

// $Log: PluginManager.php,v $
// Revision 1.7 2003/02/24 01:36:25 dairiki
// Don't use PHPWIKI_DIR unless it's defined.
// (Also typo/bugfix in SystemInfo plugin.)
//
// Revision 1.6 2003/02/24 00:56:53 carstenklapp
// Updated to work with recent changes to WikiLink
function (fix "==Object(wikipagename)==" for unknown
wiki links). <<<<<<<<<<<
//
// Revision 1.5 2003/02/22 20:49:56 dairiki
// Fixes for "Call-time pass by reference has been
deprecated" errors.

daniel

Discussion

  • Daniel Feliciano Branco

    Logged In: YES
    user_id=83906

    Just to add that the wiki was working fine, although the
    last cvs update was from end 2002. The rest continues to
    work ok, and the ? to create the missing wiki page also works.

    daniel

     
  • Geoffrey T. Dairiki

    Logged In: YES
    user_id=45814

    I suspect this you're seeing the effects of old cached markup
    (old meaning compiled with older code incompatible with the
    current cached markup code).

    Try using the new "Purge Markup Cache" button on
    PhpWikiAdministration, and then reload (maybe shift-reload)
    the pages showing the bad links.

    Or, to purge the markup cache on a page-by-page basis,
    try adding a ?nocache=purge query arg to the page URL,
    and (shift-)reload the page.

    If that doesn't fix the problem, please report back. (And
    if the wiki is publically available, give me a URL to it.)

    (I guess we should try detect when the local PhpWiki
    software has been updated and automatically purge the markup
    cache.)

     
  • Anonymous

    Anonymous - 2003-02-27

    Logged In: YES
    user_id=11699

    I bet you are using either the MacOSX or Portland themes. I
    just submitted a patch to fix this problem for those themes
    to the mailing list. Email me if you can't get the patch
    from the mailing list.

    --
    tmokros@neo.rr.com

     
  • Geoffrey T. Dairiki

    Logged In: YES
    user_id=45814

    I just applied Todd's patch to CVS, so if you just update to
    latest CVS, you'll have them.

     
  • Geoffrey T. Dairiki

    Logged In: YES
    user_id=45814

    I just applied Todd's patch to CVS, so if you just update to
    latest CVS, you'll have them.

     
  • Daniel Feliciano Branco

    Logged In: YES
    user_id=83906

    Just CVS updated and it's ok now, thanks.

    daniel

    ps: and yes it was the macOs theme.

     

Log in to post a comment.