From 8edce0e2095a4e78599bfdd1b39fc778ec29c720 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 6 Feb 2021 12:37:26 +0100 Subject: Fix heredoc syntax (#3426) Fix regression from https://github.com/FreshRSS/FreshRSS/pull/3407 Identifier must not be indented PHP 5.6.36 (cli) (built: Apr 28 2018 21:14:51) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies PHP Parse error: syntax error, unexpected end of file in lib/lib_rss.php on line 608 Errors parsing lib/lib_rss.php --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index cf1cd1b50..39ac2c1f8 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -603,5 +603,5 @@ function errorMessage($errorTitle, $error = '') {

More logs can be generated by enabling 'environment' => 'development', in ./FreshRSS/data/config.php

Running the feed update script (with the same user and PHP version as your Web server) might provide other hints, e.g.: sudo -u www-data /usr/bin/php ./FreshRSS/app/actualize_script.php

- MSG; +MSG; } -- cgit v1.2.3