[XenForoBridge] Fix error if message is < 70 chars#2707
Merged
dvikan merged 1 commit intoRSS-Bridge:masterfrom May 8, 2022
Merged
[XenForoBridge] Fix error if message is < 70 chars#2707dvikan merged 1 commit intoRSS-Bridge:masterfrom
dvikan merged 1 commit intoRSS-Bridge:masterfrom
Conversation
At the time of writing, this occurs on the following thread: https://forum.xda-developers.com/t/optimized-lineageos19-1-v4-0-23apr.4426575/ Fixes the following error: ValueError: strpos(): Argument RSS-Bridge#3 ($offset) must be contained in argument RSS-Bridge#1 ($haystack) in ./rss-bridge/bridges/XenForoBridge.php:272 Stack trace: 0 ./rss-bridge/bridges/XenForoBridge.php(272): strpos() 1 ./rss-bridge/bridges/XenForoBridge.php(146): XenForoBridge->extractThreadPostsV2() 2 ./rss-bridge/actions/DisplayAction.php(134): XenForoBridge->collectData() 3 ./rss-bridge/index.php(24): DisplayAction->execute() 4 {main}
Pull request artifacts
|
Contributor
|
Thanks. |
IAM-marco
pushed a commit
to IAM-marco/rss-bridge
that referenced
this pull request
Jun 17, 2022
At the time of writing, this occurs on the following thread: https://forum.xda-developers.com/t/optimized-lineageos19-1-v4-0-23apr.4426575/ Fixes the following error: ValueError: strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) in ./rss-bridge/bridges/XenForoBridge.php:272 Stack trace: 0 ./rss-bridge/bridges/XenForoBridge.php(272): strpos() 1 ./rss-bridge/bridges/XenForoBridge.php(146): XenForoBridge->extractThreadPostsV2() 2 ./rss-bridge/actions/DisplayAction.php(134): XenForoBridge->collectData() 3 ./rss-bridge/index.php(24): DisplayAction->execute() 4 {main}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using php 8.1.
Don't know how to make the change prettier.
At the time of writing, this occurs on the following thread:
https://forum.xda-developers.com/t/optimized-lineageos19-1-v4-0-23apr.4426575/
Fixes the following error:
ValueError: strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) in ./rss-bridge/bridges/XenForoBridge.php:272
Stack trace:
0 ./rss-bridge/bridges/XenForoBridge.php(272): strpos()
1 ./rss-bridge/bridges/XenForoBridge.php(146): XenForoBridge->extractThreadPostsV2()
2 ./rss-bridge/actions/DisplayAction.php(134): XenForoBridge->collectData()
3 ./rss-bridge/index.php(24): DisplayAction->execute()
4 {main}