• RezaY

    (@mohammad983)


    I get this error in the debug file.
    how can I solve that?

    Undefined index: __kksr_reset in /public_html/wp-content/plugins/kk-star-ratings/src/metabox.php on line 67

Viewing 2 replies - 1 through 2 (of 2 total)
  • try change line 67

    if (checked($_POST[‘__’.prefix(‘reset’)], ‘1’))

    with this:

    if (!empty($_POST[‘__’.prefix(‘reset’)]) ? true : false)

    Thread Starter RezaY

    (@mohammad983)

    I got this

    Use of undefined constant ‘reset’ – assumed ‘‘reset’’ (this will throw an Error in a future version of PHP)

    Use of undefined constant ‘__’ – assumed ‘‘__’’ (this will throw an Error in a future version of PHP)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Undefined index’ is closed to new replies.