Question
We are randomly getting the following error:
Software Error:
Undefined subroutine &TWiki::UI::run at /prod/twiki/bin/edit line 32
and also
Software Error:
Undefined subroutine &TWiki::UI::run at /prod/twiki/bin/view line 31
The error is also showing up in my apache error_log
Again this is random, 99% of the time if you refresh the page it will display properly.
Any one have any ideas on what could be causing this?
Thanks in Advance
Mike
Environment
--
MichaelMazza - 05 Oct 2006
Answer
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.
Some time passed by; sorry, closing this as unanswered.
--
PeterThoeny - 21 Nov 2006
I hit this problem right after fresh installation and configuration.
twiki/bin/view always gives me error in apache log:
[error] Undefined subroutine &TWiki::UI::run called at /live/www/twiki/bin/view line 31.
I can run perl -T /live/www/twiki/bin/view in bash shell successfully.
OS: Ubuntu-edy
Web Server: Apache 2.0.55
Mod_Perl 2.0.2
Browser: Firefox 2.0
--
XiongJiang - 09 Sep 2007
Oh, well, I restarted apache and it works suddenly. Unfortunately I don't remember which file I have touched.
--
XiongJiang - 09 Sep 2007
Make sure
bin/LocalLib.cfg is set up correctly and make sure apache is restarted afterwards. Also, check with
ApacheConfigGenerator that your mod_perl startup script is ok.
--
SteffenPoulsen - 09 Sep 2007