Hi there,
I went on a place category listing (https://supscout.de/places/verleih/) this morning and the page did not load and my php-error-log showed the folloing error:
PHP Fatal error: Uncaught Error: Call to undefined function get_tax_meta() in […]/wp-content/plugins/geodir_location_manager/geodir_location_hooks_actions.php:3899
Stack trace:
#0 […]/wp-includes/class-wp-hook.php(298): geodir_location_action_listings_description(”)
#1 […]/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#2 […]/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 […]/wp-content/plugins/geodirectory/geodirectory-templates/geodir-listing.php(44): do_action(‘geodir_listings…’)
#4 […]/wp-includes/template-loader.php(74): include(‘[…]_…’)
#5 […]/wp-blog-header.php(19): require_once(‘[…][…]_…’)
#6 […]/index.php(17): require(‘[…]_…’)
#7 {main}
thrown in […]/wp-content/plugins/geodir_location_manager/geodir_location_hooks_actions.php on line 3899
I found a post regarding the same problem: https://wpgeodirectory.com/support/topic/map-category-link-error/. However, updating everything did not help. (which was the solution there)
Therefore, I did a hotfix by deleting line 44 in /wp-content/plugins/geodirectory/geodirectory-templates/geodir-listing.php (“do_action(‘geodir_listings_page_description’);”)
However, that cannot be the final fix as I need the description on that page 🙁
Please let me know how to correctly fix that problem.
Thanks
Jonas