From: Robert C. J. <ro...@ar...> - 2005-01-20 14:01:59
|
I have recently set up a phpWiki using: phpWiki 1.3.10 Apache 2.0.47 PHP 4.3.2 mySQL something-or-other databse The WantedPages plugin doesn't ever seem to be updated with links to new empty pages. It lists the empty links that come with a virgin wiki, and that's it. If I create one of those pages, the link is removed from the WantedPages list. New links are never added, though. Is there some script I need to run to generate a new list of empty links? -- ARCOM Inc. 440.639.9500 http://www.arcm.com ---Excellence In Technical Communications--- |
From: Robert C. J. <ro...@ar...> - 2005-06-24 19:30:42
|
What do I have to do to get my WantedPages plugin to work? Since the day I installed PHPWiki 1.3.10, this plugin never shows any new wanted pages. It only shows the wanted pages that were present in the virgin load. If I create a page that is listed, it is remvoed from the listing. And new wanted pages are never added to the listing. Any ideas? -- Rob Croson (ro...@ar...) Member of the Pegasus Mail and Mercury/32 Beta Test Teams Pegasus Mail and Mercury/32 Portal: http://email.arcm.com Visit the MailWiki: http://email.arcm.com/wiki Support Pegasus Mail: http://www.cafeshops.com/pegasusmail |
From: Reini U. <ru...@x-...> - 2005-06-25 07:24:27
|
Robert Croson, Jr schrieb: > What do I have to do to get my WantedPages plugin to work? Since the day I > installed PHPWiki 1.3.10, this plugin never shows any new wanted pages. It > only shows the wanted pages that were present in the virgin load. > > If I create a page that is listed, it is remvoed from the listing. And new wanted > pages are never added to the listing. > > Any ideas? Please file a bugreport, because I almost forgot to fix that. And add the summary from the discussion here from January. extract_links apparently is buggy. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |
From: Rob C. <ro...@ar...> - 2005-06-28 01:27:14
|
On 25 Jun 2005 at 9:24, Reini Urban wrote: > Robert Croson, Jr schrieb: > > What do I have to do to get my WantedPages plugin to work? Since the day I > > installed PHPWiki 1.3.10, this plugin never shows any new wanted pages. It > > only shows the wanted pages that were present in the virgin load. > > > > If I create a page that is listed, it is remvoed from the listing. And new wanted > > pages are never added to the listing. > > > > Any ideas? > > Please file a bugreport, because I almost forgot to fix that. > And add the summary from the discussion here from January. > > extract_links apparently is buggy. I just filed a bug report of SourceForge. Hope I did it OK. That's my first SF bug report. http://sourceforge.net/tracker/index.php?func=detail&atid=106121&aid=1228703&group_id=6121 -- Rob Burnout - Attitudes are contagious. Mine might kill you. |
From: Reini U. <ru...@x-...> - 2005-01-20 16:03:25
|
Robert Croson, Jr schrieb: > I have recently set up a phpWiki using: > phpWiki 1.3.10 > Apache 2.0.47 > PHP 4.3.2 > mySQL something-or-other databse > > The WantedPages plugin doesn't ever seem to be updated with links to > new empty pages. It lists the empty links that come with a virgin wiki, > and that's it. If I create one of those pages, the link is removed from > the WantedPages list. New links are never added, though. Which DATABASE_TYPE? SQL or ADODB? > Is there some script I need to run to generate a new list of empty > links? No, it should be dynamic. The empty and links are extracted at pagesave. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Robert C. J. <ro...@ar...> - 2005-01-20 16:07:49
|
At 17:03 on 20 Jan 2005, Reini Urban <ru...@x-...> wrote: > Robert Croson, Jr schrieb: > > I have recently set up a phpWiki using: > > phpWiki 1.3.10 > > Apache 2.0.47 > > PHP 4.3.2 > > mySQL something-or-other databse > > > > The WantedPages plugin doesn't ever seem to be updated with links to > > new empty pages. It lists the empty links that come with a virgin > > wiki, and that's it. If I create one of those pages, the link is > > removed from the WantedPages list. New links are never added, though. > > Which DATABASE_TYPE? SQL or ADODB? DATABASE_TYPE = SQL > > Is there some script I need to run to generate a new list of empty > > links? > > No, it should be dynamic. The empty and links are extracted at pagesave. -- ARCOM Inc. 440.639.9500 http://www.arcm.com ---Excellence In Technical Communications--- |