SID-01337: BibtexPlugin file parameter problem
| Status: |
Unanswered |
TWiki version: |
4.2.4 |
Perl version: |
|
| Category: |
BibtexPlugin |
Server OS: |
|
Last update: |
14 years ago |
Hi,
I have such a reference to
BibtexPlugin:
%BIBTEX{topic="Bibliography.WebHome" form="on" errors="on" file="bibliography.bib" }%
When I open the page I get search form and list of publications - everything looks ok. But when I run an search engine it returns nothing.
In fact, at file twiki/bin/bibsearch there is no value attached to $theBibfile after the line:
my $theBibfile = $query->param("file");
If I set $theBibfile statically in this file, e.g. adding thouse lines
if (!$theBibfile) {
$theBibfile = 'bibliography.bib';
}
it starts to work. But of course it is not nice solution.
I'm not very familiarized with TWiki, maybe I do any stupid mistake?
Any ideas, what can be wrong?
--
MariuszKaleta - 2011-11-22
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2012-01-23
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.