Interesting; you have caching enabled, I take it. Is caching actually of benefit to you in this installation? It’s only occasionally useful in the current version of My Calendar, although there are circumstances where it can help.
Thread Starter
cwolff
(@cwolff)
Are you referring to a caching setting in My Calendar?
Also we are currently on Version: 2.5.5 DB Version: 2.5.0. I don’t see an update option in my Plugins directory.
It’s not a setting, it’s only available via a filter, although it *was* a setting in earlier releases. But that setting was removed in version 2.2, and has no impact anymore. But the code you’re referencing should only execute if caching is enabled in My Calendar.
Thread Starter
cwolff
(@cwolff)
Strange. I have nothing in my functions to allow this filter, any idea how I can remove/fix?
I think that one line is actually being accessed from outside of the caching functionality, unnecessarily; I’ve moved the line of code to a different location so it will only be checked on demand. This will come with the next update.
Thread Starter
cwolff
(@cwolff)
Still getting tons of these in our logs, any updates?:
E:\chanceryclerkandmaster\chanceryclerkandmaster-cms\wp-content\plugins\my-calendar\my-calendar-widgets.php on line 913
[18-Jan-2017 18:19:29 UTC] PHP Warning: Cannot assign an empty string to a string offset in E:\chanceryclerkandmaster\chanceryclerkandmaster-cms\wp-content\plugins\my-calendar\my-calendar-widgets.php on line 913
[18-Jan-2017 18:22:15 UTC] PHP Warning: Illegal string offset ‘mc_trial-dockets’ in E:\chanceryclerkandmaster\chanceryclerkandmaster-cms\wp-content\plugins\my-calendar\my-calendar-widgets.php on line 913
[18-Jan-2017 18:22:15 UTC] PHP Warning: Cannot assign an empty string to a string offset in E:\chanceryclerkandmaster\chanceryclerkandmaster-cms\wp-content\plugins\my-calendar\my-calendar-widgets.php on line 913
It looks like I haven’t released this fix yet; I had it in my head that it had gone out in the last release, but it looks like I still need to release it. Should go out fairly soon; I have a couple minor issues to take care of.
Update released; please let me know if you still see these issues.
Thread Starter
cwolff
(@cwolff)
Update appears to have fixed the issue. Thanks!