I am getting an error as follows:

User error: Invalid placeholder (!module) in string: If you install the !module module, the text below will be filtered by the module, producing rich text. in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 235 of core/lib/Drupal/Component/Render/FormattableMarkup.php).

This seems to stem to the following:

https://www.drupal.org/node/2296163

I don't have access to make a patch right now however a quick change of !module to @module within the viewTopic function corrects the issue on D8.2.

Comments

Christopher Riley created an issue. See original summary.

gnuget’s picture

Status: Active » Postponed
Related issues: +#2811327: Improve Dependency management and/or documentation

This will be fixed this as part of #2811327: Improve Dependency management and/or documentation, the dependency will be include using composer instead of relying in another module and that part of the code will be removed

Will work on this soon.

Thanks!

gnuget’s picture

Status: Postponed » Active

  • gnuget committed 827b9d6 on 8.x-1.x
    Issue #2839071 by gnuget: Invalid Placeholder
    
gnuget’s picture

Status: Active » Fixed

Now the markdown dependency is added via composer and the code which was triggering the error was removed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.