[Bug 278761] www/tt-rss: update daemon (ttrssd) now fails with php syntax error
Date: Sat, 04 May 2024 20:47:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278761 --- Comment #2 from Robert William Vesterman <bob@vesterman.com> --- Here's a redacted version of my /usr/local/www/tt-rss/config.php (which has been unmodified and working fine for a long time): <?php putenv('TTRSS_PHP_EXECUTABLE=/usr/local/bin/php'); putenv("PATH=/usr/local/bin/:" . getenv("PATH")); putenv('TTRSS_DB_TYPE=mysql'); putenv('TTRSS_DB_HOST=redacted'); putenv('TTRSS_DB_NAME=redacted'); putenv('TTRSS_DB_USER=redacted'); putenv('TTRSS_DB_PASS=hunter2'); putenv('TTRSS_DB_PORT=redacted'); putenv('TTRSS_SELF_URL_PATH=redacted'); -- You are receiving this mail because: You are the assignee for the bug.