We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Behavior:
What is the issue? (*)
_sync_plans() has an infinite loop.
_sync_plans()
I found this issue when i used 'is_premium_only' => false, on an addon, it goes into a loop and does a timeout. But there are other use cases.
'is_premium_only' => false,
EDIT: this happens if the plans are not released to the Users, so its a edge case 😅
my findings is that it happens in __sync_plans() . It will call
__sync_plans()
$missing_plan = self::_get_plan_by_id( $plan_id );
which in turn have this condition
if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) { $this->_sync_plans(); }
What is the expected behavior?
not entering the infinite loop.
Versions: (*)
Freemius SDK Version:
WordPress Version:
PHP Version:
Plugin / Theme: (*)
Name:
Slug:
Freemius ID:
Additional Information:
Browser Type: (*)
Browser Version: (*)
OS: (*)
Stack Traces:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 bug report
Behavior:
What is the issue? (*)
_sync_plans()
has an infinite loop.I found this issue when i used
'is_premium_only' => false,
on an addon, it goes into a loop and does a timeout. But there are other use cases.EDIT: this happens if the plans are not released to the Users, so its a edge case 😅
my findings is that it happens in
__sync_plans()
. It will callwhich in turn have this condition
What is the expected behavior?
not entering the infinite loop.
Versions: (*)
Freemius SDK Version:
2.9.0, but tested with 2.7.2 and still happensWordPress Version:
6.6.0PHP Version:
8.3.11Plugin / Theme: (*)
Name:
Interactive Globes Extended Sources AddonSlug:
interactive-globes-extended-sourcesFreemius ID:
16680Additional Information:
Browser Type: (*)
not relatedBrowser Version: (*)
not relatedOS: (*)
not relatedStack Traces:
The text was updated successfully, but these errors were encountered: