From: <ju...@g3...> - 2003-06-10 19:17:52
|
Hello, I read at http://www.squirrelmail.org/wiki/en_US/WindowsMailto how to setup IE to use SM when a mailto: URL is encountered. That seems to work fine. When the call is actually made to SM 1.2.11 things don't go so nicely. When calling this URL: https://myserver.com/src/login.php?emailaddress=mailto:us...@do... I get the following: Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/squirrelmail-1.2.11/src/login.php on line 44 Warning: Cannot add header information - headers already sent by (output started at /var/www/html/squirrelmail-1.2.11/src/login.php:44) in /var/www/html/squirrelmail-1.2.11/functions/i18n.php on line 1591 Warning: Cannot add header information - headers already sent by (output started at /var/www/html/squirrelmail-1.2.11/src/login.php:44) in /var/www/html/squirrelmail-1.2.11/src/login.php on line 91 I then repointed my vhost to my SM 1.4.0 install. I tried using the same URL as above but its as if I just logged in to check my mail. Just shows the inbox and it does not shoot to the compose view as I think it should. Any ideas? Thanks in advance, Justin DeVuyst |