-
Notifications
You must be signed in to change notification settings - Fork 34
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
Revamp fix_packages #63
Conversation
Fixes SimpleMachines#57 Fixes SimpleMachines#62
|
FYI I only tested this on 2.0 and 2.1. Didn't test 1.x |
|
I don't recall seeing this request for review earlier. Sorry about that. I'll take a look. I am not actually familiar with this tool or what it does... The one time I tried to figure it out it didn't work with php 8... I thought this wasn't necessary for 2.1??? And, to be honest, I don't want to spend time on anything specific to 2.0, which is in security fix only mode. I'd like to focus all bandwidth on 2.1 going forward. |
|
Some users were trying to use it on 2.1 since it’s valid, but reported it as faulty using php 8 |
|
Can someone tell me what this is supposed to do? 😆 Is there a description anywhere? It's not in the code... I think it's supposed to help you:
Anything else? I actually don't have any 2.0 environments to test anymore... I thought I was done with 2.0... I'm trying to build a 2.0.19 env to test this... |
|
I believe that is what it was designed to do. Fix a broken package where your forum may not otherwise work. |
|
There is a definite issue with how it is calling the list builder. The param is not getting passed properly... isInstalled is false, so it's looking for packages with an installed value of 0. In my simple test, they all have a value of 1, so no packages are returned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some tweakin'.
The list builder parameters aren't being passed properly, so packages aren't being displayed.
|
I will try to get around to it soon as I can. |



Fixes #57
Fixes #62