• Resolved cwolff

    (@cwolff)


    Getting the many of the following in our logs after upgrading WP to 4.7 and PHP to 7.1.0:

    [19-Dec-2016 16:39:46 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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    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.

    Plugin Author Joe Dolson

    (@joedolson)

    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?

    Plugin Author Joe Dolson

    (@joedolson)

    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)

    Thanks Joe!

    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

    Plugin Author Joe Dolson

    (@joedolson)

    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.

    Thread Starter cwolff

    (@cwolff)

    Ok, thanks again Joe.

    Plugin Author Joe Dolson

    (@joedolson)

    Update released; please let me know if you still see these issues.

    Thread Starter cwolff

    (@cwolff)

    Update appears to have fixed the issue. Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Errors after 4.7 upgrade and php 7.1.0’ is closed to new replies.