tt-rss-newsplus-plugin
tt-rss-newsplus-plugin copied to clipboard
Warnings about undefined variables
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.
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.
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.