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
After installing Wordpress 6.4.1 the plugin gives an error:
Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php:123 Stack trace: #0 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php(123): in_array('update_schedule...', '') #1 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(2126): FeedWordPressDiagnostic::is_on('update_schedule...') #2 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(846): FeedWordPress::diagnostic('update_schedule...', 'Initiating an A...') #3 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(1688): FeedWordPress->update() #4 /membri/openfeed/wp-includes/class-wp-hook.php(324): FeedWordPress->auto_update('') #5 /membri/openfeed/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /membri/openfeed/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /membri/openfeed/wp-includes/load.php(1260): do_action('shutdown') #8 [internal function]: shutdown_action_hook() #9 {main} thrown in /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php on line 123
This is with even the last source in git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing Wordpress 6.4.1 the plugin gives an error:
Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php:123 Stack trace: #0 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php(123): in_array('update_schedule...', '') #1 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(2126): FeedWordPressDiagnostic::is_on('update_schedule...') #2 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(846): FeedWordPress::diagnostic('update_schedule...', 'Initiating an A...') #3 /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpress.php(1688): FeedWordPress->update() #4 /membri/openfeed/wp-includes/class-wp-hook.php(324): FeedWordPress->auto_update('') #5 /membri/openfeed/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /membri/openfeed/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /membri/openfeed/wp-includes/load.php(1260): do_action('shutdown') #8 [internal function]: shutdown_action_hook() #9 {main} thrown in /membri/openfeed/wp-content/plugins/feedwordpress/feedwordpressdiagnostic.class.php on line 123
This is with even the last source in git
The text was updated successfully, but these errors were encountered: