linuxserver / docker-freshrss

GNU General Public License v3.0
157 stars 24 forks source link

[BUG] 1.21.0 BUG #59

Closed mapleshadow closed 6 months ago

mapleshadow commented 9 months ago

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

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

org

Container logs

org
github-actions[bot] commented 9 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 8 months ago

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.

github-actions[bot] commented 5 months ago

This issue is locked due to inactivity