Good Day,
I'm currently tasked with creating a sandbox environment on a new server. I am stuck at the manager index page at the line of:
$modx->initialize('mgr');
Which seems to silently fail.
I have taken the following actions to migrate the server:
1. moved the db to the new server
2. scp to copy the existing files to the new server
3. update of paths in config files to point at the new server
4. download of the 2.1.5 installer, ran the installer with the following settings:
-Advanced Upgrade Install
-no other options checked
-setup directory not deleted at end of process
5. contents of "Manager" at end of the install process didn't seem to be there, so I manually copied them from the existing site.
6. blank screen on running manager
7. added echo statements to see where the code was stopping
8. reran install to see if that would have an effect, got a 500 error regarding setup/index.php?action=install
Any suggestions as to what I may be missing, or additional actions I should take to continue?
Best Regards,
Stuart