OK, I’ve narrowed this down to a potential issue with MySQL. I setup a subdomain on my personal GS site to install the Agile site and everything worked fine. One difference I noticed was my GS account databases are still on MySQL 4 but on this new GS server I’m setting the site up on is using MySQL 5. The EE Server Wizard didn’t seem to have any issues with this and I can’t really think of any but this is the only difference I can find between the two accounts.
UPDATE:
I just tried installing 2.1.3 on a co-workers GS account and had the same problems. This account and the account I originally tried both run MySQL 5 while my account is still on MySQL 4. Could just be coincidence and there are other issues with MT unrelated to MySQL.
UPDATE 2:
Fresh install again and this time I switched on $debug before leaving the installation successful screen. I got this error message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92 bytes) in /nfs/c08/h02/mnt/115415/domains/staging.monderer.com/html/ee_sys/expressionengine/core/EE_Lang.php on line 192
UPDATE 3:
It appears to be an issue with memory and php.ini. I bumped up the limit and things are starting to work. EE thinks the login page is the home page but I’m gong to try to upload the dev files I tried to originally upload and work from there.