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';



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to