Hi,
I installed the version 5.13-en. I encountered two errors:
1. page "BODY" is never got saved. i.e. when I view the page, all text I entered in the "BODY" tab is not showing up and when I edit this page again, previously texts within "BODY" aren't saved.
2. when I click "Pages"->"Manage", it seems "Loading..." forever and doesn't return a list of pages.
chrom developer tool reporting: Uncaught ReferenceError: trans is not defined jquery.mt.min.js:8
anyone have any idea? Thanks in advance!
Jessie
Reported on Movable Type 5

Hi Jessie,
I would assume that some of the installation files haven't been uploaded. You may like to try to upload them again.
What about trying to access the admin using a different browser?
The problem you're mentioning with the Body, could happen if inside mt-config.cgi you define the CGIPath and the StaticWebPath with the "www." prefix, but you access the admin URL without it, or the other way around.
So make sure that you access the movable type admin from an URL which is identical to the one used inside mt-config.cgi, be it with or without the "www." prefix, but always the same on both places.
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
I'm in the same boat. I've tried it into chrome, firefox and epiphany and the "loading" takes for ever. So it is not about the browser!
Guys, can you try to make the 'CGIPath' and 'StaticWebPath' relative (to not contain the http and domain prefix, but to start with "/") and then access the movable type admin again?
Check your mt.js file, which should be in the directory described by StaticWebPath. Mine had gotten corrupted or replaced with different content (I have no idea how).
I unzipped the package I'd installed from, replaced the mt.js file, and then in my browser went explicitly to that file (yoursite.com/your-mt-static-patch/mt.js) and clicked Refresh to make sure it grabbed the updated copy. That fixed all of the problems.