We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3749
    • 24,544 Posts
    Quote from: mtheuma at Jul 01, 2009, 12:35 PM

    Here’s the latest...

    I did a clean install of MODx Evolution 1.0RC using XAMPP on Windows. I created a couple of dummy documents and checked Link List - it was working fine.

    I then imported the database from my hosted MODx install - after doing this Link List stopped working.

    So could it be a database problem?

    Thanks,
    Matt

    This could be misleading because file permissions are not an issue on XAMPP/Windows, so you could still have a file permission problem on the remote.
      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
      • 20557
      • 43 Posts
      Quote from: BobRay at Jul 01, 2009, 04:57 PM

      This could be misleading because file permissions are not an issue on XAMPP/Windows, so you could still have a file permission problem on the remote.

      The remote server is also running Windows... I only found out today.
        • 1343 ☆ A M B ☆
        • 2,213 Posts
        Well ignore my advice as it’s geared towards linux hosting... Hopefully Aaron from OneSmartHost sees you post as he has experience with the windows/modx relation.
          Patrick | Server Wrangler
          About Me: Website | Tweets |  MODX Hosting
          • 37550 ☆ A M B ☆
          • 711 Posts
          Hi mtheuma,

          Thanks for the email could you confirm if the menu icon is not or appearing or if when you click on it nothing happens?

          Thanks Aaron
            http://www.onesmarthost.co.uk
            UK MODX Hosting with love.
            • 20557
            • 43 Posts
            Hi Aaron,

            Thanks for the reply.

            The Link List drop-down does not display at all. The Browse button seems to work as normal.

            Here is an image of the dialog that I get:


            Regards,
            Matt
              • 28042 ☆ A M B ☆
              • 24,524 Posts
              I would suspect something in one of your document’s titles that is killing the javascript. Any interesting characters in any of your pagetitles?
                Studying MODX in the desert - http://sottwell.com
                Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                Join the Slack Community - http://modx.org
                • 20557
                • 43 Posts
                Quote from: sottwell at Jul 02, 2009, 05:48 AM

                I would suspect something in one of your document’s titles that is killing the javascript. Any interesting characters in any of your pagetitles?

                Hmm, not that I can see. Is there any way that I can get an output of where/how it might be failing?

                Thanks,
                Matt
                  • 37550 ☆ A M B ☆
                  • 711 Posts
                  Do you have this folder in your MODx install

                  assets\plugins\tinymce212\jscripts\tiny_mce\plugins\advlink

                  Also when you get the insert / link popup right click in the window and select view source do you see a section of code like


                  <td><input id="href" name="href" type="text" value="" onchange="selectByValue(this.form,’linklisthref’,this.value);" /></td>
                  <td id="hrefbrowsercontainer">&nbsp;</td>
                  </tr>
                  </table></td>
                  </tr>
                  <tr id="linklisthrefrow">
                  <td class="column1"><label for="linklisthref">{$lang_link_list}</label></td>
                  <td colspan="2" id="linklisthrefcontainer">&nbsp;</td>

                    http://www.onesmarthost.co.uk
                    UK MODX Hosting with love.
                    • 20557
                    • 43 Posts
                    Yes the folder is present and here is the code from the popup:


                    <td class="nowrap"><label id="hreflabel" for="href">{#advlink_dlg.url}</label></td>
                    <td><table border="0" cellspacing="0" cellpadding="0">
                    <tr>
                    <td><input id="href" name="href" type="text" class="mceFocus" value="" onchange="selectByValue(this.form,’linklisthref’,this.value);" /></td>

                    <td id="hrefbrowsercontainer">&nbsp;</td>
                    </tr>
                    </table></td>
                    </tr>
                    <tr id="linklisthrefrow">
                    <td class="column1"><label for="linklisthref">{#advlink_dlg.list}</label></td>
                    <td colspan="2" id="linklisthrefcontainer"><select id="linklisthref"><option value=""></option></select></td>

                    Thanks again for your help.
                    Matt
                      • 37550 ☆ A M B ☆
                      • 711 Posts
                      Quote from: sottwell at Jul 02, 2009, 05:48 AM

                      I would suspect something in one of your document’s titles that is killing the javascript. Any interesting characters in any of your pagetitles?

                      I have just logged into the manager of the site and firefox error console showed an error with a pagetitle containing this within the pagetitle


                      Original Page title : "You’ve"

                      The error console showed this chars You’ve

                      After editing the pagetitle and saving the link list now works, very strange I guess the extra formatting came in from somewhere.
                        http://www.onesmarthost.co.uk
                        UK MODX Hosting with love.