>
>
>> -----Original Message-----
>> From: C. Bensend [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, 15 April 2004 2:15 PM
>> To: [EMAIL PROTECTED]
>> Subject: RE: [SM-USERS] "bounce message" plugin or option? - bounce
>> doesn'twork in 1.4.2
>>
>> I can duplicate this problem.  I am running OpenBSD
>> 3.3-STABLE, and I see
>> the following:
>>
>> [Wed Apr 14 23:09:44 2004] [error] PHP Fatal error:  Failed opening
>> required '../../functions/identity.php'
>> (include_path='.:/usr/local/lib/php') in
>> /htdocs/squirrelmail-1.4.2/plugins/bounce/bounce.php on line 7
>>
>> The file 'identity.php' does not exist anywhere in the plugin
>> nor in the
>> SquirrelMail distribution.  Oversight?
>
> Same as in OpenBSD-3.4, the file doesn't exist anywhere in the
> SquirrelMail
> distribution.
>
> If the plug-in only works with the 1.4.3 snapshot, then I will wait until
> the snapshot becomes stable.

functions/identity.php provides only one function. if you want to use it
on your installation - get that file from cvs.

http://cvs.sf.net/viewcvs.py/*checkout*/squirrelmail/squirrelmail/functions/identity.php?content-type=text%2Fplain&rev=1.4.4.2

Author can also include this function in plugin

if (! file_exists(SM_PATH . 'functions/identity.php') {
   function get_identities() {
      ...
   }
} else {
   include_once(SM_PATH . 'functions/identity.php');
}


-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
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