|
From: Derek B. <de...@ba...> - 2002-12-28 18:22:34
|
> Jonathan Angliss (ja...@ce...) had this to say on 12/28/02 > at 12:59: > >> I think maybe some more research for you might be required into >> HTML. Webmail contains a frameset (see above code) which then loads >> up two different pages, which you won't see by looking at the output >> of webmail.php. > > That's the webpage I get back, after putting in login name and password > on the SM login screen. It comes back with only webmail.php, and that is > the only HTML that is in the URL. > > You can see for yourself - <http://www.mike-leone.com/squirrelmail> > Username = test, passwd = testing. > >> >> > I get nothing more, and - obviously - no links to click on. The IMAP >> server is chugging away just fine - I can read email via mutt or >> Outlook just fine. It's only SM that's broken. >> >> What browser are you using? What IMAP server are you using? > > Same results with w3m, Netscape, Opera (on Linux), IE on Windows. IMAP > is Courier. In your php.ini file set display_errors to On then restart Apache. Doing that should show you any PHP errors, which are the likely cause of your problem. HTH, Derek |