WPSolr free
Forum Replies Created
-
I could solve my issue by reinstalling the folder /wp-includes
Upgrading to 2.6, or rolling back to 2.5.15, changed nothing.
For info:
WP 5.2.2 on cloudwaysSimilar error with update to 2.6.1. Never had issues before the update. Only the editor mode is concerned. Online pages are displayed fine.
Fatal error: Uncaught Error: Call to undefined method WP_Hook::remove_all_filters() in /public_html/wp-includes/plugin.php:307 Stack trace: #0 /public_html/wp-includes/plugin.php(584): remove_all_filters(‘wp_head’, false) #1 /public_html/wp-content/plugins/elementor/core/editor/editor.php(116): remove_all_actions(‘wp_head’) #2 /public_html/wp-includes/class-wp-hook.php(286): Elementor\Core\Editor\Editor->init(”) #3 /public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #4 /public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #5 /home/267724.cloudwaysapps.com/uwssrbhrhb/public_html/wp-admin/admin.php(399): do_action(‘admin_action_el…’) #6 /public_html/wp-admin/post.php(12): require_once(‘/home/267 in /public_html/wp-includes/plugin.php on line 307
Le site rencontre des difficultés techniques. Veuillez relever la bo?te de messagerie du compte administrateur du site pour obtenir des instructions.Similar error with update to 2.6.1. Never had issues before the update. Only the editor mode is concerned. Online pages are displayed fine.
Fatal error: Uncaught Error: Call to undefined method WP_Hook::remove_all_filters() in /public_html/wp-includes/plugin.php:307 Stack trace: #0 /public_html/wp-includes/plugin.php(584): remove_all_filters(‘wp_head’, false) #1 /public_html/wp-content/plugins/elementor/core/editor/editor.php(116): remove_all_actions(‘wp_head’) #2 /public_html/wp-includes/class-wp-hook.php(286): Elementor\Core\Editor\Editor->init(”) #3 /public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #4 /public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #5 /home/267724.cloudwaysapps.com/uwssrbhrhb/public_html/wp-admin/admin.php(399): do_action(‘admin_action_el…’) #6 /public_html/wp-admin/post.php(12): require_once(‘/home/267 in /public_html/wp-includes/plugin.php on line 307
Le site rencontre des difficultés techniques. Veuillez relever la bo?te de messagerie du compte administrateur du site pour obtenir des instructions.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP Takeover V0.9.97.46.1Hi,
I had to force “Show AMP for current page” to “hide”, or my AMP page was forced as home page, even with takeover off.
Notice: this AMP page was set as custom home page in AMP settings.
(version 0.9.97.57)
Forum: Plugins
In reply to: [WP Job Manager] Search by regions and keywords not working since 1.33.0This workaround worked for me (with Listify and geo filters).
add_filter( 'get_job_listings_query_args','my_apply_proximity_filter', 9, 2 ); // Before other filter public function my_apply_proximity_filter( $query_args, $args ) { if ( ! isset( $_REQUEST['form_data'] ) && isset( $_REQUEST['$form_data'] ) ) { $_REQUEST['form_data'] = $_REQUEST['$form_data']; } return $query_args; }
Forum: Plugins
In reply to: [WP Job Manager] Search by regions and keywords not working since 1.33.0Hi,
After some debugging, I found out that a typo in wp-job-manager/assets/js/ajax-filters.min.js could be the problem:
$form_data:_.serialize()
used to be :
form_data:_.serialize()
Forum: Fixing WordPress
In reply to: Notices Broke with WP5/GutenbergI can confirm that set_transient() is not working anymore indeed.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] WPSOLR scrolling not load dataThe free support has moved to https://www.wpsolr.com/forums/
See you there.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Doesn”t workThe free support has moved to https://www.wpsolr.com/forums/
See you there.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Cannot Index error: parseerrorWe do not support the free plugin anymore.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] ! The free plugin is deprecated !WPSOLR PRO 20.1 is coming.
WPSOLR is a general search plugin.
The notion of forum, or private, has to be implemented with filters.
https://www.wpsolr.com/guide-category/actions-and-filters/Try to index with debug mode “on”, and batch size 1.
It will tell you the post id in error. You can try to identify and fix the post issue, or you can prevent indexing it with the post meta box “do no search”.
Hi,
It is fixed in WPSOLR 20.0
For the story, Elasticsearch is planning to decommission mapping types in future releases:
https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.htmlIt begins with 6.x, where indices can now only accept one mapping type. WPSOLR used to setup two mapping types, one for ordinary data, one for Tika files extraction.
Both mapping types are now merged in WPSOLR 20.0- This reply was modified 7 years, 2 months ago by WPSolr free.