expectingtofly wrote: > This does appear to be a caching problem. > > Caching of the menus is only for 10 minutes, so the explicit caching is > probably not the cause. So there is probably some default web caching > that LMS is doing that I didn't notice was happening. It didn't matter > before 2.7.1, as I wasn't showing the "Currently Not Available " > message, so it would try anyway. I'll track down the problem and fix > it. Thanks for raising.
There are two sorts of cache that I have run into but it depends on your implementation 1. LMS WebUI page generation - I was using WebUI Classic for testing. 2. HTTP caching by LMS. To test and check out the soruce of the issue. IIRC for menu I think there is a "nocache => 1" which helps. For http requests - is there is a "cache => 0" ? ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113045 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
