Now thats good advice! it worked and ofcourse after changing in some plugins the config file name it works. I better should beg for ssh.
I just copy the previous lines and modify to the situation

Thanks!

On 6/2/05, p dont think <[EMAIL PROTECTED]> wrote:


Jonathan Angliss wrote:
> Hello Slavick (Danny Groot),
> On Friday, May 27, 2005, you wrote:
>
>
>>when i go via the browser i have a 500 error.
>>i just copied from config default into a new file config.php and filled in
>>some stuff.
>
>
> conf.pl is a configuration script that has to be run from the shell,
> not in a browser.

And the answer that the OP needs is:

1) unpack the plugin on your local system.  do any configuration of the
plugin.

2) upload the unpacked plugin directory from your local system to your
server into the squirrelmail plugins directory

3) edit config/config.php (edit it with a FTP client or download it,
edit it locally and re-upload it) and add a line like this:
       $plugins[x] = 'plugin_name';
    you should put that line after the other $plugins lines.  "x" should
be the next available number that you can determine by looking at the
other $plugins lines.  "plugin_name" should exactly match the name of
the plugin directory.  Also, as of 1.5.1 (I think this didn't get
backported to 1.4.5), you can also leave out the "x":
       $plugins[] = 'plugin_name';


Reply via email to