Question
Just recently installed the beta release of TWiki (2004x10x30). Most of it is running great, however I can't get notifications to work properly.
When I run bin/mailnotifier from the command line I get:
Out of memory!
I downloaded the latest
MailerContrib package dated October 3rd, from Plugins.TWiki and installed that, but to no avail. Additionally the
MailerContrib_install.pl won't execute either. This is what I get in that case:
./MailerContrib_installer.pl
use: Command not found.
use: Command not found.
noconfirm: Undefined variable.
Here are my Installed plugins:
CommentPlugin, EditTablePlugin, InterwikiPlugin, NatSkinPlugin, PreferencesPlugin, RedDotPlugin, SmiliesPlugin, SpreadSheetPlugin, TablePlugin
Other notes:
- This is run on a hosted environment
- I have SSH shell access
- I get the out of memory error with some of the other scripts in the bin directory, but not all of them.
- The only plugins I've installed have been the ones to support the NatSkin.
Thank you.
Jack
Environment
--
JackAmbrose - 07 Oct 2005
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.
Jack, if you still have this problem raise the question again in the develop bugbase, and it will be addressed.
--
CrawfordCurrie - 30 Nov 2005
The
use: Command not found.
seems like the shell is trying to interpret the perl source rather than the perl interpreter.
Can you try
perl ./MailerContrib_installer.pl
and see what happens.
If all is fine then you have a hash-bang problem.
--
AntonAylward - 01 Dec 2005