Quantcast
Viewing all articles
Browse latest Browse all 6760

After update, Zammad can't start: `require': cannot load such file -- action_dispatch (LoadError)

Now I cleared manually the package cache

systemctl stop zammad
mv /opt/zammad/tmp/cache/bootsnap /opt/zammad/tmp/cache/bootsnap_old

and restarted Zammad
systemctl restart zammad

Now Zammad starts without an error, unfortunately the web interface is not working, I get a blank page.

The command zammad run rails r "Cache.clear" also do not work, I get this error:

zammad run rails r "Cache.clear"
Please specify a valid ruby command or the path of a script to run.
Run 'rails runner -h' for help.

uninitialized constant Cache

Any ideas how to fix the uninitialized constant Cache error?


Viewing all articles
Browse latest Browse all 6760

Trending Articles