Hi Kalpesh, Well, I think you should upgrade your PHP 4.1.0 or above. I had the same problem before. I posted the way I solved this problem on an earlier post.
I finally upgraded my PHP to 4.1.0 and it worked! I have no problem downloading attachments now with Squirrelmail-20030616_0041-CVS.stable version. I upgrade to PHP4.1.0 from 4.0.5 by using the source files of PHP-4.1.0. I've copied all of the procedures that I went through in order to install PHP4.1.0 with Apache-1.3.12. I hope that others will find this helpful. Thanks to all you guys for your help. cd apache_1.3.12 ./configure --prefix=/usr/local/apache \ --enable-suexec \ --suexec-caller=webuser \ --suexec-userdir=public_html \ --suexec-uidmin=100 \ --suexec-gidmin=100 \ --suexec-safepath="usr/local/bin:/usr/bin:/bin" cd ../php-4.10 ./configure --with-mysql=/usr/local/mysql \ --with-xml \ --with-apache=../apache_1.3.12 \ --enable-track-vars make [EMAIL PROTECTED] php-4.1.0]# cp php.ini-dist /usr/local/lib/php.ini [EMAIL PROTECTED] php-4.1.0]# cd ../apache_1.3.12 [EMAIL PROTECTED] apache_1.3.12]# [EMAIL PROTECTED] php-4.1.0]# cp php.ini-dist /usr/local/lib/php.ini cp: overwrite `/usr/local/lib/php.ini'? y [EMAIL PROTECTED] php-4.1.0]# [EMAIL PROTECTED] php-4.1.0]# cd ../apache_1.3.12 [EMAIL PROTECTED] apache_1.3.12]# ./configure \ --activate-module=src/modules/php4/libphp4.a \ --enable-module=php4 \ --prefix=/usr/local/apache \ --enable-suexec \ --suexec-caller=webuser \ --suexec-userdir=public_html \ --suexec-uidmin=100 \ --suexec-gidmin=100 \ --suexec-safepath="usr/local/bin:/usr/bin:/bin" [EMAIL PROTECTED] apache_1.3.12]# make [EMAIL PROTECTED] apache_1.3.12]# make install Uncomment the following lines in the httpd.conf file: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Peter ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 2:11 AM Subject: Re: [SM-USERS] problem with attachments. > > Redhat Linux 6.2 > > PHP 4.0.5 > > squirrelmail-20030616_0041-CVS.stable > > Minimum required for SM 1.4 is PHP4.0.6. If you're lucky, you might > squeeze by, but I'd strongly recommend that you upgrade to at least the > 4.1 branch. > > - Paul > ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 1:47 PM Subject: [SM-USERS] Attachments problem > hi all > i am using Redhat 7.2 and squirrelmail 1.4 > I am facing one typical problem with attachmets. Some times SM didnt gives > proper view of the attachemts files (like a junk file). When i click on > downlaod it asks me to save the file but it saves the file in > "untiteled2.mixed" format and not able to save properly??/ > One more problem i ma facing is that once i click on atrtachemt to view or > download it after when i move back to that message it gives fatal eroor > and i have to re-login. error is > Fatal error: Call to a member function on a non-object in > /usr/local/sqm141/class/mime/Message.class.php on line 681 > > I dont know php,,, Any Solution Suggestion to these problems ??? > > thanks in advance > > RGDs > kalpesh thakkar > > > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > -- > 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 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- 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
