• Resolved rogeriodec

    (@rogeriodec)


    I’m getting a lot of

    Notice: Undefined index: post_ID in /home/rogeriod/public_html/wordpress/sestra/wp-content/plugins/woo-shortcodes-kit/wshk-class.php on line 3775

    What’s wrong?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author disespubli

    (@disespubli)

    Hi Rogerio!

    I have fixed it, it will be available in the next version because i want fix some notices more by the way.

    If you need it fast and cant wait for the next version, just tell me and i will give you a link for download the updated wshk-class.php file.

    Thanks for the notice!

    Thread Starter rogeriodec

    (@rogeriodec)

    No problems, I’ve rolled back to 1.7.8 and I’ll wait for the fixed version.
    Tks

    Plugin Author disespubli

    (@disespubli)

    It not make problems is just a new metabox added in your account page.

    The v 1.7.9 have a lot of fixed issues and updates i recommend keep this version and update the wshk-class.php

    If you know modify the code can go to the plugin folder and open the wshk-class.php, go to line 3775 and replace the line with this code:

    $id = !empty($_POST['post_id']) ? $_POST['post_id'] : '';
     $post_id = !empty($_GET['post']) ? $_GET['post'] : $id ;

    or download the file directly and replace it.

    Best regards!

    Thread Starter rogeriodec

    (@rogeriodec)

    Done. But now I’m getting:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wshk_meta_save' not found or invalid function name in /home/rogeriod/public_html/wordpress/sestra/wp-includes/class-wp-hook.php on line 288

    Plugin Author disespubli

    (@disespubli)

    Im not getting any errors…

    Do you replaced the file? or changed the code manually?

    Thread Starter rogeriodec

    (@rogeriodec)

    Uploading your file solved the problem. Sorry about the confusion. thanks.

    Plugin Author disespubli

    (@disespubli)

    All right!

    Thanks to you for your answer ??

    Best regards!

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