• Resolved paulchen

    (@paulchenpanther)


    Hi,

    Just a very small issue: Under certain circumstances, the following PHP notice shows up in the error log:

    PHP Notice: Undefined variable: open_graphite_head in [...]/wp-content/plugins/open-graphite/_open_graphite.php on line 591

    In my WordPress instance, this happens on 404 pages when the debug log is enabled.

    The reason seems to be that in that case neither the condition on line 480 nor the one on line 511 of this file evaluates to true: https://plugins.trac.wordpress.org/browser/open-graphite/trunk/_open_graphite.php

    In that case, $open_graphite_head is never set, leading to the aforementioned notice.

    Kind regards,
    Paul

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Undefined variable: open_graphite_head’ is closed to new replies.