1

カテゴリ-フォーラム.html.小枝:

{% extends "BISSAPForumBundle::layout-forum.html.twig" %}  
[...]
<section class="paginationContent">
                <a class="btn btn-primary right-flt creatThread" href="#">Créer un sujet</a>
                <div class="navigation">
                    {% set test = [88,99] %}
                    {{ knp_pagination_render(listTopics,'ForumBundle:Pagination:sliding_bissap.html.twig',test) }}
                </div>

</section>
[...]

このメッセージがあります:

テンプレート「ForumBundle:Pagination:sliding_bissap.html.twig」が BISSAPForumBundle:F:category-forum.html.twig の 28 行目に見つかりません。

root@LinuxBissap:/var/www/Symfony/src/BISSAP/ForumBundle/Pagination# ll
total 12
drwxrwxr-x  2 sebastien sebastien 4096 août  21 00:36 ./
drwxrwxrwx 10 root      root      4096 août  21 00:36 ../
-rwxrwxrwx  1 sebastien sebastien 1387 août  21 00:36    sliding_bissap.html.twig*
4

1 に答える 1

1

必要がある

  1. ForumBundle の名前をBISSAPForumBundle.

  2. テンプレートを次の名前のフォルダーに移動しますBISSAP/ForumBundle/esources/views/Pagination

この助けを願っています

于 2015-08-21T08:30:36.783 に答える