• Resolved Kunal Desai

    (@iamkunaldesai)


    Get following 2 errors:

    PHP Notice: A non well formed numeric value encountered in /plugins/code-snippets/php/snippet-ops.php(361) : eval()’d code on line 49

    PHP Notice: Use of undefined constant _wp_using_ext_object_cache – assumed ‘_wp_using_ext_object_cache’ in /plugins/code-snippets/php/snippet-ops.php(361) : eval()’d code on line 78

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    These are due to some errors in your snippets.

    It’s a little difficult to say what is causing the first one, though it is occurring on line 49 of one of your snippets.

    The second error is probably because you are trying to use the _wp_using_ext_object_cache() function in one of your snippets, and have forgotten to include the parenthesis on the end ().

Viewing 1 replies (of 1 total)
  • The topic ‘Errors in Log’ is closed to new replies.