[pmwiki-users] Gemini skin - problem with two actions

Hans design at flutesong.net
Thu Mar 17 01:56:22 CST 2005


Thursday, March 17, 2005, 6:03:13 AM, John wrote:
> I was trying and really liking the skin switching and while using
> Gemini I tried the "Cross Ref"  and "List Group" buttons and got the
> following error.
 
>  Fatal error: Call to undefined function: () in
> /nfs/cust/0/44/07/570440/web/storywiki/pmwiki.php on line 804 

'Cross Ref' and 'List Group' are both search actions:
'Cross Ref' searches the whole wiki with the page name as search
criteria:
  [[Main.SearchWiki?q={$Name} | Cross Ref]]
List Group searches the current group and lists all pages in the group:
  [[Main.SearchWiki?q={$Group}/ | List Group]]

The error you report points to pmwiki function FormatTableRow.
I wonder if you can reproduce the error using another skin.
Just go to page Main.PageFootMenu and test the links Cross Ref and
List Group. I suspect the error does not lie with the gemini skin, but
somewhere else. And I don't understand enough of what goes on in
pmwiki.php to identify the cause of the problem.

I just offered this added functionality of page cross references and
group listings since I find it very useful, but it is not essential
and the links could be removed if not wanted or causing problems.

Still, if you get problems with these simple search links, it may be
good to find out why.


Best, 
~Hans                           




More information about the pmwiki-users mailing list