<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have found the problem. It turns out it was one I was already
testing a fix for, but had since forgotten about and so had never
copied into the SVN tree.<br>
<br>
If you want to patch your own copy, find the file<br>
/opt/zendto/www/js/main.js<br>
Line 8 of that file creates and sets a variable called "loginForm".<br>
Change that line to say<br>
var loginForm = $('<form>', { id: 'loginForm',
'method':'post', 'action': '.' });<br>
and then try it again. You'll need to reload the main menu page
shown in your "SCREENSHOT A" again to force your browser to reload
the JavaScript code, but then you should find it works again.<br>
<br>
This fix will be in the next release of 4.11 which I intend to make
a "stable" release as no other bugs have been reported, so I assume
it works okay.<br>
<br>
NOTE<br>
And don't forget to update the URL of the site image in
/opt/zendto/config/zendto.conf so that it points to the URL wherever
you have put your site image (if you are using one instead of a site
name specified by text). For example, my zendto.conf file says:<br>
ServiceLogo = '<img src="/images/dropoff-uos-logo.png"
alt="University Logo"/>'<br>
rather than the more boring<br>
ServiceLogo = 'University of Southampton'<br>
<br>
Jules.<br>
<br>
<div class="moz-cite-prefix">On 12/11/2012 23:28, Brendon
Baumgartner wrote:<br>
</div>
<blockquote
cite="mid:CAKVBzWHJ-NBcKSWhfcCExVtSMge6x+P6HSkKUabsQ+CwiNb4Kw@mail.gmail.com"
type="cite">I just installed 4.11-1
<div><br>
</div>
<div>When I login using this page (I think it's ajax/Js). The
"Login" button at the top of the page. See screenshot A.</div>
<div><br>
</div>
<div><img src="cid:part1.08000408.08090907@Zend.To" alt="Inline
image 1" height="153" width="428"><br>
</div>
<div><br>
</div>
<div>When I log in successfully I get screenshot B, which is
obviously wrong.</div>
<div><br>
</div>
<div><img src="cid:part2.04000208.03030901@Zend.To" alt="Inline
image 1"><br>
</div>
<div><br>
</div>
<div>I think the problem occurs because I have the software setup
as a subdirectory instead of a root URL? If I use the blue login
button, it works fine but the gray login button does not work
correctly.</div>
<div><br>
</div>
<div>Thanks.</div>
<div>-Brendon</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a 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></pre>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng MBCS CITP CEng
<a 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
'Always do sober what you said you'd do drunk. That will teach you
to keep your mouth shut.' - Ernest Hemingway
</pre>
</blockquote>
</body>
</html>