Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter funex

    (@funex)

    Thanks for the clarification. I have posted the issue on WF’s support forum. *fingers crossed*

    Likewise, I have just recently encountered this issue. I do not use the TagDiv plugin. Rolling back to 4.30.0 fixed the issue (for a given value of “fixed”).

    Same here. Not only that, trying to edit a page with the widget in it through a critical error:

    Error Details
    
    An error of type E_ERROR was caused in line 308 of the file /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/plugins/google-drive-embedder/core/core_google_drive_embedder.php. Error message: Uncaught Error: Call to undefined function wp_kse_post() in /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/plugins/google-drive-embedder/core/core_google_drive_embedder.php:308
    Stack trace: 0 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/shortcodes.php(355): Drive_Embedder_Core->gdm_shortcode_display_drivefile() 1 [internal function]: do_shortcode_tag() 2 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/shortcodes.php(227): preg_replace_callback() 3 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/class-wp-hook.php(308): do_shortcode() 4 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters() 5 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters() 6 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(568): WP_REST_Posts_Controller->prepare_item_for_response() 7 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller->get_item() 8 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request() 9 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api.php(535): WP_REST_Server->dispatch() 10 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/rest-api.php(2884): rest_do_request() 11 [internal function]: rest_preload_api_request() 12 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/block-editor.php(638): array_reduce() 13 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-admin/edit-form-blocks.php(77): block_editor_rest_api_preload() 14 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-admin/post.php(187): require('…') 15 {main} thrown
    Thread Starter funex

    (@funex)

    It seems that this fuction doesn’t sit well with the Simple Calendar plugin:

    // add the filter for search widget title ....
    add_filter( 'widget_title', function( $instance_title,$instance,$this_id_base ) { 
        if($this_id_base=='search'){
        	$instance_title = ! empty( $instance['title'] ) ? $instance['title'] :__('Search','canary');
        }  
        return $instance_title; 
    } ); 

    Remove it and the site appears to work as normal. Deactivating the plugin also “fixes” the problem. However, I’m reluctant to drop the plugin because it does exactly what I want it to do and I’d hate to have to change the theme after all the work I’ve put into the child theme.

    Thread Starter funex

    (@funex)

    Correction, it seems that this particular filter doesn’t play well with Simple Calendar:

    // add the filter for search widget title ....
    add_filter( 'widget_title', function( $instance_title,$instance,$this_id_base ) { 
        if($this_id_base=='search'){
        	$instance_title = ! empty( $instance['title'] ) ? $instance['title'] :__('Search','canary');
        }  
        return $instance_title; 
    } ); 

    Remove it and the site appears to work as normal.

    I like this plugin for its simplicity and it does exactly what I want it to. I also have a customised child theme based off the current theme. :-S

    • This reply was modified 5 years, 6 months ago by funex.
    Thread Starter funex

    (@funex)

    Scratch that. After further investigation it is indeed the theme update.

    #5 /var/www/vhosts/hastingsflyfishe in /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/themes/canary/inc/filters.php on line 109

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 1 passed in /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/class-wp-hook.php on line 286 and exactly 3 expected in /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/themes/canary/inc/filters.php:109 Stack trace: #0 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/class-wp-hook.php(286): {closure}('Pic of the Mont...') #1 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/plugin.php(208): WP_Hook->apply_filters('Pic of the Mont...', Array) #2 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/plugins/image-widget/image-widget.php(116): apply_filters('widget_title', 'Pic of the Mont...') #3 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/class-wp-widget.php(378): Tribe_Image_Widget->widget(Array, Array) #4 /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-includes/widgets.php(770): WP_Widget->display_callback(Array, Array) #5 /var/www/vhosts/hastingsflyfishe in /var/www/vhosts/hastingsflyfishers.org.au/httpdocs/wp-content/themes/canary/inc/filters.php on line 109

    • This reply was modified 5 years, 6 months ago by funex.
    • This reply was modified 5 years, 6 months ago by funex.
    Thread Starter funex

    (@funex)

    For the record:
    wp-content/themes/canary/inc/filters.php on line 109 is the closing bracket of:

    // categories ---->
    		$categories_list = get_the_category_list( ', ' );
    		if ( $categories_list && canary_categorized_blog() ) {
    			echo '<li class="cat-links">
    				<i class="fa fa-folder-open"></i>
    				<span class="screen-reader-text">'. esc_html__( 'Categories:', 'canary' ).'</span>
    				'.ent2ncr($categories_list).'
    			</li>';
    		}
    Thread Starter funex

    (@funex)

    Wordpress 5.1.1
    PHP 7.3.5

    Hmm, it seems you were right. I thought it might have been the theme at first, too.
    But, after updating to v3.2.22, updating to WordPress 5.2, and going through every other update one by one, I narrowed it down the the theme. ??

    Thread Starter funex

    (@funex)

    Now WordPress 5.2.
    Discovered the source of the Fatal Error was another plugin.
    However, the theme update appeared to have reset all the sidebar widgets. As I have several sidebars this is rather annoying. Fortunately, I could restore them from a backup.

    Thanks for your “help”.

    Thread Starter funex

    (@funex)

    What do you mean by “old”? I’m using WordPress 5.1.1, which, I believe, is the latest version. Also PHP v7.3.4

    Doesn’t look like it.

    https://imgur.com/a/WrEzv

    Thread Starter funex

    (@funex)

    It’s best discussed on an individual case via email than in the Support Forum.

    I did, a month ago (7 September), with the same subject line.

    Leaving a 1 star review is not the way to go to encourage assistance.

    And adopting a subtle sarcastic tone is a great way of putting off your users. It’s neither helpful, nor appreciated.

    At any rate I revisited the plugin, after having given up on it, and, I don’t know what was causing the problem but, it seems to be behaving itself now.

    Since I couldn’t get it to work before I couldn’t really give it a review. Now that it is I have amended my review.

    Thread Starter funex

    (@funex)

    I’d say non-existent support. Emailed the dev at the same time and haven’t heard a word back.

    You have mentioned signing up for a “free” account in the FAQs but it should be made much clearer in the description. Technically, it’s an opt-out trial period.

    I am having the same problem. Hmm, over a month and no response?

    However, I am using WordPress 4.8.1, which is, so far, untested.

Viewing 15 replies - 1 through 15 (of 19 total)