From: Joachim K. <jk...@vr...> - 2005-10-26 04:39:39
|
Hello Paul, Wednesday, October 26, 2005, 6:13:32 AM, you wrote: >>>>>>>Hello, >>>>>>>I'm working with Squirrelmail since a few month. I use many plugins >>>>>>>and I have never problems with it. >>>>>>>Today I tried to install the multilogin-plugin. If I reload >>>>>>>Squirrelmail, there is always the same error message: >>>>>>>Fatal error: Call to undefined function: load_config() in >>>>>>>/home/www/ww8159/html/php_service/squirrelwho/plugins/multilogin/functions.php >>>>>>>on line 106 >>>>>>> >>>>>>>Who can i solve this problem? >>>>>>> >>>>>>>Squirrelmail 1.4.5 >>>>>>> >>>>>>>PHP 4.3.10 >>>>>>> >>>>>>>multilogin 2.3.2 >>>>>>>compatibility 2.0.2 >>>>> >>>>> >>>>>>Did you install the patch with the compatibility plugin?? >>>>> >>>>>The patch from the compatibility plugin is installed. >>>>> >>>>>I also install the patch from the mulitlogin plugin but I always get >>>>>the same error message... >>>> >>>> >>>>Thanks for the report. Looks like I was testing with an older plugin >>>>that was including the compatibility plugin directly. Can you please >>>>try REMOVING the compatibility patch (just run the same command you used >>>>to add the patch and you will be asked if you want to remove it). Then, >>>>apply the following patch, which I am hoping will be a little better: >>>> >>>>--- ../functions/global.php.orig 2005-10-24 15:25:04.000000000 -0700 >>>>+++ ../functions/global.php 2005-10-24 15:29:23.000000000 -0700 >>>>@@ -14,6 +14,8 @@ >>>> * @package squirrelmail >>>> */ >>>> >>>>+include_once(SM_PATH . 'plugins/compatibility/functions.php'); >>>>+ >>>> /** Bring in the config file. */ >>>> require_once(SM_PATH . 'config/config.php'); >>>> >> >> >> After patching the global.php with your code the mulitlogin plugin >> works very fine. First I try with the old compatibility plugin and it >> works. With the new version from the compatibility plugin it works >> very fine too. > Sounds like you did not remove the original patch. That won't hurt > anything, but otherwise the old compatibility plugin would not have worked. Sorry, I just forgot to write it. First I removed the original compatibility patch. After this I patched the global.php. > - Paul >> Thank you very much for the excellent and fast support! >> >> >>>Oops, you'll also need a modified compatibility plugin. The new version >>>is attached to this message. >> >> >>> - Paul >> > __________________________ > Open Guild, LLC > http://openguild.net/ > Software.Systems.Solutions > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > -- > squirrelmail-plugins mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squ...@li... > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.plugins > List Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3931 > List Info: > https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins -- Best regards, Joachim |