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

Point the TextStatistics package to the forked repo #587

Conversation

pattonwebz
Copy link
Collaborator

@pattonwebz pattonwebz commented Apr 23, 2024

Several users ran into issues where a ValueError was encountered when parsing for the reading grade level using the TextStatistics package.

I found that the package was not setup to handle this for PHP8. Since that package has not been updated in a long time, and has other open PRs waiting on merge for php8 compat I forked the package repo and have made some updates to it. The changes to the composer file in this PR pulls from the master branch in the fork. https://github.com/equalizedigital/textstatistics/

Changes to the TextStatistics package can also potentially solve issues where certain users are unable to complete pass 2 on the full site scan as well.

Fixes: #570

Copy link
Member

@SteveJonesDev SteveJonesDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge.

@pattonwebz pattonwebz merged commit 742c736 into develop Apr 26, 2024
16 checks passed
@pattonwebz pattonwebz deleted the william/570/php8-TextStatistics-prevent-possible-ValueError branch April 26, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncaught ValueError: mb_convert_encoding(): Argument #3 ($from_encoding)
2 participants