Date: Sun, 05 May 2024 21:45:38 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278761] www/tt-rss: update daemon (ttrssd) now fails with php syntax error Message-ID: <bug-278761-7788-XqJYCcMDzC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278761-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-278761-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278761 --- 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278761-7788-XqJYCcMDzC>