Errors in production.log "article_plain is missing a template for request formats: text/html"

Hi,

we have migrated zammad to a new host.
Everything is working fine.
The only thing are some errors in production.log that we cannot explain(because everything is working).

Any hint what causes these errors?

root@vm21:/var/log/zammad# tail -f production.log | grep --line-buffered -E -v INFO | less

E, [2023-08-21T07:18:53.451683#760-5244860] ERROR – : TicketArticlesController#article_plain is missing a template for request formats: text/html (ActionController::MissingExactTemplate)

app/controllers/application_controller/has_download.rb:21:in `block (4 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:20:in `block (3 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:19:in `block (2 levels) in module:HasDownload

app/controllers/application_controller/handles_transitions.rb:16:in `handle_transaction’

E, [2023-08-21T07:18:53.535801#760-5244860] ERROR – : Error ID Ej92rvAB: TicketArticlesController#article_plain is missing a template for request formats: text/html

E, [2023-08-21T07:18:57.202192#760-5244420] ERROR – : TicketArticlesController#article_plain is missing a template for request formats: text/html (ActionController::MissingExactTemplate)

app/controllers/application_controller/has_download.rb:21:in `block (4 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:20:in `block (3 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:19:in `block (2 levels) in module:HasDownload

app/controllers/application_controller/handles_transitions.rb:16:in `handle_transaction’

E, [2023-08-21T07:18:57.219958#760-5244420] ERROR – : Error ID a5g9ptyA: TicketArticlesController#article_plain is missing a template for request formats: text/html

E, [2023-08-21T07:19:01.317218#760-5245220] ERROR – : TicketArticlesController#article_plain is missing a template for request formats: text/html (ActionController::MissingExactTemplate)

app/controllers/application_controller/has_download.rb:21:in `block (4 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:20:in `block (3 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:19:in `block (2 levels) in module:HasDownload

app/controllers/application_controller/handles_transitions.rb:16:in `handle_transaction’

E, [2023-08-21T07:19:01.319094#760-5245220] ERROR – : Error ID RfFqBfi3: TicketArticlesController#article_plain is missing a template for request formats: text/html

E, [2023-08-21T07:19:02.511527#760-5244020] ERROR – : TicketArticlesController#article_plain is missing a template for request formats: text/html (ActionController::MissingExactTemplate)

app/controllers/application_controller/has_download.rb:21:in `block (4 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:20:in `block (3 levels) in module:HasDownload

app/controllers/application_controller/has_download.rb:19:in `block (2 levels) in module:HasDownload

app/controllers/application_controller/handles_transitions.rb:16:in `handle_transaction’

Any hint for this error messages?

Hi @tomabg. Please use the template and provide all the required information, thanks.

here we go:-)

Infos:

  • Used Zammad version: 6.0.0-1692790511.c8049cec.jammy
  • Used Zammad installation type: package
  • Operating system: Ubuntu 22.04.2 LTS
  • Browser + version:

Expected behavior:

no error in production.log Logfile

Actual behavior:

I, [2023-08-24T06:10:27.159307#103526-18070580] INFO – : Started GET “/api/v1/ticket_article_plain/638781” for 10.20.10.206 at 2023-08-24 06:10:27 +0000
I, [2023-08-24T06:10:27.162946#103526-18070580] INFO – : Processing by TicketArticlesController#article_plain as HTML
I, [2023-08-24T06:10:27.162993#103526-18070580] INFO – : Parameters: {“id”=>“638781”}
E, [2023-08-24T06:10:27.172488#103526-18070580] ERROR – : TicketArticlesController#article_plain is missing a template for request formats: text/html (ActionController::MissingExactTemplate)
app/controllers/application_controller/has_download.rb:21:in block (4 levels) in <module:HasDownload>' app/controllers/application_controller/has_download.rb:20:in block (3 levels) in module:HasDownload
app/controllers/application_controller/has_download.rb:19:in block (2 levels) in <module:HasDownload>' app/controllers/application_controller/handles_transitions.rb:16:in handle_transaction’
E, [2023-08-24T06:10:27.174256#103526-18070580] ERROR – : Error ID PuNTs5ZA: TicketArticlesController#article_plain is missing a template for request formats: text/html
I, [2023-08-24T06:10:27.174924#103526-18070580] INFO – : Rendered inline template (Duration: 0.3ms | Allocations: 248)
I, [2023-08-24T06:10:27.175052#103526-18070580] INFO – : Completed 500 Internal Server Error in 12ms (Views: 0.6ms | ActiveRecord: 3.2ms | Allocations: 6883)

Steps to reproduce the behavior:

unknown

any hint what means this error in the logs?

is this error normal?
@fliebe92 please reply in case of more information required

Sorry, I never saw this issue before. Did you try to restart your Zammad instance?

a restart of zammad is not helping…also we just dont get any problem reported from the users