Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 1.21.0 BUG #59

Closed
1 task done
mapleshadow opened this issue Sep 25, 2023 · 3 comments
Closed
1 task done

[BUG] 1.21.0 BUG #59

mapleshadow opened this issue Sep 25, 2023 · 3 comments

Comments

@mapleshadow
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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
Copy link

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
Copy link
Contributor

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Dec 25, 2023
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants