Viewing 3 replies - 1 through 3 (of 3 total)
  • Same for me.

    Those lines makes my post admin page buggy.
    I couldn’t update new posts because wordpress didn’t retrieve the proper id.
    Try to comment those lines 1061 to 1064 in wp-page-widgets.php

    $postID = $_GET[‘post’];
    if (is_admin()) {
    $post->ID = $postID;
    }

    It fixed the problem for me.

    Thread Starter vagabond452

    (@vagabond452)

    thanks elld00

    Dear vagabond452, elid00.
    Fixed.
    Try again with lastest version
    Best regargs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Page Widget] Getting an error code from the recent upgrade’ is closed to new replies.