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
Hi,
Thanks for this great plugin.
I had an Fatal Error while updating excluded urls on WP6/PHP8:
[24-Aug-2022 07:24:04 UTC] PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php:267 Stack trace: #0 /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php(267): explode() #1 /data/web/myserver/html/oam/wp-includes/class-wp-hook.php(309): scm_update_exclusion() #2 /data/web/myserver/html/oam/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters() #3 /data/web/myserver/html/oam/wp-includes/plugin.php(476): WP_Hook->do_action() #4 /data/web/myserver/html/oam/wp-includes/option.php(530): do_action() #5 /data/web/myserver/html/oam/wp-admin/options.php(322): update_option() #6 {main} thrown in /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php on line 267
Is this plugin still maintained? Its the only real working Plugin for Memcached...... ;-)
Thanks and best regards
The text was updated successfully, but these errors were encountered:
I'm looking into this issue. It wil be fixed later.
Sorry, something went wrong.
Fix issue #24 - type hint error.
0aa5539
No branches or pull requests
Hi,
Thanks for this great plugin.
I had an Fatal Error while updating excluded urls on WP6/PHP8:
[24-Aug-2022 07:24:04 UTC] PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php:267
Stack trace:
#0 /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php(267): explode()
#1 /data/web/myserver/html/oam/wp-includes/class-wp-hook.php(309): scm_update_exclusion()
#2 /data/web/myserver/html/oam/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#3 /data/web/myserver/html/oam/wp-includes/plugin.php(476): WP_Hook->do_action()
#4 /data/web/myserver/html/oam/wp-includes/option.php(530): do_action()
#5 /data/web/myserver/html/oam/wp-admin/options.php(322): update_option()
#6 {main}
thrown in /data/web/myserver/html/oam/wp-content/plugins/cache-master/inc/admin/update-setting.php on line 267
Is this plugin still maintained?
Its the only real working Plugin for Memcached......
;-)
Thanks and best regards
The text was updated successfully, but these errors were encountered: