Error: 0 - Call to undefined function renderTemplateFromIncludes()

gaatec
52 Posts
gaatec posted this 21 December 2022

When using Joomla 4.2.6 Cassiopeia template everything work as expected, but in Thempler I get the following error:

0 - Call to undefined function renderTemplateFromIncludes()

This error happen when I in DJ-Catalog2 add a new product from the frontend. When saving the new product I am routed to a page to view all my products.

On a Cassiopeia template everything looks as expected, while on a Themler template, I get the above error.

Any ideas

When using Joomla 4.2.6 Cassiopeia template everything work as expected, but in Thempler I get the following error: 0 - Call to undefined function renderTemplateFromIncludes() This error happen when I in DJ-Catalog2 add a new product from the frontend. When saving the new product I am routed to a page to view all my products. On a Cassiopeia template everything looks as expected, while on a Themler template, I get the above error. Any ideas
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
eleanor
375 Posts
eleanor posted this 07 February 2023

Anyone else getting the error, add:

require_once dirname(dirname(dirname(dirname(dirname(FILE))))) . DIRECTORY_SEPARATOR . 'functions.php';

To the top of:
yourTheme/editor/html/layouts/joomla/pagination/list.php

after the first: <?php?>

Anyone else getting the error, add: require_once dirname(dirname(dirname(dirname(dirname(__FILE__))))) . DIRECTORY_SEPARATOR . 'functions.php'; To the top of: yourTheme/editor/html/layouts/joomla/pagination/list.php after the first: &lt;?php?&gt;
ahofer
5 Posts
ahofer posted this 3 weeks ago

Get the same error in Joomla 4.4.0 when using PhocaDownload.
First lines of list.php look like this, where to insert the new code?

<?php defined('_jexec') or die;?>

<?php begin_editor_open*/ $app $templatename?>getTemplate();

URL to the side ist https://test.burg-neurandsberg.de/index.php/arbeitseinsaetze

Get the same error in Joomla 4.4.0 when using PhocaDownload. First lines of list.php look like this, where to insert the new code? &lt;?php defined(&#39;_jexec&#39;) or die;?&gt; &lt;?php begin_editor_open*/ $app $templatename?&gt;getTemplate(); URL to the side ist https://test.burg-neurandsberg.de/index.php/arbeitseinsaetze

Last edited 3 weeks ago by ahofer

You must log in or register to leave comments