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 ).
Issue fork achievements-3332086
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
Comment #1
Anonymous (not verified) commentederdm created an issue. See original summary.
Comment #4
hardikpandya commentedThere should not be a need to set the
pathandtemplateexplicitly. The path, by default, is thetemplatesfolder 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.