We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9878
    • 31 Posts
    Hi guys,

    du you know why my Safari (3.1.1 under OSX) does not open the dialoges correctly?
    The dialoges work in Firefox (osx) and InternetExplorer (win) correctly, I’ve not been able to test KDE Konqueror

    When I click a button which opens a dialoge (eg. Image or Link or Help), an empty window with the title:
    #advimage_dlg.dialog_title  or
    #advlink_dlg.dialog_title    or
    #media_dlg.dialog_title    or
    #advanced_dlg.about_title

    appears (first for image, second for link etc.)

    how can I fix that? Can you share the same problems?

    My TinyMCE is the latest (3.08), my ModX version is 0.9.6.1p2

    Greets,
    Steffen

    EDIT:
    Opera does open the first dialoges, but the whole MCpuk window stays empty

      www.steffen-uhlmann.de
      • 36451
      • 264 Posts
      Same here. My config is MODx 0.9.6.3 / FF 3 / Safari 3.1 / OS X. Popup works, but the page is blank. Right click -> view source shows the source, but I wonder if
      <body ... style="display: none;"
      is okay??? 

      Steffen, did you ever manage that?
        • 36451
        • 264 Posts
        Found it. I was using domain.tld/manager to login to my backend, while .htaccess redirects to www.domain.tld. As a result some paths in TinyMCE where broken, I guess. Using www.domain.tld/manager works like a charm.
          • 20413
          • 2,877 Posts
          So I moved a website between servers, created/deleted manager users, turned on/off countless server settings, recorded video tutorials how to clear cache and delete cookies. Made my client install new browsers, get his network support to turn off a firewall and had him access the manager from his phone. Then I found this thread. A whole day of our life is now gone... laugh

          manager/index.php:
          //mrhaw remove www
          if (substr($_SERVER['HTTP_HOST'], 0, 4) === 'www.') {
              header('Location: http'.(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' ? 's':'').'://' . substr($_SERVER['HTTP_HOST'], 4).$_SERVER['REQUEST_URI']);
              exit;
          }
          
          [ed. note: mrhaw last edited this post 10 years, 2 months ago.]
            @hawproductions | http://mrhaw.com/

            Infograph: MODX Advanced Install in 7 steps:
            http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

            Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
            http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower