Fatal error after updating

This topic contains 9 replies, has 3 voices, and was last updated by  Kiran 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #468273

    memeworx
    Buyer
    Post count: 30

    I have just updated the Geodirectory plugin and am getting a fatal error when navigating to category pages.

    Fatal error: Call to undefined function get_tax_meta() in /usr/www/users/idoinugwqz/wp-content/plugins/geodir_location_manager/geodir_location_hooks_actions.php on line 3662

    On this page: https://idoinspirations.co.za/wedding-directory/
    Click on any of the right hand buttons for Beach Venues, Bush Venues, City Venues, etc
    You will get the error.

    I am using the latest GeoDirectory plugin and have just updated to the latest WP version.

    Any ideas?

    #468306

    Alex Rollin
    Moderator
    Post count: 27815

    Please post WP Admin credentials o we can check into the problem

    Thanks

    #468845

    memeworx
    Buyer
    Post count: 30
    This reply has been marked as private.
    #468925

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks,

    so, your GD Addons are out of date. Please follow this doc to add licensing and update.
    If the issue persists after update, write back with FTP and we will take a deeper look.

    https://wpgeodirectory.com/docs/installing-addons/#updates

    #468999

    memeworx
    Buyer
    Post count: 30
    This reply has been marked as private.
    #469022

    Alex Rollin
    Moderator
    Post count: 27815

    Other GD plugins are out of date, still.
    You can update them manually.
    https://wpgeodirectory.com/docs/installing-addons/#manual
    I have also flagged your topic for the developers to check on why WP Easy Updates license links aren’t displaying.

    #469023

    Alex Rollin
    Moderator
    Post count: 27815

    For the geocoding issue, this is most commonly the lack of a billing account being added to the API key project.
    Try verifying billing and then check quotas, and if that all looks right create a new key as described here:
    https://wpgeodirectory.com/docs-v2/integrations/google/#easy

    #469107

    Kiran
    Moderator
    Post count: 7069

    Hello,

    There is a conflict with WP Easy Updates and one of your plugin or theme. To fix WP Easy Updates license missing links, do following things.
    – Create one .php file (say gd-licensing-plugin.php) under WP_ROOT/wp-content/mu-plugins/
    – Add following code in that file and save

    
    
    <?php
    /**
     * Plugin Name: WP Easy Updates missing Licence key & Notifications
     * Plugin URI: https://wpeasyupdates.com/
     * Description: Fix missing licence key option & update notifications for WP Easy Updates plugin.
     * Version: 1.0.0
     * Author: AyeCode Ltd
     * Author URI: https://ayecode.io/
     * License: GPL-2.0+
     * License: GNU General Public License v3 or later
     * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     * Requires at least: 3.1
     * Tested up to: 5.0.3
     */
     
    function wp_easy_updates_fix_notifications( $headers = array() ) {
        $headers_extra = array(
            'UpdateURL' => 'Update URL',
            'UpdateID' => 'Update ID',
        );
     
        $all_headers = array_merge( $headers_extra, (array) $headers );
     
        return $all_headers;
    }
    add_filter( 'extra_plugin_headers', 'wp_easy_updates_fix_notifications' );

    – Go to your site’s plugins page and check for licensing.

    Let us know how it goes.

    Thanks,
    Kiran

    #469118

    memeworx
    Buyer
    Post count: 30
    This reply has been marked as private.
    #469135

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please try this https://wpgeodirectory.com/support/topic/missing-update-notifications/#post-129196 and it this not works then you have to update manually all those plugins(Custom Post Types, Location Manager, Payment Manager, Review Rating Manager), because those plugins are too outdated plugins.

    Let us know.

    Kiran

Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket