Difference between revisions of "Talk:RichardF/@comment-Cf max-20140416222537/@comment-50.170.54.92-20140417200521"

From Request Tracker Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 16:05, 17 April 2014

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