Return-Path: <squirrelmail-plugins-admin@lists.sourceforge.net>
Received: from muffin ([unix socket])
	by muffin (Cyrus v2.1.13) with LMTP; Thu, 26 Jun 2003 15:20:45 -0400
X-Sieve: CMU Sieve 2.2
Return-Path: <squirrelmail-plugins-admin@lists.sourceforge.net>
Received: from sc8-sf-list2.sourceforge.net (lists.sourceforge.net [66.35.250.206])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by muffin.linuxnotes.net (Postfix) with ESMTP id 25B7D2493C
	for <quincy@linuxnotes.net>; Thu, 26 Jun 2003 15:20:45 -0400 (EDT)
Received: from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=sc8-sf-list1.sourceforge.net)
	by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))
	id 19Vc8a-0007wA-00; Thu, 26 Jun 2003 12:10:28 -0700
Received: from host39.hostcentric.com ([216.65.63.39] helo=patiencehosting.net)
	by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))
	id 19Vbph-0001gL-00
	for <squirrelmail-plugins@lists.sourceforge.net>; Thu, 26 Jun 2003 11:50:57 -0700
Received: from angrynerds.com (tycho [127.0.0.1])
	by patiencehosting.net (Postfix) with SMTP
	id F09403315D; Thu, 26 Jun 2003 11:43:08 -0700 (PDT)
Received: from 155.14.18.141
        (SquirrelMail authenticated user paul@angrynerds.com)
        by openguild.net with HTTP;
        Thu, 26 Jun 2003 11:43:09 -0700 (PDT)
Message-ID: <4358.155.14.18.141.1056652989.squirrel@openguild.net>
Subject: Re: [SM-PLUGINS] More on ABook_Groups 0.20
From: <pdontthink@angrynerds.com>
To: <rainbear+lists@wingfoot.org>
In-Reply-To: <3934.65.246.246.82.1056649142.squirrel@www.wingfoot.org>
References: <3934.65.246.246.82.1056649142.squirrel@www.wingfoot.org>
X-Priority: 3
Importance: Normal
Cc: <squirrelmail-plugins@lists.sourceforge.net>
Reply-To: pdontthink@angrynerds.com
X-Mailer: SquirrelMail (version 1.2.11 [cvs])
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Sender: squirrelmail-plugins-admin@lists.sourceforge.net
Errors-To: squirrelmail-plugins-admin@lists.sourceforge.net
X-BeenThere: squirrelmail-plugins@lists.sourceforge.net
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Help: <mailto:squirrelmail-plugins-request@lists.sourceforge.net?subject=help>
List-Post: <mailto:squirrelmail-plugins@lists.sourceforge.net>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins>,
	<mailto:squirrelmail-plugins-request@lists.sourceforge.net?subject=subscribe>
List-Id: Squirrelmail Plugins Mailing List <squirrelmail-plugins.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins>,
	<mailto:squirrelmail-plugins-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=squirrelmail-plugins>
X-Original-Date: Thu, 26 Jun 2003 11:43:09 -0700 (PDT)
Date: Thu, 26 Jun 2003 11:43:09 -0700 (PDT)

> I am fortunate in that I own my own server.. so I turned on E_ALL and
> such in /etc/php.ini, and logging on the mysql daemon..
>
> The mysql daemon log is empty, however...
> (Note: the first error about SM_PATH and modifying header info also
> appears in the left frame...)
>
> Notice: Constant SM_PATH already defined in
> /usr/local/squirrelmail/plugins/unsafe_image_rules/setup.php on line 11

This is usually caused by trying to redefine the SM_PATH constant in a
file that is *not* called directly from the client (hopefully nothing to
do with the unsafe rules plugin, although I have seen plugins clash like
this before).  Jon, you might want to double check that SM_PATH is only
being defined in files called directly from the browser, remove it from
any other files.  The alternative is to wrap it in a check:

if (!defined('SM_PATH')) define('SM_PATH', '../../');

If that doesn't work, we should look at unsafe rules and make sure there'=
s
not a problem...

> Warning: Cannot modify header information - headers already sent by
> (output started at
> /usr/local/squirrelmail/plugins/unsafe_image_rules/setup.php:11) in
> /usr/local/squirrelmail/functions/i18n.php on line 1164

caused by the above error.  not a problem.

> Notice: Undefined variable: mailbox in
> /usr/local/squirrelmail/plugins/abook_group/addrbook_search.php on line
> 77

perhaps $mailbox was declared as global?

> Notice: Undefined variable: srch_rslt_lines in
> /usr/local/squirrelmail/plugins/abook_group/addrbook_search.php on line
> 237

same?





-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

