ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,493
- Points
- 823
Reputation:
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...