The Admin login screen for my site is not working.
The button to submit my credentials is greyed out and submission by pressing enter is not working either.
Not sure how to go about solving this one or updated the site to fix it if there is a bug?
The Admin login screen for my site is not working.
The button to submit my credentials is greyed out and submission by pressing enter is not working either.
Not sure how to go about solving this one or updated the site to fix it if there is a bug?
If your look at your browser's console on that page you'll see your getting several JavaScript errors:

Which seems to indicate that some of your files didn't FTP up properly and are corrupted. Try re-uploading your files and make sure your FTP client is set to transfer in 'auto' mode.
Turns out that this was a bug and a patch was duly applied.
Thanks for the patch Brad.
I've not been FTPing I've been using Git.
Now that I've forced a pull, I've brought down that site.
– Bryan Hickey Aug 13 '14 at 04:13Craft does not support backtracking to this version.define('CRAFT_VERSION', '2.0'); define('CRAFT_BUILD', '2539'); define('CRAFT_SCHEMA_VERSION', '2.0.1');And the DB tells me
Version 2.0 Build 2528 Scheme 2.0.0How can I update my repo to the Version/Build/Scheme in the live DB?
– Bryan Hickey Aug 13 '14 at 04:45Javascript error has returned and occurs only on server and not on local machine :-/
Thoughts?
– Bryan Hickey Aug 13 '14 at 05:52