We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 41465
    • 6 Posts
    I just installed MODX on my webserver for the first time using softaculous. When I log into the admin panel when I go to click on the different settings I get a blank white screen underneath with nothing showing?

    PHP Version 5.3.17
    mysql 5.5.25
    MODX 2.2.4-pl

    config.core.php file

    <?php
    define('MODX_CORE_PATH', dirname(__FILE__) . '/core/');
    define('MODX_CONFIG_KEY', 'config');
    [ed. note: agapelove last edited this post 14 years ago.]
      • 38304
      • 68 Posts
      Hi,

      you should check all your config files...
      http://rtfm.modx.com/display/revolution20/Moving+Your+Site+to+a+New+Server

      Chapter: Updating your Config Files

      scroll down to middle bottom. Check if you Pathes are right.

      You can check Pathes by creating a .php file in root with
      <? phpinfo(); ?>
      which will output some info on your webspace.

      If this is a migration, clear the cache folder..

      I know this behaviour on migration...
      if you want to migrate, turn of caching in Systemsettings,
      then logout. Clear cache.

      On the new Server, verify that cache is empty, reinsert the DB, and do all that path configuration in all files like in the upper link.

      Hope this helps a bit.

      Greetings Chris [ed. note: theoretiker last edited this post 13 years, 9 months ago.]