Hi Jon, It turns out the problem is the result in changes with the PHP ports in FreeBSD. The PHP port was broken apart so there's a core PHP4 port and a php4-extensions port, and the extensions contain everything SquirrelMail needs. The SquirrelMail port compiles and installs the necessary extensions, however, the php.ini file needs to be changed so Apache knows where to find them. To be specific, the extension_dir directive needs to be commented out. There's a php.conf file that tells where the extensions can be found instead. Once I commented out that line and restarted Apache, everything started working.
Take care, Mike On Mon, 13 Dec 2004 10:14:45 -0600, Jonathan Angliss <[EMAIL PROTECTED]> wrote: > Hello Mike, > On Saturday, December 11, 2004, Mike Oliveri wrote... > > > We did some upgrades on our server last night, and everything worked > > fine. Suddenly this morning we are getting a blank page every time we > > go to the login page. (See www.uti.com/webmail) > > Did you check the web log files? Did you enable a higher PHP logging > level? See error_reporting in your php.ini file ( I believe that is > the option ). What happens if you remove all plugins from your > install? What changes were made in regards to PHP/Apache? > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > Posting Hints: > http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ -- 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
