Skip to content

Notice: Undefined variable: qp in feedwordpress/syndicatedlink.class.php on line 747 #32

@zoul0813

Description

@zoul0813

When using "update checked" manually, I receive the following error repeated numerous times:

Notice: Undefined variable: qp in .../feedwordpress/syndicatedlink.class.php on line 747

I checked the code, and it appears the $gp is only defined inside of the conditional check

// line 726
if (!is_null($uri) and strlen($uri) > 0 and $params['add_params']) :

$gp should be declared outside of the block, with a default value (null?) and then set inside this conditional to prevent this error.

This happens on one of the sites I use FWP on, but not another.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions