• Resolved atnjanet

    (@atnjanet)


    Hi,

    This “Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘quick_page_post_reds’ does not have a method ‘ppr_parse_request ‘ in /home/atnjanet/dancingjanet.net/wp-includes/plugin.php on line 507”
    showed up after I installed the plugin. I’m not sure if it caused the error. Could you help me take a look at it?

    Thank you.

    https://wordpress.org/plugins/traffic-stats-widget/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter atnjanet

    (@atnjanet)

    I deleted the plugin but the text is still there so I don’t know what to do now. Thanks.

    jens.bjork

    (@jensbjork-1)

    If you are using the “Quick Page/Post Redirect Plugin”, then in wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php, line 149 is a blank character which needs to be removed.

    Correct line: add_action( ‘wp’, array( $this, ‘ppr_parse_request’) );

    Thread Starter atnjanet

    (@atnjanet)

    Good to know it’s not the issue of this plugin. I know very little about codex so I just removed the latest version of Quick Page/Post Redirect Plugin and reinstalled the old version, it worked out fine now.

    Thanks so much!

    jens.bjork

    (@jensbjork-1)

    Great that you’ve solved it! Seems to be a code typo in the latest version of Quick Page/Post Redirect Plugin (5.0.4).

    drmerten

    (@drmerten)

    i had the exact same problem. i did as you said. now the warning

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘quick_page_post_reds’ does not have a method ‘ppr_parse_request ‘ in /home/lunabik73/domains/lkamar.com/public_html/wp-includes/plugin.php on line 507

    has disappeared but the other warning is stil there…

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘quick_page_post_reds’ does not have a method ‘ppr_filter_page_links ‘ in /home/lunabik73/domains/lkamar.com/public_html/wp-includes/plugin.php on line 199

    can you help me?
    thanks in advance!

    realtech

    (@realtech)

    Same file edit line 165
    take the space out, should look like this:

    add_filter( 'post_link', array( $this, 'ppr_filter_page_links'), 20, 2 );

    mikelyon@mlyon.com

    (@mikelyonmlyoncom)

    Lines 297 and 329 had the trailing space in my file…

    Good catch – thanks so much, jens.bjork and realtech !!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unexpected text’ is closed to new replies.