We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28107
    • 230 Posts
    After migrating to another server an articles container does not work anymore.

    The articles container calls [[+articles]] which outputs absolutely nothing.

    The log file is empty. no errors, no warnings.

    In /core/cache/resource is the apporpriate 62.cache.php file, a directory '62' containg another directory named 1 with a file 9697a1e87428b4befd59537a7288a858.cache.php

    Any ideas how to get that fixed ?

    Is there any hardcoded path with Articles that could cause this?

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

      CONIN Werbeagentur . Köln
      http://www.conin.de
      • 28107
      • 230 Posts
      After migrating to another server an articles container does not work anymore.

      The articles container calls which outputs absolutely nothing.

      The log file is empty. no errors, no warnings.

      In /core/cache/resource is the apporpriate 62.cache.php file, a directory '62' containg another directory named 1 with a file 9697a1e87428b4befd59537a7288a858.cache.php

      Any ideas how to get that fixed ?

      Is there any hardcoded path with Articles that could cause this?
        CONIN Werbeagentur . Köln
        http://www.conin.de
      • discuss.answer
        • 28107
        • 230 Posts
        Dont know what's goin on, so made a workaround:

        <section id="blog">
        [[!getPage?
          &element=`getResources`
        
          &pageFirstTpl=`<li class="control"><a[[+classes]][[+title]] href="[[+href]]">First Page</a></li>`
          &pageLastTpl=`<li class="control"><a[[+classes]][[+title]] href="[[+href]]">Last Page</a></li>`
          
          &parents=`99`
          &tpl=`ArticleRowTpl`
          &showHidden=`1`
          &limit=`5`
        ]]
        
        <nav class="pageList">[[!+page.nav]]</nav>
        </section>
        
          CONIN Werbeagentur . Köln
          http://www.conin.de