FYI

Error: achievements_theme() in  Non-static method Drupal\Core\Extension\ExtensionPathResolver::getPath() cannot be called statically (line 16 of /var/www/html/testsite/web/modules/contrib/achievements/achievements.module ).
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Anonymous’s picture

erdm created an issue. See original summary.

hardikpandya made their first commit to this issue’s fork.

hardikpandya’s picture

Status: Active » Needs review

There should not be a need to set the path and template explicitly. The path, by default, is the templates folder in the module and the default template name would be created based on the array key. See https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21... for more details.