We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42399
    • 39 Posts
    Quote from: fourroses666 at Sep 18, 2013, 09:01 AM
    Just tried to install YAMS on Evo 1.0.12. It just doesn't want to load the page on a URL domain.com/en/alias.html (I have set the .htaccess correct). Just weird stuff going on. Just can't get it to work.

    Anyone else tried YAMS with the newest evo?

    Building it on 1.0.10 now because I have no time to waste on finding the problem.
    -> edit : just installed it and works without any problem on 1.0.10 so I really think it has to do with some new stuff into 1.0.12. Maybe managermanager or new config settings?

    If someone of Evo support wants to have a look I can give the login.



    Have you tried to disable SEO Strict URLs in settings?
      • 9995
      • 1,613 Posts
      Hmm, that was the problem smiley Thanks for the pinpoint
        Evolution user, I like the back-end speed and simplicity smiley
        • 42399
        • 39 Posts
        Quote from: zawlinoo at Sep 16, 2013, 04:22 PM
        Upgrade modx evo 1.0.12 ,
        MultiTv Snippet - thumbs image path missing and rows can't draggable .

        .thumbs image path change to assets/.thumbs and MultiTv thumbs image path is assets/images/.thumbs path .
        How can I fix this ?
        Please Help me .

        Update MultiTV or change .thumbs location to assets/images/.thumbs in settings ("File browser" tab).
        • MultiTV is not yet compatible with Evo 1.0.12+
            • 2762
            • 1,198 Posts
            I have a bad SEO issue with Evo 1.0.12

            1) if the document alias contain a special character (italian in my case)
            Saving the document remove the character:
            ie: città-di-roma.html > citt-di-roma.html

            2) if the document alias contain a capital letter
            Saving the document change to lowercase letter
            ie: Roma.html > roma.html

            3) if the document alias contain a space "%20"
            Saving the document change to "-"
            ie: casa%20roma.html > casa-roma.html

            note:
            SEO strict url - disabled
            Transalias plugin - disabled

            with this issue you can lose al lot of pagerank on old websites

            _________________________

            EDIT:
            Found another strange issue:
            with Evo 1.0.12 all Tvs with @CHUNK not working anymore.
            [ed. note: banzai last edited this post 10 years, 8 months ago.]
              Free MODx Graphic resources and Templates www.tattoocms.it
              -----------------------------------------------------

              MODx IT  www.modx.it
              -----------------------------------------------------

              bubuna.com - Web & Multimedia Design
              • 9995
              • 1,613 Posts
              If I'm correct, the transalias file can be edited to your needs.
              I once did it for images, & needed to be corrected into "en" and not "and".
                Evolution user, I like the back-end speed and simplicity smiley
                • 17646
                • 12 Posts
                Major 1.0.12 bug:

                Inserting in a template a chunk containing two closing curly parenthes ( i.e. chunk contains "hello}}" ) breaks the parser without any PHP or modx error.

                This happens for example with chunks containing javascript code.
                  • 27210
                  • 158 Posts
                  Upgraded from 1.0.5 to 1.0.12

                  All paths to my images have embedded stuff in them like this

                  http://www.xxxuu.com/.document;%20n=n.substring(0,p);%7D%2…c;%20x.src=a[i+2];%7D%7D//--%3E%3C/assets/images/button-contact-us-off.jpg

                  I have fooled with the paths in the Configuration, including replacing [(base_path)] with a hard coded URL.

                  Any suggestions?

                    • 45091
                    • 1 Posts
                    Hello,

                    I am completely new to web development and MODx. Just installed successfully Evo 1.0.12 and am working my way through MODx 2.0 Web Development book by Antano Solar John. All is fine until I try to use Rich Text editor in one of the blog examples. So I create a template variable with input type Rich Text, Widget Rich Text, change my chunk template to read:

                    <div id="blogpage">
                    <form action="[~[*id*]~]" method="post" name="NewsEditor">
                    <table>
                    <h3> Blog Entry (chunk) </h3>


                    <input name="NewsEditorForm" type="hidden" value="on" />
                    </table>
                    <table>
                    <tbody>
                    <tr>
                    <td><label for="pagetitle">Title</label></td>
                    <td><input id="pagetitle" name="pagetitle" size="40" type="text" value="[+pagetitle+]" /></td>
                    </tr>
                    <tr>
                    <td><label for="introtext">Summary</label></td>
                    <td><textarea cols="50" name="introtext" rows="5">[+introtext+]</textarea></td>
                    </tr>
                    <tr>
                    <td><label for="content">Content</label></td>
                    <td> [*blogRT*] </td>
                    </tr>
                    </tbody>
                    </table>
                    <input class="button" name="send" type="submit" value="Blog it!" />
                    </form>
                    </div>


                    I inserted the name of the template variable ([*blogRT*]) in the line where I used to have a plain text editor (that worked !).

                    My resource page reads: [!NewsEditor? &folder=`47` &makefolder=`1` &formtpl=`blogForm` &template=`Learning MODx blog template` &rtcontent=`blogRT` !]

                    When I try to preview the page I see errore:

                    « MODX Parse Error »
                    MODX encountered the following error while attempting to parse the requested resource:
                    « PHP Parse Error »
                    PHP error debug
                    Error : array_key_exists(): The first argument should be either a string or an integer
                    ErrorType[num] : WARNING[2]
                    File : C:\xampp\htdocs\learningMODx\manager\includes\document.parser.class.inc.php
                    Line : 884
                    Source : if (array_key_exists($matches[1][$i], $this->config))
                    Basic info
                    REQUEST_URI : /learningMODx/index.php?id=47
                    Resource : [47]Post a Blog !
                    Referer : http://localhost/learningMODx/manager/index.php?a=1&f=tree
                    User Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
                    IP : ::1
                    Benchmarks
                    MySQL : 0.0050 s (6 Requests)
                    PHP : 0.0310 s
                    Total : 0.0360 s
                    Memory : 1.8697814941406 mb

                    Backtrace
                    1 DocumentParser->executeParser()
                    index.php on line 140
                    2 DocumentParser->prepareResponse()
                    manager/includes/document.parser.class.inc.php on line 1568
                    3 DocumentParser->outputContent()
                    manager/includes/document.parser.class.inc.php on line 1673
                    4 DocumentParser->parseDocumentSource()
                    manager/includes/document.parser.class.inc.php on line 582
                    5 DocumentParser->mergeSettingsContent()
                    manager/includes/document.parser.class.inc.php on line 1442
                    6 array_key_exists()
                    manager/includes/document.parser.class.inc.php on line 884


                    I cannot figure out what's going on ! Any suggestions ?

                    Thank you.

                    • Thanks for your information. We fix these later.