View previous topic :: View next topic |
Author |
Message |
Phil_Hood n00b
Joined: 17 Nov 2006 Posts: 4
|
Posted: Sun May 18, 2008 2:40 pm Post subject: [resolved]Squirrelmail blank page for configtest |
|
|
I am installing squirrelmail on a new server. I have installed courier and it is working fine with thunderbird and with outlook. I have installed apache2, PHP5, and squirrelmail. I configured vhosts in a manner similar to my last install, although things have moved around a great deal since then. I ran the command line configure command and set up servers, etc. When I try to run configtest.php from my browser I get a blank screen. No errors in the apache logs, in fact the access log shows a 200 status with no bytes. I thought it might be a problem with the PHP setup, but when I directly access other pages I get PHP errors complaining about session calls, so it appears that I am at least getting to PHP. Any clues on how I could at least get some meaningful error output?
Last edited by Phil_Hood on Sun May 18, 2008 4:18 pm; edited 1 time in total |
|
Back to top |
|
|
Phil_Hood n00b
Joined: 17 Nov 2006 Posts: 4
|
Posted: Sun May 18, 2008 4:18 pm Post subject: Need Session Support |
|
|
configtest and login fail silently but other pages report missing functions. Problem solved after emerging php with the sessions keyword. |
|
Back to top |
|
|
twiga n00b
Joined: 19 Aug 2005 Posts: 16
|
Posted: Wed Aug 20, 2008 10:23 am Post subject: |
|
|
I had exactly the same problem as you mentioned, recompiling php with the session use flag solved it for me.
I'm going to file a bug on this one, since this should automatically be selected when installing squirrelmail.
-twiga |
|
Back to top |
|
|
|