feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
204 stars 34 forks source link

ReferenceError: Ajax is not defined #169

Closed trockenasche closed 3 years ago

trockenasche commented 3 years ago

Prerequisites

Expected Behavior

Do any configuration inside feediron.

Current Behavior

Saving, adding and testing result to the popup error message ReferenceError: Ajax is not defined Unfortunately there is no more information to find in the popup.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. fresh tt-rss install from https://git.tt-rss.org/fox/ttrss-docker-compose.git
  2. fresh install of this plugin
  3. try to set it up

Failure Information (for bugs)

Failure Logs ``` E_WARNING (2) | plugins.local/feediron/preftab/fi_pref_tab.php:44 | foreach() argument must be of type array\|object, null given 1. plugins.local/feediron/preftab/fi_pref_tab.php(44): ttrss_error_handler(2, foreach() argument must be of type array\|object, null given, plugins.local/feediron/preftab/fi_pref_tab.php, 44) 2. plugins.local/feediron/init.php(618): get_pref_tab(, ) 3. backend.php(131): index() E_USER_WARNING (512) | client-js:tt-rss-layer.js?1613849410 line 8 > Function:6 | ReferenceError: Ajax is not defined anonymous@https://example.com/tt-rss/lib/dojo/tt-rss-layer.js?1613849410 line 8 > Function:6:4 _onSubmit@https://example.com/tt-rss/lib/dojo/tt-rss-layer.js?1613849410:8:238947 hitch/ ```

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

dugite-code commented 3 years ago

Ok so it looks like Fox removed the old Ajax requests. Give the latest master a go it should be fixed now

trockenasche commented 3 years ago

Thanks, it's working now!