Re: [SM-USERS] Call to undefined function: sqm_baseuri()

2007-06-02 Thread Paul Lesniewski
> On my system, the user's maildir is located at > "/home/vmail//". > > The README of the courier_vacation plugin gave me the hint to place the > vacation messages outside of this maildir directory. So I created a > folder "/home/vacation//" and gave Apache read/write > permission on it. Works. But

Re: [SM-USERS] Call to undefined function: sqm_baseuri()

2007-05-31 Thread Tomas Kuliavas
> > I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the > Courier > Vacation plugin 1.1. Afterwards I patched the squirrel source with > the > "compatibility_patch-1.4.10.diff" and it succeded without errors. > > I changed the line 113 in the "function.php" fr

Re: [SM-USERS] Call to undefined function: sqm_baseuri()

2007-05-31 Thread Holger Wesser
I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the Courier Vacation plugin 1.1. Afterwards I patched the squirrel source with the "compatibility_patch-1.4.10.diff" and it succeded without errors. I changed the line 113 in the "function.php" from "is_defined" to

Re: [SM-USERS] Call to undefined function: sqm_baseuri()

2007-05-31 Thread Tomas Kuliavas
>>> I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the Courier >>> Vacation plugin 1.1. Afterwards I patched the squirrel source with the >>> "compatibility_patch-1.4.10.diff" and it succeded without errors. >>> >>> I changed the line 113 in the "function.php" from "is_defined" to >>> "

Re: [SM-USERS] Call to undefined function: sqm_baseuri()

2007-05-31 Thread Holger Wesser
>> I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the Courier >> Vacation plugin 1.1. Afterwards I patched the squirrel source with the >> "compatibility_patch-1.4.10.diff" and it succeded without errors. >> >> I changed the line 113 in the "function.php" from "is_defined" to >> "define

Re: [SM-USERS] Call to undefined function: sqm_baseuri ()

2007-05-31 Thread Tomas Kuliavas
> I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the Courier > Vacation plugin 1.1. Afterwards I patched the squirrel source with the > "compatibility_patch-1.4.10.diff" and it succeded without errors. > > I changed the line 113 in the "function.php" from "is_defined" to > "defined" as

[SM-USERS] Call to undefined function: sqm_baseuri()

2007-05-31 Thread Holger Wesser
Hello, I installed SM 1.4.10a, the compatibility plugin 2.0.7 and the Courier Vacation plugin 1.1. Afterwards I patched the squirrel source with the "compatibility_patch-1.4.10.diff" and it succeded without errors. I changed the line 113 in the "function.php" from "is_defined" to "defined" as it