We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37836
    • 2 Posts
    Hello!

    Ok guys....I have the following problem, after install modx evolution on Windows Server 2008 R2 x64, running IIS7, PHP (5.3.8), MYSQL Server version: 5.5.18 MySQL Community Server (GPL), Helicon APE.

    The problem is that when i try to access the /manager section of modx I get an error (500 - Internal server error.) and cannot access it.

    I tried to debug the problem but don't have experience on windows and cannot find the source of the problem.

    If someone could help me with this I would appreciate it very much.

    Thank you!
      • 37836
      • 2 Posts
      Solved it...after uploading all the files by FTP on the server some of them (login.html for example) etc were being uploaded empty, so a PHP function calling one of those files was returning an error that was causing the server to report 500.

      Hope this helps someone smiley.
        • 13610
        • 52 Posts
        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
          Jason Buck
          • 13610
          • 52 Posts
          SOLVED.

          The issue was that one of my MODULES had an improper username and password connecting to another database the my module was pulling the information from.
            Jason Buck