We're merging with GenerateBlocks! Learn more here.

[Support request] Getting A Warning: urldecode() expects parameter 1 to be string, array given in

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Getting A Warning: urldecode() expects parameter 1 to be string, array given in

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1775
    Dave
    Participant

    Hello Tom… Purchased WP Show Posts Pro and have been experimenting with it. Everything’s seems pretty straight forward and as there is no documentation I made a few guesses as to proper implementation.

    -Copy short code in Usage panel to a page.

    -Insert short code using page edit area menu button.

    -Use the PHP from the Usage panel in my CPT templet part.

    QUESTIONS
    1. Is the above correct?

    2. Using either of the Short code methods above is producing an error on the page. Could you advise as to if this is a bug or if I have something misconfigured?

    Warning: urldecode() expects parameter 1 to be string, array given in
    / root server path /public/wp-includes/class-wp-query.php on line 2092

    Kind Regards,
    Dave

    #1779
    Tom
    Keymaster

    Hi Dave,

    That’s correct.

    Second person to bring this warning up – I’m currently looking into it thanks to login access from another member.

    For now, you should be able to turn WP_DEBUG off in your wp-config.php file to avoid warnings like this.

    #1780
    Dave
    Participant

    Hi Tom… Actually did not have WP_DEBUG in my wp-config.php file. I aded the below code and tried both true and false but neither had an affect. No huge panic from my end as I am just test driving WP Show Posts Pro.

    define( 'WP_DEBUG', false );

    Kind Regards,
    Dave

    #1885
    Tom
    Keymaster

    Hi Dave,

    Looking into this still – are you still receiving this error? If so, any chance you can link me to the page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.