Direct admin webapp hangs since trying to open messages.

sephen

Verified User
Joined
Nov 12, 2019
Messages
15
I've got about 400000 messages so when I tried to remove them, the webapp (evolution) hangs and only shows the orange loading bar on top.
when reloading and reopening the browser the problem still exists.

The webapp does not respond to anything.

How can I solve this?
and how to stop the messages all together?

Thanks in advance!
 
Hello,

Run as root using a SSH session:

Code:
rm -rf  /usr/local/directadmin/data/tickets/
killall -9 directadmin 
service directadmin restart

it should solve the issue.
 
Back
Top