-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-a2
-
None
I added new MCP module and definded
$this->tpl_name = 'mcp_reputation_front';
|
When I try open proper tab, I get error below:
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "mcp_reputation_front.html" (looked into: ./styles/prosilver/template).' in .\vendor\twig\twig\lib\Twig\Loader\Filesystem.php on line 202
|
Twig_Error_Loader: Unable to find template "mcp_reputation_front.html" (looked into: ./styles/prosilver/template). in .\vendor\twig\twig\lib\Twig\Loader\Filesystem.php on line 202
|
It doesn't look for template files in extension folder.
- is duplicated by
-
PHPBB-12088 Installing mcp modules through extensions is not possible
- Closed