<div dir="ltr">Good day all owncloud users.<div style>I am experiencing a problem, where in a particular folder in the files app some files are not showing.</div><div style>The files are present in the file system, but they are not present in the oc_fscache table.</div>
<div style>I tried forcing a cache update, by calling manually OC_Filecache::scan("") from a PHP page, but the files are still not showing.</div><div style>By checking the source, it seems that the missing files actually *are* present into the APC cache, but they are missing from the DB cache (i.e. the table oc_fscache)</div>
<div style><br></div><div style>What can I do to re-align the APC cache with the DB cache ?</div><div style>By checking the source, the problem may be in OC_Filecache::update() , in here there is a UPDATE clause WHERE id = $id, but if the update does not match any row, there should be an INSERT clause in here as well, to "fill out" the gap.<br>
</div><div style><br></div><div style>Thank you</div><div style>Marco</div></div>