We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You must opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Main Web>TWikiUsers>HenningSpruth (31 Aug 2008, HenningSpruth)
Tags:
create new tag
, view all tags

TWiki Notes

I tried to install TWiki 4.2.2 on a managed hosting plan offered by http://canhost.de. Here are some notes on findings and workarounds.

Symptom: When enabling session management, I get an error message Can't locate object method "generate_id" via package "CGI::Session::ID::". This is also reported e.g. on SessionIdGeneration.

Root Cause: Initializing handlers in Session::_load_pluggables aborts while loading CGI::Session::Serialize::default because Scalar::Util::refaddr is not defined presumably because the web server runtime is outdated. The perl error was caught by an eval and not displayed, therefore the actual error is about Session::ID and not Session::Serialize.

Failed fix: replacing Scalar::Util in the TWiki installation did not work, I assume because it is loaded by perl before TWiki initializes its include path?!?

Fix: replace the CPAN/CGI/Session directory with a older version. I used version 3.95, which is the oldest supported one according to the installation instructions.

Symptom: Editing a page in the Wysiwyg editor doesn't show the page content, but red text about problems retrieving the content.

Root Cause: looking into the TWiki warning log, there are messages:

31 Aug 2008 - 18:47 | TWiki::Plugins::WysiwygPlugin could not be loaded. Errors were:
Too many arguments for Encode::decode_utf8 at .../ib/TWiki/Plugins/WysiwygPlugin.pm line 621, near "Encode::FB_PERLQQ)"
It seems that the web host uses an old version of Encode which doesn't use the extra FB_PERLQQ argument.

Fix: remove the FB_PERLQQ argument from all calls to encode and decode in WysiwygPlugin? .pm.

My Links

  • ATasteOfTWiki - view a short introductory presentation on TWiki for beginners
  • WelcomeGuest - starting points on TWiki
  • TWikiUsersGuide - complete TWiki documentation, Quick Start to Reference
  • Sandbox - try out TWiki on your own
  • HenningSpruthSandbox? - just for me

My Personal Data

Note: if personal data is being stored using a secret database, then it is only visible to the user and to administrators.

E-mail  

My Personal Preferences

Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in TWikiPreferences.

  • Show tool-tip topic info on mouse-over of WikiWord links, on or off:
    • #Set LINKTOOLTIPINFO = off

Related Topics

UserForm
First Name Henning
Last Name Spruth
Organisation Name

Organisation URL

Country USA
City

Hear From

Topic revision: r3 - 31 Aug 2008 - 17:43:54 - HenningSpruth
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback