From: Peter Campion-B. <pe...@pa...> - 2012-01-04 01:43:17
|
Whilst we have some activity on this list, can I also thank Reini and others for their continued work on phpwiki, and request help with a small problem please? I am seeing a problem with Backlinks no longer working. I recently moved my wiki to a new apache server, new versions of php and mysql, and a new version of phpwiki so I'm not sure which of these changes introduced the problem. Previously clicking on a page heading would give me a list of pages that linked to the current page, as you would expect. Now when I click on the page heading I get the text below (eg for the page 'HardwareNotes'): BackLinks: HardwareNotes <http://www.pandasys.co.uk/phpwiki/index.php/HardwareNotes> The contents of all pages are searched to find links to the current page. The BackLinks <http://www.pandasys.co.uk/phpwiki/index.php/BackLinks> function also answers the question: "Which pages contain the title of this page?". ------------------------------------------------------------------------ ------------------------------------------------------------------------ To display the list of pages which all contain multiple links use a pagelist as page argument. For example <?plugin BackLinks page=Milk,Honey ?> would display all pages which contain links to Milk AND Honey. At the foot of the page is a grey box containing the following: Notice: "empty item Cached_PluginInvocation Object" * ( * [_pi] => <?plugin BackLinks exclude||='' include_self||=1 noheader||=0 page||='' info||='' ?> * [pi_name] => plugin * [name] => BackLinks * [args] => exclude||='' include_self||=1 noheader||=0 page||='' info||='' * [_tightenable] => 0 * ) The page source has the following html for the page heading: <h1><a href="HardwareNotes?action=BackLinks <view-source:http://www.pandasys.co.uk/phpwiki/index.php/HardwareNotes?action=BackLinks>"class="backlinks"title="BackLinks for HardwareNotes"onmouseover="window.status="BackLinks for HardwareNotes"; return true;"onmouseout="window.status='';return true;">HardwareNotes</a></h1> Any help you can provide for this would be much appreciated, I use the backlink functionality a lot when moving around my wiki. Thank, Peter On 03/01/12 19:30, Harold Hallikainen wrote: > And happy new year to you! I just tried the latest release candidate, and > it looks very nice! As mentioned in an email over the weekend, I am seeing > a bit of strangeness in the left margin, a few errors and warnings at the > bottom of pages, and captcha images not showing up. This is all running > under Fedora 16. My test server is at > http://hallikainen.org:8080/BroadcastHistory/ > > Thanks! > > Harold > > > |