> Fedora Core 3. > apache version 2.0.52 > SquirrelMail version 1.4.3a-6.FC3 > IMAP is dovecot-0.99.13-3.FC3 > PHP-4.3.10-3.2 > Software was installed when the server was created with Fedora Core 3 > installation CD's > Was working fine until I upgraded squirrelmail, dovecot and httpd (Apache) > using yum. > > I have written here before and it was suggested that I upgrade my PHP > which is now 4.3.10-3.2 > Which did not work. My customers are still getting Action cancelled pages. > Here is the properties of one when from the > compose window I click on send > > res://C:\WINNT\system32\shdoclc.dll/navcancl.htm#https://webmail.ptera.net:80/src/right_main.php?mailbox=INBOX&sort=0&startMessage=1 > > But clicking on the inbox link on the left side will bring the INBOX back > up on the right side. > > And this when I try to purge messages from the Trash folder > > res://C:\WINNT\system32\shdoclc.dll/navcancl.htm#https://webmail.ptera.net:80/src/left_main.php > > I am not running squirrelmail on secure server but it keeps trying to do > this https:// which does not work.
The problem is, PHP is telling us you are, but you're running it securely on port 80... which is why you get that weird address. Open a browser, and point it to http://www.yourhost.com/squirrelmail/src/configtest.php, replacing the bits up to src/configtest.php. It should give you a nice block of information that will report the Base Location. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- 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://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- 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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
