Tags:
create new tag
view all tags

Question

Hello, I finnally got Twiki installed. I can browse around just fine but whenever i try to make any changes including those I make to users I get the following error.

TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.

Base class package "HTML::Parser" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: path . path-linux-thread-multi path path-linux-thread-multi path path path path path path path-linux-thread-multi path path path path path path path path-linux-thread-multi path path).

I checked the log files and there is on entry for about the time i tried the change but it is incredibly long. If you would like to see it please tell me.

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Fedora Core 9
Web server: Appache most current
Perl version: 5.1
Client OS: xp
Web Browser: FF
Categories: Fatal error

-- AaronColeman - 26 Jul 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.

It appears that you need to install the Perl module HTML::Parser. I'm not sure about how the package is called in Fedora, could be perl-HTML-parser or libhtml-parser-perl.

Background: The WYSIWYG editor of TWiki 4.2 needs HTML::Parser. The dependency is listed on WysiwygPlugin, and its existence ought to be checked during bin/configure. Maybe that's simply missing from some dependency list in WysiwygPlugin...

-- HaraldJoerg - 26 Jul 2008

I also try to edit pages, I get error message: Error 500, Internal Server Error. Same things happens when i try to create a new topic.

-- JagjitSing - 09 Oct 2008

Jagjit: What was the error log message?

-- ChrisCauser - 13 Oct 2008

I had the same problem. I figured out that this is because HTML::Parser cannot be installed properly. I had finally worked around the problem using the comments on: http://ubuntuforums.org/showthread.php?t=345820

-- TWikiGuest - 2009-05-25

Thank you for sharing this with the TWiki community. (Please do not register with a screen name, please use your real name.)

-- PeterThoeny - 2009-05-26

You can check whether the depended modules are installed by : perl -MHTML::Parser -e 1, if you did not get any output from this command, then it has been installed. Otherwise, you can simply install it by apt-get install libhtml-parser-perl

-- AlanDuan - 2012-06-01

Change status to:
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r7 - 2012-06-01 - AlanDuan
 
  • 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.