zikula-modules/KnowledgeBase

new view error

Closed this issue · 6 comments

at index.php?module=knowledgebase&type=user&func=view&ot=ticket

ContextErrorException: Notice: Undefined index: properties in /Applications/MAMP/htdocs/core.git/src/app/cache/dev/ztemp/view_compiled/KnowledgeBase/User/Ticket/view_quickNav--t_Zikula/Theme/Andreas08Theme-l_en.inc line 12

I arrived at that page buy clicking "back to overview" which is in the footer of the page at index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1

[1] Symfony\Component\Debug\Exception\DummyException: 
    at n/a
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php line 174

    at Symfony\Component\Debug\ErrorHandler->handle('8', 'Undefined index: properties', '/Applications/MAMP/htdocs/core.git/src/app/cache/dev/ztemp/view_compiled/KnowledgeBase/User/Ticket/view_quickNav--t_Zikula/Theme/Andreas08Theme-l_en.inc', '12', array('_smarty' => object(Zikula_View), '_block_repeat' => true))
        in /Applications/MAMP/htdocs/core.git/src/app/cache/dev/ztemp/view_compiled/KnowledgeBase/User/Ticket/view_quickNav--t_Zikula/Theme/Andreas08Theme-l_en.inc line 12

    at _smarty_tplfunc_6504d2ccc758300ffc87b306c069dac9_0(object(Zikula_View))
        in /Applications/MAMP/htdocs/core.git/src/vendor/drak/smarty/Smarty/Smarty.class.php line 1830

    at Smarty->_process_compiled_include_callback(array('{nocache:6504d2ccc758300ffc87b306c069dac9#0}', '{nocache:6504d2ccc758300ffc87b306c069dac9#0}', '6504d2ccc758300ffc87b306c069dac9', '0'))
        in  line 

    at preg_replace_callback('!(\{nocache\:(6504d2ccc758300ffc87b306c069dac9)#(\d+)\})!s', array(object(Zikula_View), '_process_compiled_include_callback'), '








    <h2 class="userheader">Knowledge base</h2>
        <div class="z-menu">
        [ <li><a href="index.php?module=knowledgebase&type=user&func=index" title="Knowledge Base">Knowledge Base</a></li></ul>
 ]
    </div>

<div class="guiteknowledgebasemodule-ticket guiteknowledgebasemodule-view">


<div id="kbleftside">
    <h2>Ticket list</h2>


                    <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket" title="Create ticket" class="fa fa-plus">Create ticket</a>
                                    <form action="index.php" method="get" id="guiteKnowledgeBaseModuleTicketQuickNavForm" class="guiteknowledgebasemodule-quicknav navbar-form" role="navigation">
    <fieldset>
        <h3>Quick navigation</h3>
        <input type="hidden" name="module" value="knowledgebase" />
        <input type="hidden" name="type" value="user" />
        <input type="hidden" name="func" value="view" />
        <input type="hidden" name="ot" value="ticket" />
        <input type="hidden" name="all" value="0" />
        <input type="hidden" name="own" value="0" />



                {nocache:6504d2ccc758300ffc87b306c069dac9#0}                                                <div class="form-group">
                <label for="searchTerm">Search</label>
                <input type="text" id="searchTerm" name="searchterm" value="" class="form-control input-sm" />
            </div>
                            <div class="form-group">
                <label for="sortBy">Sort by</label>
                 
                <select id="sortBy" name="sort" class="form-control input-sm">
                    <option value="id">Id</option>
                    <option value="workflowState">Workflow state</option>
                    <option value="subject" selected="selected">Subject</option>
                    <option value="content">Content</option>
                    <option value="views">Views</option>
                    <option value="ratesUp">Rates up</option>
                    <option value="ratesDown">Rates down</option>
                    <option value="createdDate">Creation date</option>
                    <option value="createdUserId">Creator</option>
                    <option value="updatedDate">Update date</option>
                </select>
            </div>
            <div class="form-group">
                <select id="sortDir" name="sortdir" class="form-control input-sm">
                    <option value="asc" selected="selected">ascending</option>
                    <option value="desc">descending</option>
                </select>
            </div>
                            <div class="form-group">
                <label for="num">Page size</label>
                <select id="num" name="num" class="form-control input-sm" style="min-width: 70px">
                    <option value="5">5</option>
                    <option value="10" selected="selected">10</option>
                    <option value="15">15</option>
                    <option value="20">20</option>
                    <option value="30">30</option>
                    <option value="50">50</option>
                    <option value="100">100</option>
                </select>
            </div>
                <input type="submit" name="updateview" id="quicknavSubmit" value="OK" class="btn btn-default" />
    </fieldset>
</form>

<script type="text/javascript">
/* <![CDATA[ */
    document.observe('dom:loaded', function() {
        kbaseInitQuickNavigation('ticket', 'user');

    });
/* ]]> */
</script>
    <table class="table table-striped table-bordered table-hover">
        <colgroup>
            <col id="cSubject" />
            <col id="cContent" />
            <col id="cViews" />
            <col id="cRatesUp" />
            <col id="cRatesDown" />
            <col id="cItemActions" />
        </colgroup>
        <thead>
        <tr>
                        <th id="hSubject" scope="col" class="text-left">
                <a class="z-order-asc" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=subject&sortdir=DESC&all=0&own=0&pageSize=10">Subject</a>
            </th>
            <th id="hContent" scope="col" class="text-left">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=content&sortdir=ASC&all=0&own=0&pageSize=10">Content</a>
            </th>
            <th id="hViews" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=views&sortdir=ASC&all=0&own=0&pageSize=10">Views</a>
            </th>
            <th id="hRatesUp" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=ratesUp&sortdir=ASC&all=0&own=0&pageSize=10">Rates up</a>
            </th>
            <th id="hRatesDown" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=ratesDown&sortdir=ASC&all=0&own=0&pageSize=10">Rates down</a>
            </th>
            <th id="hItemActions" scope="col" class="z-order-unsorted">Actions</th>
        </tr>
        </thead>
        <tbody>

            <tr>
            <td headers="hSubject" class="z-left">
                asda
            </td>
            <td headers="hContent" class="z-left">
                asdasda
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions2" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="asda" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=2" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=2" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions2Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions2');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                asdas
            </td>
            <td headers="hContent" class="z-left">
                asdasdasd
            </td>
            <td headers="hViews" class="z-right">
                2
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions1" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="asdas" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=1" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=1" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions1Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions1');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                asdasdada
            </td>
            <td headers="hContent" class="z-left">
                asdadad
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions4" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="asdasdada" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=4" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=4" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions4Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions4');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                dfsfs
            </td>
            <td headers="hContent" class="z-left">
                sfdfsdfsfsd
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions3" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="dfsfs" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=3" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=3" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions3Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions3');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                sousaphone
            </td>
            <td headers="hContent" class="z-left">
                sousaphone stuff about sousaphones with maybe a tuba.
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions5" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="sousaphone" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=5" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=5" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions5Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions5');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>

        </tbody>
    </table>

<dl>
        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="asda" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=2" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=2" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="Details of 'asda'">
            asda
        </a>
    </dt>
    <dd>asdasda</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="asdas" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=1" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=1" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="Details of 'asdas'">
            asdas
        </a>
    </dt>
    <dd>asdasdasd</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="asdasdada" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=4" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=4" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="Details of 'asdasdada'">
            asdasdada
        </a>
    </dt>
    <dd>asdadad</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="dfsfs" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=3" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=3" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="Details of 'dfsfs'">
            dfsfs
        </a>
    </dt>
    <dd>sfdfsdfsfsd</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="sousaphone" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=5" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=5" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="Details of 'sousaphone'">
            sousaphone
        </a>
    </dt>
    <dd>sousaphone stuff about sousaphones with maybe a tuba.</dd>

    </dl>



    <p>
        <a href="index.php?module=knowledgebase&type=user&func=index" title="Back to category list" class="fa fa-reply">
            Back to category list
        </a>
    </p>



</div>
<div id="kbrightside">
    <div id="kbasesidebar">
    <h3>All categories</h3>




<ul>
        </li>
</ul>

    <h3>Search</h3>
    <form action="index.php" method="get">
        <div>
            <input type="hidden" name="module" value="GuiteKnowledgeBaseModule" />
            <input type="hidden" name="type" value="user" />
            <input type="hidden" name="func" value="view" />
            <label for="searchterm">Your search term</label>
            <input type="text" id="searchterm" name="searchterm" value="" />
            <input type="submit" name="kbs" value="Search" />
        </div>
    </form>
</div></div>
<br style="clear: left" />

</div>
    <p id="kbfn">
        Powered by <a href="http://modulestudio.de" title="Get the MOST out of Zikula!">ModuleStudio 0.6.1</a>
    </p>
')
        in /Applications/MAMP/htdocs/core.git/src/vendor/drak/smarty/Smarty/internals/core.process_compiled_include.php line 31

    at smarty_core_process_compiled_include(array('results' => '








    <h2 class="userheader">Knowledge base</h2>
        <div class="z-menu">
        [ <li><a href="index.php?module=knowledgebase&type=user&func=index" title="Knowledge Base">Knowledge Base</a></li></ul>
 ]
    </div>

<div class="guiteknowledgebasemodule-ticket guiteknowledgebasemodule-view">


<div id="kbleftside">
    <h2>Ticket list</h2>


                    <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket" title="Create ticket" class="fa fa-plus">Create ticket</a>
                                    <form action="index.php" method="get" id="guiteKnowledgeBaseModuleTicketQuickNavForm" class="guiteknowledgebasemodule-quicknav navbar-form" role="navigation">
    <fieldset>
        <h3>Quick navigation</h3>
        <input type="hidden" name="module" value="knowledgebase" />
        <input type="hidden" name="type" value="user" />
        <input type="hidden" name="func" value="view" />
        <input type="hidden" name="ot" value="ticket" />
        <input type="hidden" name="all" value="0" />
        <input type="hidden" name="own" value="0" />



                {nocache:6504d2ccc758300ffc87b306c069dac9#0}                                                <div class="form-group">
                <label for="searchTerm">Search</label>
                <input type="text" id="searchTerm" name="searchterm" value="" class="form-control input-sm" />
            </div>
                            <div class="form-group">
                <label for="sortBy">Sort by</label>
                 
                <select id="sortBy" name="sort" class="form-control input-sm">
                    <option value="id">Id</option>
                    <option value="workflowState">Workflow state</option>
                    <option value="subject" selected="selected">Subject</option>
                    <option value="content">Content</option>
                    <option value="views">Views</option>
                    <option value="ratesUp">Rates up</option>
                    <option value="ratesDown">Rates down</option>
                    <option value="createdDate">Creation date</option>
                    <option value="createdUserId">Creator</option>
                    <option value="updatedDate">Update date</option>
                </select>
            </div>
            <div class="form-group">
                <select id="sortDir" name="sortdir" class="form-control input-sm">
                    <option value="asc" selected="selected">ascending</option>
                    <option value="desc">descending</option>
                </select>
            </div>
                            <div class="form-group">
                <label for="num">Page size</label>
                <select id="num" name="num" class="form-control input-sm" style="min-width: 70px">
                    <option value="5">5</option>
                    <option value="10" selected="selected">10</option>
                    <option value="15">15</option>
                    <option value="20">20</option>
                    <option value="30">30</option>
                    <option value="50">50</option>
                    <option value="100">100</option>
                </select>
            </div>
                <input type="submit" name="updateview" id="quicknavSubmit" value="OK" class="btn btn-default" />
    </fieldset>
</form>

<script type="text/javascript">
/* <![CDATA[ */
    document.observe('dom:loaded', function() {
        kbaseInitQuickNavigation('ticket', 'user');

    });
/* ]]> */
</script>
    <table class="table table-striped table-bordered table-hover">
        <colgroup>
            <col id="cSubject" />
            <col id="cContent" />
            <col id="cViews" />
            <col id="cRatesUp" />
            <col id="cRatesDown" />
            <col id="cItemActions" />
        </colgroup>
        <thead>
        <tr>
                        <th id="hSubject" scope="col" class="text-left">
                <a class="z-order-asc" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=subject&sortdir=DESC&all=0&own=0&pageSize=10">Subject</a>
            </th>
            <th id="hContent" scope="col" class="text-left">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=content&sortdir=ASC&all=0&own=0&pageSize=10">Content</a>
            </th>
            <th id="hViews" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=views&sortdir=ASC&all=0&own=0&pageSize=10">Views</a>
            </th>
            <th id="hRatesUp" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=ratesUp&sortdir=ASC&all=0&own=0&pageSize=10">Rates up</a>
            </th>
            <th id="hRatesDown" scope="col" class="text-right">
                <a class="z-order-unsorted" href="index.php?module=knowledgebase&type=user&func=view&ot=ticket&sort=ratesDown&sortdir=ASC&all=0&own=0&pageSize=10">Rates down</a>
            </th>
            <th id="hItemActions" scope="col" class="z-order-unsorted">Actions</th>
        </tr>
        </thead>
        <tbody>

            <tr>
            <td headers="hSubject" class="z-left">
                asda
            </td>
            <td headers="hContent" class="z-left">
                asdasda
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions2" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="asda" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=2" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=2" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions2Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions2');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                asdas
            </td>
            <td headers="hContent" class="z-left">
                asdasdasd
            </td>
            <td headers="hViews" class="z-right">
                2
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions1" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="asdas" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=1" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=1" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions1Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions1');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                asdasdada
            </td>
            <td headers="hContent" class="z-left">
                asdadad
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions4" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="asdasdada" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=4" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=4" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions4Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions4');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                dfsfs
            </td>
            <td headers="hContent" class="z-left">
                sfdfsdfsfsd
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions3" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="dfsfs" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=3" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=3" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions3Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions3');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>
            <tr>
            <td headers="hSubject" class="z-left">
                sousaphone
            </td>
            <td headers="hContent" class="z-left">
                sousaphone stuff about sousaphones with maybe a tuba.
            </td>
            <td headers="hViews" class="z-right">
                0
            </td>
            <td headers="hRatesUp" class="z-right">
                0
            </td>
            <td headers="hRatesDown" class="z-right">
                0
            </td>
            <td id="itemActions5" headers="hItemActions" class="actions nowrap z-w02">
                                                            <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="sousaphone" class="fa fa-eye" data-linktext="Details"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=5" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a>
                                            <a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=5" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                                        <img src="/core.git/src/images/icons/extrasmall/servicemanager.png" id="itemActions5Trigger" alt="Actions" class="cursor-pointer hide" title="Actions" width="16" height="16"  />
                    <script type="text/javascript">
                    /* <![CDATA[ */
                        document.observe('dom:loaded', function() {
                            kbaseInitItemActions('ticket', 'view', 'itemActions5');
                        });
                    /* ]]> */
                    </script>
                            </td>
        </tr>

        </tbody>
    </table>

<dl>
        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="asda" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=2" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=2" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=2" title="Details of 'asda'">
            asda
        </a>
    </dt>
    <dd>asdasda</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="asdas" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=1" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=1" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=1" title="Details of 'asdas'">
            asdas
        </a>
    </dt>
    <dd>asdasdasd</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="asdasdada" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=4" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=4" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=4" title="Details of 'asdasdada'">
            asdasdada
        </a>
    </dt>
    <dd>asdadad</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="dfsfs" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=3" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=3" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=3" title="Details of 'dfsfs'">
            dfsfs
        </a>
    </dt>
    <dd>sfdfsdfsfsd</dd>

        <dt>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="sousaphone" class="fa fa-eye" data-linktext="Details"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&id=5" title="Edit" class="fa fa-pencil-square-o" data-linktext="Edit"></a><a href="index.php?module=knowledgebase&type=user&func=edit&ot=ticket&astemplate=5" title="Reuse for new item" class="fa fa-files-o" data-linktext="Reuse"></a>
                    <a href="index.php?module=knowledgebase&type=user&func=display&ot=ticket&id=5" title="Details of 'sousaphone'">
            sousaphone
        </a>
    </dt>
    <dd>sousaphone stuff about sousaphones with maybe a tuba.</dd>

    </dl>



    <p>
        <a href="index.php?module=knowledgebase&type=user&func=index" title="Back to category list" class="fa fa-reply">
            Back to category list
        </a>
    </p>



</div>
<div id="kbrightside">
    <div id="kbasesidebar">
    <h3>All categories</h3>




<ul>
        </li>
</ul>

    <h3>Search</h3>
    <form action="index.php" method="get">
        <div>
            <input type="hidden" name="module" value="GuiteKnowledgeBaseModule" />
            <input type="hidden" name="type" value="user" />
            <input type="hidden" name="func" value="view" />
            <label for="searchterm">Your search term</label>
            <input type="text" id="searchterm" name="searchterm" value="" />
            <input type="submit" name="kbs" value="Search" />
        </div>
    </form>
</div></div>
<br style="clear: left" />

</div>
    <p id="kbfn">
        Powered by <a href="http://modulestudio.de" title="Get the MOST out of Zikula!">ModuleStudio 0.6.1</a>
    </p>
'), object(Zikula_View))
        in /Applications/MAMP/htdocs/core.git/src/lib/legacy/Zikula/View.php line 2873

    at Zikula_View->_fetch('User/Ticket/view.tpl', 'view|ot_ticket_sort_subject_asc_amount_10_page_1_own_0_500', '', false)
        in /Applications/MAMP/htdocs/core.git/src/lib/legacy/Zikula/View.php line 763

    at Zikula_View->fetch('User/Ticket/view.tpl')
        in /Applications/MAMP/htdocs/core.git/src/modules/KnowledgeBase/Util/Base/ViewUtil.php line 115

    at Guite\KnowledgeBaseModule\Util\Base\ViewUtil->processTemplate(object(Zikula_View), 'user', 'ticket', 'view', object(Zikula_Request_Http), 'User/Ticket/view.tpl')
        in /Applications/MAMP/htdocs/core.git/src/modules/KnowledgeBase/Controller/Base/UserController.php line 185

    at Guite\KnowledgeBaseModule\Controller\Base\UserController->viewAction(object(Zikula_Request_Http))
        in  line 

    at call_user_func_array(array(object(UserController), 'viewAction'), array(object(Zikula_Request_Http)))
        in /Applications/MAMP/htdocs/core.git/src/lib/util/ModUtil.php line 1151

    at ModUtil::exec('GuiteKnowledgeBaseModule', 'user', 'view', array(), false, null)
        in /Applications/MAMP/htdocs/core.git/src/lib/util/ModUtil.php line 1203

    at ModUtil::func('GuiteKnowledgeBaseModule', 'user', 'view')
        in /Applications/MAMP/htdocs/core.git/src/lib/Zikula/Bundle/CoreBundle/EventListener/LegacyRouteListener.php line 110

    at Zikula\Bundle\CoreBundle\EventListener\LegacyRouteListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
        in  line 

    at call_user_func(array(object(LegacyRouteListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php line 388

    at Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher->Symfony\Component\HttpKernel\Debug\{closure}(object(GetResponseEvent), 'kernel.request', object(Zikula_EventManager))
        in  line 

    at call_user_func(object(Closure), object(GetResponseEvent), 'kernel.request', object(Zikula_EventManager))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php line 164

    at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure)), 'kernel.request', object(GetResponseEvent))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php line 53

    at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php line 167

    at Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', object(GetResponseEvent), null)
        in /Applications/MAMP/htdocs/core.git/src/lib/legacy/Zikula/EventManager.php line 99

    at Zikula_EventManager->dispatch('kernel.request', object(GetResponseEvent))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php line 138

    at Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 107

    at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Zikula_Request_Http), '1')
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 66

    at Symfony\Component\HttpKernel\HttpKernel->handle(object(Zikula_Request_Http), '1', true)
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php line 64

    at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Zikula_Request_Http), '1', true)
        in /Applications/MAMP/htdocs/core.git/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php line 185

    at Symfony\Component\HttpKernel\Kernel->handle(object(Zikula_Request_Http))
        in /Applications/MAMP/htdocs/core.git/src/index.php line 21

I get the same error when performing a search (through this module, not the search module) the url for the search result page is index.php?module=GuiteKnowledgeBaseModule&type=user&func=view&searchterm=sousaphone&kbs=Search

ping @Guite

What?

As you see I created and referenced an issue in the generator project. I am busy with other things at the moment though. If you need the fix immediately you need to do it yourself.

thanks!