Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [buchibabut] POP Server is not starting

Quote Reply
Re: [buchibabut] POP Server is not starting In reply to
It's a bug with 2.1.0 with the pop server plugin (this will be fixed in 2.1.1). If you take a look at the plugin's Pop_Server.pm, around line 305, you should have a line like:
Code:
$CFG->load_language($t);
To fix it, change it to:
Code:
$CFG->load_template_set($t);

Adrian
Subject Author Views Date
Thread POP Server is not starting buchibabut 2859 Oct 18, 2002, 2:15 AM
Thread Re: [buchibabut] POP Server is not starting
brewt 2775 Oct 18, 2002, 2:17 PM
Post Re: [brewt] POP Server is not starting
buchibabut 2767 Oct 18, 2002, 11:21 PM