-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Describe the bug
I can't add a new feed with 'New Feed Wizard'. I encountered a Fatal error in 'Step 2 - Select Article Text' after selecting text, clicking on 'Get' and then clicking on 'Next'.
Error message
Warning: Undefined array key "host" in C:\xampp\htdocs\lwt\feed_wizard.php on line 439
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in C:\xampp\htdocs\lwt\feed_wizard.php:439 Stack trace: #0 C:\xampp\htdocs\lwt\feed_wizard.php(439): count(NULL) #1 C:\xampp\htdocs\lwt\feed_wizard.php(930): Lwt\Interface\Feed_Wizard\feed_wizard_filter_text() #2 {main} thrown in C:\xampp\htdocs\lwt\feed_wizard.php on line 439
To Reproduce
Steps to reproduce the behavior:
- Go to 'Newsfeeds '
- Click on 'New Feed'
- Click on 'New Feed Wizard'
- Add a Feed URI in the field. I tried with https://rss.dw.com/xml/rss_en_science and others
- Click on 'Next'
- Scroll down in the preview window
- Click on a paragraph of the article
- Click on 'Get'
- Click on 'Next'
- See error
Expected behavior
Advance to next step of the 'New Feed Wizard' and then get the RSS feed added to my Feeds.
Server
Data Value
LWT version v002008001
Database name learning-with-texts
Database prefix (surrounded by "") ""
Database Location Apache/2.4.56
Database Size 0.2 MB
Web Server localhost
Server Software Apache/2.4.56
PHP Version 8.2.4
MySQL Version 10.4.28-MariaDB
- LWT version: 2.8.1-fork (April 14 2023)
Desktop
- OS: Windows 11 Home
- Browser: Firefox
- Version: 114.0.1 (64-bit)
Additional context
- I am a new user of LWT.
- I have installed the program with the XAMPP method described on the documentation

