Talk:RichardF/@comment-Cf max-20140416222537/@comment-50.170.54.92-20140417200521: Difference between revisions
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...") |
m (1 revision imported) |
||
(No difference)
|
Latest revision as of 15:53, 6 April 2016
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