Last modified: 2012-06-17 19:45:36 UTC
We keep having error logs on apaches for some php-1.17 files: Feb 27 14:25:25 10.XX.X.X apache2[7382]: PHP Warning: filemtime() [<a href='function.filemtime'>function.filemtime</a>]: stat failed for /usr/local/apache/common-local/php-1.17/extensions/Vector/modules/./images/edit-faded.png in /usr/local/apache/common-local/php-1.18/includes/resourceloader/ResourceLoaderFileModule.php on line 380 Something is very confusing there. Do we still run Vector out of 1.17? That seems to deserve a fix. On a side note, the errors messages fill up hard disks which might eventually lead to an outage. CCing Roan since I remember he said some cache needed to be cleaned up.
It turns out there's a lot of spamming going on in the module_deps table from people trying to hack us. I addressed this problem in r112534 (see commit summary for example spam). After the 1.19 deployment is over, I will ask Asher to truncate the RL cache tables (all three of them) on each wiki in turn, after we test this on a small wiki to confirm it behaves the way I expect it to.
This is no more happening so I am assuming the RL cache was cleaned up at some point.