Gavo
Guest
offline
After updating to 2.3.7 an addon I made no longer works, is there any info on this error documented I cant find anything.
In Template.
Code:
Entity
Code:
Read more
Continue reading...
Oops! We ran into some problems.
Line 2: The function getimdbid may not be called in a template. Only functions with whitelisted prefixes are allowed. - Template name: public:imdb
Click to expand...
In Template.
Code:
<xf:if is="{$thread.getimdbid("id")}">Entity
Code:
Code:
namespace Imdb\Info\Entity;
class Thread extends XFCP_Thread
{
public function...
Read more
Continue reading...