Quote:
Originally Posted by MisterMoonlight
Ok i sent you (PM) the debug output with the debug plugin. It looks like the media.xml filename is wrong because it has mix of \ and / characters...
|
Thanks once again! This is turning into a very intersting issue...
You're right that the cache file path was not being normalized on read/write, so the plugin was using a path with a mix of \ and / characters. I've fixed that and have another driver that I hope you can try out for me. I'd appreciate it if you can generate the same trace file as last time as well - I've added trace entries to show the file system stats for each file whose timestamp I update both before and after the update, as well as a load/dump of the books from the cache file, again both before and after the media.xml file update.
Hopefully the normalized paths will fix the issue. The non-normalized paths haven't been a problem on the computers I've been using to test with, but that's what makes debugging so much fun!
If it's still not working with the fix, then the trace might point to something.
I'll keep my fingers crossed.