Fatal error after updating
This topic contains 9 replies, has 3 voices, and was last updated by Kiran 6 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
February 11, 2019 at 7:48 pm #468273
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?
February 11, 2019 at 9:28 pm #468306Please post WP Admin credentials o we can check into the problem
Thanks
February 14, 2019 at 10:43 am #468845This reply has been marked as private.February 14, 2019 at 3:59 pm #468925Thanks,
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.February 14, 2019 at 9:59 pm #468999This reply has been marked as private.February 14, 2019 at 11:18 pm #469022Other 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.February 14, 2019 at 11:20 pm #469023For 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/#easyFebruary 15, 2019 at 8:27 am #469107Hello,
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,
KiranFebruary 15, 2019 at 10:16 am #469118This reply has been marked as private.February 15, 2019 at 12:10 pm #469135Hello,
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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket