Postponed
Project:
Alinks
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2017 at 18:32 UTC
Updated:
24 Mar 2020 at 22:45 UTC
Jump to comment: Most recent
When visiting a term page I get the following message:
Fatal error: Call to a member function stem() on null in /web/modules/contrib/alinks/src/AlinkPostRenderer.php on line 94
This is on a local fresh Drupal install and also occurs on simplytest.me
Steps to reproduce:
If you know visit the termpage you get the error mentioned above.
Isn't it possible to have terms referencing each other or what is going on?
Comments
Comment #2
osopolarDoes issue #2944336: Requires install with composer! help to fix your problem?
Comment #3
WriteCo commentedI get this error and I have installed alinks with composer. Everything on this install is installed with composer. Is there another linking module that does not produce errors? Perhaps one with installation instructions.
Comment #4
effortdee commentedInstalled alinks on latest drupal and get white screen of death on article content type:
Error: Class 'Wamania\Snowball\English' not found in Drupal\alinks\AlinkPostRenderer->__construct() (line 52 of /home/feafccef/public_html/live/modules/alinks/src/AlinkPostRenderer.php) #0 /home/feafccef/public_html/live/modules/alinks/src/AlinkPostRenderer.php(218): Drupal\alinks\AlinkPostRenderer->__construct(Object(Drupal\Core\Render\Markup), Array, '//*//p//text()[...') #1 [internal function]: Drupal\alinks\AlinkPostRenderer::postRender(Object(Drupal\Core\Render\Markup), Array) #2 /home/feafccef/public_html/live/core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php(100): call_user_func_array(Array, Array) #3 /home/feafccef/public_html/live/core/lib/Drupal/Core/Render/Renderer.php(781): Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #post_re...', 'silenced_deprec...', 'Drupal\\Core\\Ren...') #4 /home/feafccef/public_html/live/core/lib/Drupal/Core/Render/Renderer.php(496): Drupal\Core\Render\Renderer->doCallback('#post_render', Array, Array) #5 /home/feafccef/public_html/live/core/lib/Drupal/Core/Render/Renderer.php(200): Drupal\Core\Render\Renderer->doRender(Array, false) #6 /home/feafccef/public_html/live/core/lib/Drupal/Core/Template/TwigExtension.php(501): Drupal\Core\Render\Renderer->render(Array) #7 /home/feafccef/public_html/live/sites/default/files/php/twig/5e1fb18ebe7d7_ds-entity-view.html.twig_0l7vZL1VJ-zxTA2kPYRBg2j6e/JckJQlqnyW4OG-k5NMoCjJHzfY3TLtJaDFtkLAD3VNQ.php(55): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true) #8 /home/feafccef/public_html/live/vendor/twig/twig/src/Template.php(455):Comment #5
firfin commented@effortDee I don't think you're having the same issue. please see #2944336: Requires install with composer!