Hello Dbach, On Tuesday, February 04, 2003, dbach wrote... > I've been trying for weeks now and still can't even log into > Squirrelmail. :( Kind of new to this so bear with me. :) I'm using > FreeBSD 4.3-RELEASE, Squirrelmail-1.2.9, openldap-1.2.11_1, > courier-imap-1.3.5_1 and apparently php-4.0.6, (even though > downloaded the tarball for php4-4.2.3.tar.gz untarred it and typed > ./configure --with-mysql --with-apxs=/usr/local/sbin/apxs then > .configure --enable-track-vars --enable-force-cgi-redirect > --with-gettext.
This wouldn't have installed PHP 4.2.3, just configured it. You'd need to run a "make && make install" after those to install it. But I don't think that is your problem. > I even did a chown nobody:nogroup squirrelmail and made the data > directory mode 730. I copied the php.ini-dist file to my apache > directory /usr/local/etc/apache and renamed it to php.ini and made > sure session.use_cookies = 1 and session.auto_start = 1. Is that where PHP is expecting to find the file? Check in your file containing <? phpinfo(); ?>, it'll tell you where it is looking for the php.ini file. But again, I still don't think that is your problem here. > Whew, now take a breath and when I point my browser to > http://my.site.ca/mail2 I get the login screen then all I get is the > following error message: > Fatal error: Maximum execution time of 30 seconds exceeded in > /usr/local/squirrelmail/functions/imap_general.php on line 49 Well, a start is, can you use another IMAP client to login? Can you try with the 1.4rc2a release, or the 1.2.11[cvs] release? A fix was made right near that line a little while ago because an IMAP server seemed to be returning values with \n in the middle. I've not seen courier do it before, but it is always possible I guess ;) -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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
