Question
I downloaded the latest release of the
TagMePlugin installed as directions state. I enable the plugin via configure however, it is not seen as an installed plugin under
InstalledPlugins. and %TAGME{}% is not coming up as a variable.
Environment
--
MichaelMazza - 16 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.
Check the file permissions of
lib/TWiki/Plugins/TagMePlugin.pm, it needs to be readable by the webserver user. Same with
data/TWiki/TagMePlugin.txt and
...txt,v.
Check the error message in the
InstalledPlugins topic. Check also the Apache error logs. Enable debugging (in plugin topic), and observe output in
data/debug.txt.
--
PeterThoeny - 16 Oct 2006
Also, if you are running with a perl accelerator, remember to make it reload the configuration when needed.
Some instructions for how to do this with
SpeedyCGI can be found at
TWikiVMDebianStable.
--
SteffenPoulsen - 17 Oct 2006
Peter, I tried all that yesterday before I posted the question. This morning I decided to restart apache after that the plugin is now initialized. Thanks
--
MichaelMazza - 17 Oct 2006
Excellent. It could be that you are using
ModPerl in your setup. If you are making frequent changes currently you can consider disabling ModPerl (/the accelerator you are using) until your settings enter a stable phase again.
--
SteffenPoulsen - 17 Oct 2006