On Tue, May 9, 2006 4:14 pm, Tomas Kuliavas wrote: >> 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.
Looks like that was the case. I had imported part of my addressbook from a mutt addressbook. I neglected to put the '|' at the end to indicate an emtpy info field. Once I did that and set reporting back to E_ALL and reporting on, it came back without issue. Now if I could just get some kind of info on this left_main.php problem. I'll try it on another firefox installation tonight (on a couple other systems) but I'm not sure that will matter. Doesn't PHP execute on the server? This is raw code coming through, but only for that frame. Thanks for the suggestion. Lou -- Louis LeBlanc [EMAIL PROTECTED] Fully Funded Hobbyist, KeySlapper Extrordinaire :þ http://www.keyslapper.net Ô¿Ô¬ ------------------------------------------------------- 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&kid0709&bid&3057&dat1642 -- 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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
