We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21054
    • 78 Posts
    Downloaded Revolution 2.0 Beta 2 today and decided to install it locally on my MAC OS X Leopard machine using a MAMP.

    I.e. Installed here: http://localhost:8888/modx2_b2/

    All installation checks are okay and when I click on the Install button I get a blank page!

    All I’m left with is this in the address bar: http://localhost:8888/modx2_b2/setup/index.php?action=install

    Tried this a couple of times, including trying an upgrade install with the same result.
      • 28215
      • 4,149 Posts
      Quote from: nclemente at Jul 23, 2009, 08:24 PM

      Downloaded Revolution 2.0 Beta 2 today and decided to install it locally on my MAC OS X Leopard machine using a MAMP.

      I.e. Installed here: http://localhost:8888/modx2_b2/

      All installation checks are okay and when I click on the Install button I get a blank page!

      All I’m left with is this in the address bar: http://localhost:8888/modx2_b2/setup/index.php?action=install

      Tried this a couple of times, including trying an upgrade install with the same result.

      Make sure your PHP memory_limit is at least 64M.

      Also:
      http://svn.modxcms.com/docs/display/revolution/Fresh+Installation
      http://svn.modxcms.com/docs/display/revolution/Troubleshooting+Installation
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 509
        • 93 Posts
        Hi,

        I just tried the new version of MODx which seems exciting but as nclemente I got a blank page. I checked as said by splittingred the memory_limit and it is set to 128M on my website.

        /modx2/manager leads to a blank page, even after one upgrade
        /modx2/ leads to a blank page

        rolleyes

          • 3749
          • 24,544 Posts
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 509
            • 93 Posts
            Thanks Bob, I checked everything but everything is ok.

            After the installation or upgrade process, to be more precise I get not really a blank page but a page with 2 input fields alone. Here after the code. After, as I said when I go in /modx2/ or in /modx/manager/ I get a blank page.

            If this could help...

            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml"  lang="en" xml:lang="en">
            <head>
            	<title>MODx CMF Manager Login</title>
            	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            	<link rel="stylesheet" type="text/css" href="templates/default/css/index.css" />
            	<link rel="stylesheet" type="text/css" href="assets/ext3/resources/css/ext-all.css" />
                <link rel="stylesheet" type="text/css" href="assets/ext3/resources/css/xtheme-gray-extend.css" />
                <link rel="stylesheet" type="text/css" href="templates/default/css/login.css" />
                
                <script src="assets/ext3/adapter/ext/ext-base.js" type="text/javascript"></script>
            
                <script src="assets/ext3/ext-all.js" type="text/javascript"></script>
                <script src="assets/modext/core/modx.js" type="text/javascript"></script>
            	<script src="/admin/modx2/connectors/lang.js.php?topic=login" type="text/javascript"></script>
            		
            	    <script src="assets/modext/core/modx.form.handler.js" type="text/javascript"></script>
                <script src="assets/modext/core/modx.component.js" type="text/javascript"></script>
                <script src="assets/modext/util/utilities.js" type="text/javascript"></script>
            
                <script src="assets/modext/util/spotlight.js" type="text/javascript"></script>
            	<script src="assets/modext/widgets/core/modx.panel.js" type="text/javascript"></script>
            	<script src="assets/modext/widgets/core/modx.msg.js" type="text/javascript"></script>
                <script src="assets/modext/widgets/core/modx.window.js" type="text/javascript"></script>
                <script src="assets/modext/sections/login.js" type="text/javascript"></script>
                    
                <meta name="robots" content="noindex, nofollow" />
            
            <style>body, html { background: #fafafa !important; }</style>
            <script type="text/javascript">
            var SITE_NAME = 'MODx Revolution';
            var CONNECTORS_URL = '/admin/modx2/connectors/';
            var onManagerLoginFormRender = '';
            </script>
            </head>
            <body id="login" style="background-color: #fffffa;">
            <div id="mx_loginbox">
                
                <br />
                <div id="modx-panel-login-div"></div>
                <form id="modx-login-form" method="post">
                <input type="text" id="modx-login-username" name="username" />
                <input type="password" id="modx-login-password" name="password" />
            
                <input type="checkbox" id="modx-login-rememberme" name="rememberme" />
                </form>
            </div>
            
            <p class="loginLicense">
            © 2005-2009 by the <a href="http://modxcms.com/" target="_blank" style="text-decoration: none;">MODx Team</a>. <strong>MODx</strong>™ is licensed under the GPLv2 or later.
            </p>
            
            </body>
            
            </html>
              • 3749
              • 24,544 Posts
              See if this is relevant: http://modxcms.com/forums/index.php/topic,37737

              Some of us fixed it with a fresh install. The very last posts suggests a fix relating to permissions.
                Did I help you? Buy me a beer
                Get my Book: MODX:The Official Guide
                MODX info for everyone: http://bobsguides.com/modx.html
                My MODX Extras
                Bob's Guides is now hosted at A2 MODX Hosting
                • 509
                • 93 Posts
                Thanks. I did a recursive 777 on all folders and files but this is still the same...

                This version is not for me sad
                  • 3749
                  • 24,544 Posts
                  Quote from: adn at Aug 10, 2009, 05:03 PM

                  Thanks. I did a recursive 777 on all folders and files but this is still the same...

                  This version is not for me sad

                  Well, it *is* a Beta version. wink
                    Did I help you? Buy me a beer
                    Get my Book: MODX:The Official Guide
                    MODX info for everyone: http://bobsguides.com/modx.html
                    My MODX Extras
                    Bob's Guides is now hosted at A2 MODX Hosting
                    • 6902
                    • 126 Posts
                    Important note regarding the two blank fields when trying to log in...

                    I was banging my head on this one for hours (revolution beta-3), when I decided, in desperation, to try a different browser. It looks like OmniWeb, at least in my case, was the culprit as the manager worked in every other browser I tried. I hope this at least saves someone else some frustration.
                      • 28215
                      • 4,149 Posts
                      Quote from: debussy at Aug 11, 2009, 09:59 PM

                      Important note regarding the two blank fields when trying to log in...
                      I was banging my head on this one for hours (revolution beta-3), when I decided, in desperation, to try a different browser. It looks like OmniWeb, at least in my case, was the culprit as the manager worked in every other browser I tried. I hope this at least saves someone else some frustration.

                      Revolution definitely does not support OmniWeb; and this makes a good time to point out:

                      Revolution’s manager and setup (not the front-end, which will work in any browser) will not provide 100% support for IE6, OmniWeb, Avant, Dillo, Camino, SeaMonkey, Maxthon, Flock, Amaya, or NetSurf.

                      Opera support will only be acknowledged once the user has turned on Javascript right-clicking.

                      This does not mean that Revolution will not work in those browsers. It does mean, however, that if something doesn’t work in those browsers, don’t expect a bugfix to come for it at this time.
                        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com