> On Tue, May 9, 2006 3:29 pm, Tomas Kuliavas wrote: >> > On 05/09/06 11:53 AM, Louis LeBlanc sat at the `puter and typed: >> <Snip> >> Are you using some php cache, optimizer or debugger? Zend Optimizer, >> EAccelerator, APD? > > I don't believe so. I tend to avoid installing unnecessary packages. The > following are the only PHP packages I am using: > > php4-4.4.2_2 PHP Scripting Language (Apache Module and CLI) > php4-gettext-4.4.2_2 The gettext shared extension for php > php4-mbstring-4.4.2_2 The mbstring shared extension for php > php4-mhash-4.4.2_2 The mhash shared extension for php > php4-openssl-4.4.2_2 The openssl shared extension for php > php4-pcre-4.4.2_2 The pcre shared extension for php > php4-session-4.4.2_2 The session shared extension for php > php4-xml-4.4.2_2 The xml shared extension for php > > I did find the cause of the strange errors in the addressbook. I had > turned error displaying on. Turning it off in php.ini fixed the problem. > Well, it stopped the messages. I also turned notice reporting off.
SquirrelMail coding guidelines require clean, error free coding in php E_ALL error reporting level. Developers code with php error_reporting set to E_ALL. If we see error, we fix it. Notice: Undefined offset: 4 in functions/abook_local_file.php on line 327 means that something is wrong with address book. 5th field is missing. Are you sure that your preference files are not corrupted? SquirrelMail address books must have 5 fields. -- Tomas ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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
