[Bug 278761] www/tt-rss: update daemon (ttrssd) now fails with php syntax error
Date: Sun, 05 May 2024 21:45:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278761 --- Comment #8 from Derek Schrock <dereks@lifeofadishwasher.com> --- Ok you can get around rebuilding the package and update ttrss_db_check.php directly. Change /usr/local/www/tt-rss/ttrss_db_check.php line with functions.php from require_once "/usr/local/www/tt-rss/include/functions.php"; to require_once "/usr/local/www/tt-rss/include/autoload.php"; and run php -f /usr/local/www/tt-rss/ttrss_db_check.php and expect to get your database type pgsql or mysql -- You are receiving this mail because: You are the assignee for the bug.