You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.21.0 has a bug due to a PHP version issue, causing the automatic update script to fail. The problem is that while version 1.21.0 updated PHP to PHP8, the automatic update script still uses PHP7 commands, resulting in it not functioning properly. Please fix it.
Incorrect command:
cmd /usr/bin/php7 /usr/share/webapps/freshrss/app/actualize_script.php > /tmp/FreshRSS.log 2>&1
The correct command should be:
cmd /usr/bin/php82 /usr/share/webapps/freshrss/app/actualize_script.php > /tmp/FreshRSS.log 2>&1
Expected Behavior
No response
Steps To Reproduce
"Unable to update automatically"
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
org
Container logs
org
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
Version 1.21.0 has a bug due to a PHP version issue, causing the automatic update script to fail. The problem is that while version 1.21.0 updated PHP to PHP8, the automatic update script still uses PHP7 commands, resulting in it not functioning properly. Please fix it.
Incorrect command:
cmd /usr/bin/php7 /usr/share/webapps/freshrss/app/actualize_script.php > /tmp/FreshRSS.log 2>&1
The correct command should be:
cmd /usr/bin/php82 /usr/share/webapps/freshrss/app/actualize_script.php > /tmp/FreshRSS.log 2>&1
Expected Behavior
No response
Steps To Reproduce
"Unable to update automatically"
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: