Skip to content

[Bug] [shared hosting] [Update Error] Data Type problem #7384

@ZicPL

Description

@ZicPL

Describe the bug

After unpacking the .zip file the main page is blank (white)
I copied the code from the Feed.php and Themes.php files from the repository thinking it would solve the problem. The "data" folder has permissions of 775 and is owned by my account. Same settings as the previous version.

Log:

PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

To Reproduce

  1. Unzip the file on your local computer
  2. Transfer the files via sftp
  3. Go to the main page (it's white) - the settings page displays normally.

Expected behavior

No response

FreshRSS version

1.26.0

System information

2025-02-28 16:21:03.621514 [NOTICE] [3085530] [T0] [127.0.0.1:55978#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught Error: Call to undefined function is_array_values_string() in /../public_html/app/Models/Themes.php:48
Stack trace:
#0 /../public_html/app/Models/Themes.php(73): FreshRSS_Themes::get_infos()
#1 /../public_html/app/FreshRSS.php(113): FreshRSS_Themes::load()
#2 /../public_html/app/FreshRSS.php(154): FreshRSS::loadStylesAndScripts()
#3 /../public_html/app/layout/layout.phtml(4): FreshRSS::preLayout()
#4 /../public_html/lib/Minz/View.php(94): include('/server_user_directory/user...')
#5 /../public_html/lib/Minz/View.php(107): Minz_View->includeFile()
#6 /../public_html/lib/Minz/View.php(74): Minz_View->buildLayout()
#7 /../public_html/lib/Minz/Dispatcher.php(59): Minz_View->build()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/Themes.php on line 48

2025-02-28 16:21:49.089456 [NOTICE] [3085530] [T0] [127.0.0.1:52814#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Controllers/javascriptController.php(39): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_javascript_Controller->nbUnreadsPerFeedAction()
#4 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#5 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#6 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#7 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:23:47.415042 [NOTICE] [3085530] [T0] [127.0.0.1:35076#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:24:00.806778 [NOTICE] [3085530] [T0] [127.0.0.1:56758#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:24:06.726761 [NOTICE] [3085530] [T0] [127.0.0.1:45718#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:24:10.839168 [NOTICE] [3085530] [T0] [127.0.0.1:45812#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:24:25.538596 [NOTICE] [3085530] [T0] [127.0.0.1:54330#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:24:48.101233 [NOTICE] [3085530] [T0] [127.0.0.1:38684#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:25:29.129689 [NOTICE] [3085530] [T0] [127.0.0.1:51438#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:25:31.278183 [NOTICE] [3085530] [T0] [127.0.0.1:51516#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:27:16.629171 [NOTICE] [3085530] [T0] [127.0.0.1:57632#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:28:47.454405 [NOTICE] [3085530] [T0] [127.0.0.1:42042#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:28:51.597451 [NOTICE] [3085530] [T0] [127.0.0.1:42306#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:29:11.754998 [NOTICE] [3085530] [T0] [127.0.0.1:50948#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:29:18.842506 [INFO] [3085530] [T0] [127.0.0.1:42498#APVH_www.RSS_DOMAIN:443] File not found [/../private_html/p/i/news] 
2025-02-28 16:29:18.842534 [INFO] [3085530] [T0] [127.0.0.1:42498#APVH_www.RSS_DOMAIN:443] File not found [/../private_html/404.shtml] 
2025-02-28 16:29:24.731693 [NOTICE] [3085530] [T0] [127.0.0.1:57284#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

2025-02-28 16:29:28.935609 [NOTICE] [3085530] [T0] [127.0.0.1:57416#APVH_www.RSS_DOMAIN:443] [STDERR] PHP Fatal error:  Uncaught TypeError: FreshRSS_FeedDAO::daoToFeeds(): Argument #2 ($catID) must be of type ?int, string given, called in /../public_html/app/Models/CategoryDAO.php on line 430 and defined in /../public_html/app/Models/FeedDAO.php:571
Stack trace:
#0 /../public_html/app/Models/CategoryDAO.php(430): FreshRSS_FeedDAO::daoToFeeds()
#1 /../public_html/app/Models/CategoryDAO.php(295): FreshRSS_CategoryDAO::daoToCategoriesPrepopulated()
#2 /../public_html/app/Models/CategoryDAO.php(262): FreshRSS_CategoryDAO->listCategories()
#3 /../public_html/app/Models/Context.php(180): FreshRSS_CategoryDAO->listSortedCategories()
#4 /../public_html/app/Models/Context.php(218): FreshRSS_Context::categories()
#5 /../public_html/app/Controllers/indexController.php(44): FreshRSS_Context::updateUsingRequest()
#6 /../public_html/lib/Minz/Dispatcher.php(120): FreshRSS_index_Controller->normalAction()
#7 /../public_html/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#8 /../public_html/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()
#9 /../public_html/p/i/index.php(59): Minz_FrontController->run()
#10 {main}
  thrown in /../public_html/app/Models/FeedDAO.php on line 571

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug (unconfirmed)issues that could not be reproduced yet

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions