Hi!
I got a error while creating a custom theme. When I try to create a custom mnav.tmpl (just a copy of the one in the default-theme directory without any changes) the compiling of the custom theme fails with the the error:
PHP Fatal error: Uncaught exception 'Exception' with message 'Undefined template: "post_html_quote_start_p1" inside "search_forum_sel.inc.t".' in /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc:370
Stack trace:
#0 /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc(457): compile_file('search_forum_se...')
#1 /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc(349): generate_file('search_forum_se...')
#2 /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc(677): compile_file('mnav.php.t')
#3 /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc(764): resolve_compile('mnav.tmpl')
#4 /var/www/vhosts/forum.typo3.org/home/site/install/www_root/rebuildthemes.php(7): compile_all('typo3', 'en', 'TYPO3')
#5 {main}
thrown in /var/www/vhosts/forum.typo3.org/home/site/install/forum_data/include/compiler.inc on line 370
When i strip of the include (ref) -> {REF: search_forum_sel.tmpl} <- everythink compiles but the Message navigator won't work because he can't find function trim_body
Fatal error: Call to undefined function trim_body() in /var/www/vhosts/forum.typo3.org/home/site/install/www_root/theme/TYPO3/mnav.php on line 368
It's version 3.0.3 of FUDForum (will update it as soon as possible). Any suggestions what I can do?
Thanks and best regards
Tim
[Updated on: Tue, 23 October 2012 08:53]
Report message to a moderator