ejabberd icon indicating copy to clipboard operation
ejabberd copied to clipboard

WebAdmin error

Open lBARSl opened this issue 1 month ago • 1 comments

https://example.com:5281/admin/ After clicking on the "Stats" button:

{'EXIT',{{case_clause,<<"[email protected]">>},
 [{mod_admin_extra,stats,1, [{file,"src/mod_admin_extra.erl"},{line,2146}]},
 {ejabberd_web_admin,execute_command2,7, [{file,"src/ejabberd_web_admin.erl"}, {line,2095}]},
 {ejabberd_web_admin,execute_command,7, [{file,"src/ejabberd_web_admin.erl"}, {line,2066}]},
 {ejabberd_web_admin,make_command2,12, [{file,"src/ejabberd_web_admin.erl"}, {line,1823}]},
 {ejabberd_web_admin,process_admin,3, [{file,"src/ejabberd_web_admin.erl"}, {line,468}]},
 {ejabberd_http,process,2, [{file,"src/ejabberd_http.erl"},{line,373}]},
 {ejabberd_http,process_request,1, [{file,"src/ejabberd_http.erl"},{line,503}]},
 {ejabberd_http,process_header,2, [{file,"src/ejabberd_http.erl"},{line,295}]}]}}

Debian13 ejabberd25.10

https://uploadnow.io/f/Dv4Q0Xb - screenshot of the error

lBARSl avatar Nov 20 '25 15:11 lBARSl

You asked to know the statistic "[email protected]". That is not the name of a statistic value.

If you click in the dark green bar with the text "Stats", you will see the command documentation. It explains what statistic names are supported.

badlop avatar Nov 26 '25 23:11 badlop