Tags:
create new tag
view all tags

Question

I would like to make a PDF of a parent-topic with 8 child-topics. The result with option ?pdfrecursive=on is a PDF that consists only the parent document. In error.log I found 'Der Befehl "-" ist entweder falsch geschrieben oder konnte nicht gefunden werden.'. I debugged GenPDF.pm and the point where the message comes from:

 my @data;
 if ($pid) { # parent
 @data = map { chomp $_; $_ } <$pipe>; # remove newline characters. ====message from here==========================
 close $pipe;
Because I'm not familiar with programming in Perl, I need some help.

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: SpreadSheetPlugin, BreadCrumbsPlugin, CommentPlugin, EditTablePlugin, FilterPlugin, FlexWebListPlugin, GluePlugin, IfDefinedPlugin, InterwikiPlugin, JQueryPlugin, JQueryTwistyPlugin, PreferencesPlugin, RedDotPlugin, SlideShowPlugin, SmiliesPlugin, TablePlugin, TinyMCEPlugin, TwistyPlugin, WysiwygPlugin
Server OS: Windows XP Professional
Web server: Apache 2.2.4(Win32)
Perl version: Active State 5.8.8
Client OS: Windows XP Professional
Web Browser: Firfox 2.0
Categories: Add-Ons
-- HaraldSitte - 21 Oct 2008

Answer

ALERT! 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.

May I ask you translate to english the message 'Der Befehl "-" ist entweder falsch geschrieben oder konnte nicht gefunden werden.' ? And check out the twiki log files for additional informations ( those referenced in LocalSite.cfg by $TWiki::cfg{DebugFileName} $TWiki::cfg{WarningFileName} and $TWiki::cfg{LogFileName} )

-- OlivierThompson - 26 Oct 2008

I think the translation of the german message is: '-' is not recognized as an internal or external command, operable program or batch file. I checked the log files, but there are not any further informations. While I were searching in the internet, i found some discussions about the same problem ("opening '-|' on Windows"). Maybe it's a feature, it isn't yet supported on Win32 platforms. Here some links I found:

-- HaraldSitte - 03 Nov 2008

Closing this after more than 30 days of inactivity. Please feel free to re-open if needed.

-- PeterThoeny - 02 Jan 2009

Change status to:
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2009-01-02 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.