Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

WAP Template Error

Quote Reply
WAP Template Error
Hi, I've istalled the wap plugin 1.2 on my GMAIL 2.0.6

I have set the Session Cookies on User Option, on my Gossamer Mail Admnin.

But, when I try to login to http://mydomain...../cgi-bin/webmail/user/login.cgi?t=wap I receive the the Username and Password box with the follow error:

Domain: sub { my @domains = GMail::domain_list(); if (@domains == 1) { return $domains[0]; } return ""; } and I can't login in the webmail.

Have any idea ???? Thanks.
Quote Reply
Re: [paolo] WAP Template Error In reply to
That's a bug with 2.0.6.
If you've only got one domain, you can change login.htm and error_auth.htm.
Domain: mydomain.com
...
<postfield name="domain" value="mydomain.com"/>

If you've got multiple domains, then you'll have to change it to be a text entry box like the username input.

Adrian
Quote Reply
Re: [brewt] WAP Template Error In reply to
ok.

Thanks.

Now work.
Quote Reply
Re: [brewt] WAP Template Error In reply to
well and how to proceed if i have 2 domains ?

currently using here still version 2.0.5

thanks for any answer.



chris
Quote Reply
Re: [brewt] WAP Template Error In reply to
In Reply To:
That's a bug with 2.0.6.
If you've only got one domain, you can change login.htm and error_auth.htm.
Domain: mydomain.com
...
<postfield name="domain" value="mydomain.com"/>

If you've got multiple domains, then you'll have to change it to be a text entry box like the username input.


at mydomain.com i should write it as it is or domain name on site i m using.i use single domain on gmail.
Quote Reply
Re: [steger] WAP Template Error In reply to
You can create a text field to enter the domain using:

<input name="domain" value="<%if domain%><%domain%><%endif%>"
title="Domain" emptyok="false"/>

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] WAP Template Error In reply to
hi alex,

thanks, just solved it to download all latest version as well the plugins.

thanks for your great help anyway

chris