I get this error when I try to view a page "The page cannot be displayed because an internal server error has occurred."
rsdev.tsia.com (migrating site to Rackspace)
When you land on the home page, the site works fine.
If you try to navigate to any subpages, you get the above mentioned error.
If I login to the Manager and then view the pages, the site works fine.
Does anyone have any clue what the potential issue could be?
I there a DEBUGGER that I can turn on all errors and display them to the site.
I tried putting
ini_set('display_errors', 1);
error_reporting(E_ALL);
in the MODX index.php file at the root level.
Thanks in advance.
Jason