> (Not sure if this should go to squirrelmail-devel, but I thought I
> would start here.)
>
> I was wondering if there was any word on when SM 1.4.6 would be
> released in stable form.
>
> We recently needed to upgrade to PHP 4.4 and then ran into the "Fatal
> error: Call to a member function on a non-object in src/read_body.php
> on line 423" error discussed here:
>
> http://article.gmane.org/gmane.mail.squirrelmail.user/25363
>
> We went ahead and upgrade our SM installation to the 1.4.6 snapshot
> from 20050812 (though we would MUCH prefer to be on a stable source)
> and that error was fixed.
>
> However, our users were now (still?) getting page cannot be displayed
> errors, at seemingly random intervals, when clicking send after new
> compositions, replies and forwards.  Since 20050823 came out in the
> meantime, and there were some changes in the src between the two, we
> then upgraded to 20050823.
>
> Our users are still getting the page cannot be displayed error and
> after turning on PHP debugging we've been seeing the Following errors
> in the logs, that appear to coincide with the errors our users are
> seeing.
>
> "PHP Fatal error:  Call to undefined function:  error_message() in
> squirrelmail.stable-20050823/functions/imap_messages.php on line 808"
>
> Looking through the code we thought it might have something to do with
> a "require_once(SM_PATH . 'functions/display_messages.php');" not
> existing in functions/imap.php.  When we added this it appeared to
> resolve the undefined function errors, but our users are still
> reporting some oddities.
>
> In short:
>
> 1. Is the lack of the require statement for display_messages.php in
> functions/imap.php a bug which needs to be fixed in the current
> snapshot code?
>
> 2. Is there any chance that 1.4.6 and what appear to be it's necessary
> PHP 4.4.0 fixes going to be coming to stable any time soon so that I
> can factor out bleeding edge code bugginess and sit down to track
> potential bugs in the current stable code?
>
>
> We are running our SM installation on the following specs:
>
>  - FreeBSD 4.11
>  - Apache 1.3.33
>  - PHP 4.4.0
>  - Zend Optimizer 2.5.10
>  - Courier IMAP
>  - Installed from source
>
> Also, our installation runs through a sylmink, so the directory
> 'webmail' actually points to the current source.
>
> Any other suggestions as to what we might be running into would be of
> great help.

can you provide more information about your setup?

list and order of installed plugins.

version numbers of all third party plugins.

output of phpinfo(). If you think that it provides too much info - strip
all information except generic php configuration, zend config, session
config, mbstring config and list all enabled extensions.

php error messages with line numbers and identification strings from
affected scripts. any information that would allow to reproduce your
error.

identification string should be written in php script header. $Id:
something $.

-- 
Tomas


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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

Reply via email to