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

From Request Tracker Wiki
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