After loading a virgin 1.3.10 Wiki, phpWiki creates a
list of the WantedPages. As these original WantedPages
are completed, they are removed. However, the list is
never updates with any new WantedPages that are
referenced, but not created.
From the discussion on the phpwiki-talk mailing list:
http://sourceforge.net/mailarchive/forum.php?thread_id=6388829&forum_id=4517
=====
From: Robert Croson, Jr robert@ar...
WantedPages plugin
2005-01-20 06:01
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?
From: Reini Urban <rurban@x-...>
Re: WantedPages plugin
2005-01-20 08:03
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 databseThe 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 Croson, Jr <robert@ar...>
Re: WantedPages plugin
2005-01-20 08:07
At 17:03 on 20 Jan 2005, Reini Urban rurban@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 databseThe 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.
=====
Logged In: YES
user_id=13755
Apparently extract_links() doesn't work under certain
circumstances. Need to investigate. --reini