Talk:RichardF/@comment-Cf max-20140416222537/@comment-50.170.54.92-20140417200521

From Request Tracker Wiki
< Talk:RichardF/@comment-Cf max-20140416222537
Revision as of 16:05, 17 April 2014 by 50.170.54.92 (talk) (Created page with "This was completely my fault, I didn't realize that the mason cache needed to be cleared before changes would take affect. for anyone running across the same issue.<br /> <sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This was completely my fault, I didn't realize that the mason cache needed to be cleared before changes would take affect.

for anyone running across the same issue.
sudo find /var/cache/request-tracker4/mason_data/ -type f -print0 | xargs -0 rm -f ; /etc/init.d/apache2 restart