<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 12/11/2012 01:32 PM, Jules wrote:<br>
</div>
<blockquote cite="mid:50C727F4.70905@Zend.To" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
Are you absolutely sure you've got the latest beta?<br>
</blockquote>
<br>
I think so <br>
<br>
<blockquote cite="mid:50C727F4.70905@Zend.To" type="cite"> <br>
Otherwise, just edit the "var loginForm" line to show what it does
in my version below instead of what you've got.<br>
That will fix it.<br>
<br>
</blockquote>
<br>
OK we move forward , <br>
now I get an authentication error but I'm still at login page<br>
Should I debug the auth error in some logfile ?<br>
<br>
thanks<br>
<br>
<br>
<blockquote cite="mid:50C727F4.70905@Zend.To" type="cite"> Jules.<br>
<br>
<div class="moz-cite-prefix">On 11/12/2012 12:19, Frank Bonnet
wrote:<br>
</div>
<blockquote cite="mid:50C724D7.5020607@esiee.fr" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">I get this<br>
<br>
<br>
# grep loginForm main.js<br>
if( $('#loginForm').length > 0 ) return false;<br>
var loginForm = $('<form>', { id: 'loginForm',
'method':'post', 'action': window.location.protocol + '//' +
window.location.host });<br>
loginForm.append(un_label, uname, pw_label, password,
login);<br>
$('#container').prepend(loginForm);<br>
$(loginForm).after(<br>
<br>
<br>
<br>
<br>
<br>
<br>
On 12/11/2012 10:29 AM, Jules wrote:<br>
</div>
<blockquote cite="mid:50C6FCE5.6000505@Zend.To" type="cite">
<pre wrap="">If you do this
cd /opt/zendto/www/js
grep loginForm main.js
do you get a line output (among others) that says this:
var loginForm = $('<form>', { id: 'loginForm', 'method':'post',
'action': '.' });
?
If so, it should redirect back to the ZendTo homepage and not the
DocumentRoot of the virtualhost.
Jules.
On 11/12/2012 08:50, Frank Bonnet wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello again
Now the authentication seems OK but after being authenticated
the browser is redirected to the documentroot of the apache server
instead of zendto homepage ...
_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a>
Jules
--
Julian Field MEng MBCS CITP CEng
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Fair Isle: North or northwest 4 or 5. Moderate, occasionally rough at first.
Wintry showers. Good, occasionally poor.
</pre>
</blockquote>
<pre wrap="">_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto"></a></pre>
</blockquote>
</blockquote>
</blockquote>
<br>
</body>
</html>