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

    well - after migrating my modx-installation (with help of this forum due to some difficulties) there are some errors:

    While the majority of pages (>80%) do their job correctly, pages which are defined as containers and contain a getRessources-call fail completely - in this case the pages available via "Chor"->"Der Chor" and "Chor" -> "Archiv".

    Well - look for yourself:

    http://www.chorphilharmonie.de/ (correct)
    http://www.chorphilharmonie.de/aus-der-tiefe-vocapella.html (correct)
    http://www.chorphilharmonie.de/der-chor/ (...)

    Missing all CSS and JS - functionality, calling a link in this misdisplayed pages do strange things to the URL also - calling "Der Chor" from this corrupted page simply adds another "der-chor" to the URL, going on and on each click...

    http://www.chorphilharmonie.de/der-chor/der-chor/der-chor/

    Same with each other link.

    This is how it should look: www.vocapella-regensburg.de - the location where I developed this site.

    Only difference between both installations: the new one has "FURL" activated - but this was the case with vocapella-regensburg.de BEFORE migration also, I only deactivated FURLs for the migration as suggested in the step-by-step-instructions...

    Sorry, stuck again ;-)

    This question has been answered by paulp. See the first response.

    • discuss.answer
      • 22840
      • 1,572 Posts
      Try uncommenting the base href in the header

      If that doesnt work, ho to the system settings, filter by friendly urls and change the / to .html, that will make all containers render as container.html
        • 51824
        • 27 Posts
        Tried - and worked! (the uncommenting part)

        Thank you!