Question
problem is the randomise error of:
message in browser window:
TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.
Can't locate TWikipath in @INC (@INC contains: ....
twiki configure prints this:
Operating system Unix (linux)
Perl version 5.8.6
@INC library path /home/maex/public_html/twiki/lib/TWiki
/home/maex/public_html/twiki/lib//CPAN/lib//arch/
/home/maex/public_html/twiki/lib//CPAN/lib//5.8.6/i386-linux-thread-multi/
/home/maex/public_html/twiki/lib//CPAN/lib//5.8.6/
/home/maex/public_html/twiki/lib//CPAN/lib//
/home/maex/public_html/twiki/lib/
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.3
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl/5.8.3
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/5.8.6
warn.log prints this
| 19 Feb 2006 - 18:37 | Can't locate TWiki/If.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 /etc/httpd) at /home/maex/public_html/twiki/lib/TWiki.pm line 2568.
at /home/maex/public_html/twiki/lib/TWiki.pm line 2568
TWiki::_IF('TWiki=HASH(0x91b3174)', 'TWiki::Attrs=HASH(0x9244cd8)', 'WebHome', 'TWiki') called at /home/maex/public_html/twiki/lib/TWiki.pm line 2228
TWiki::_expandTagOnTopicRendering('TWiki=HASH(0x91b3174)', 'IF', ' "context
TwistyPluginEnabled" then="" else="<script type=\'t...', 'WebHome', 'TWiki') called at /home/maex/public_html/twiki/lib/TWiki.pm line 2147
TWiki::_processTags('TWiki=HASH(0x91b3174)', '\x{a}
--
TWikiGuest - 19 Feb 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
My best guess from the information you have provided is that you have your twikiLibPath setting in
LocalLib.cfg wrong. It should point to
/home/maex/public_html/twiki/lib not
/home/maex/public_html/twiki/lib/TWiki
--
CrawfordCurrie - 23 Feb 2006
oh yes. the wrong path was an result of the testings. i know its wrong, but the engine came up with the same error messages all the time.
i now downgraded the twikiweb, as we couldnt solve the problem.
--
TWikiGuest - 17 Mar 2006
In my case, I have configured LocalLib.cfg correctly, but it still throws the error mentioned above. I'm using twiki 4.1.2. The internal server error occurs once every 6 or 7 correct responses. Unable to figure out why.
--
TWikiGuest - 20 Feb 2008