tt-rss-newsplus-plugin icon indicating copy to clipboard operation
tt-rss-newsplus-plugin copied to clipboard

Warnings about undefined variables

Open afischer211 opened this issue 2 years ago • 2 comments

If I sync with tt-rss using the api_newsplus-plugin, I receive warnings about undefined variables "limit_query_part" and "offset_query_part". It seems, if the parameter "limit" is set to 0, the variables will not be defined and results in later errors.

afischer211 avatar Nov 13 '21 21:11 afischer211

I'm seeing these in the tt-rss error log -

Undefined array key "include_empty" Undefined array key "skip" Undefined variable $override_order Undefined variable $feed_check_qpart Undefined array key "include_empty" PHP Warning: Undefined array key "debug"

Tiny Tiny RSS v22.03-385da287d API_Newslus v1.10

HTH Mark.

markwaters avatar Mar 23 '22 12:03 markwaters

In addition to all of the above, I'm also seeing

Undefined array key "since_id"

under Tiny Tiny RSS v22.05-09fb227

If I knew the first thing about programming in PHP, I'd submit a fix myself.

benfishbus avatar May 26 '22 16:05 benfishbus