Class Jetpack_Geo_Location is deprecated since version 14.3 with no alternative
-
I have a PHP application which authenticates users against WordPress by using
define('WP_USE_THEMES', false);
require_once 'wp-load.php';Ever since I upgraded from Jetpack 14.2.1 to 14.3 I have been getting this error notice:
E_USER_DEPRECATED in /home/mysite/public_html/wp-includes/functions.php at line 6114
Class Jetpack_Geo_Location is deprecated since version 14.3 with no alternative available.
#0 MRBS\generate_backtrace() called at [/home/mysite/public_html/book/functions_error.inc:228]
#1 MRBS\output_error() called at [/home/mysite/public_html/book/functions_error.inc:274]
#2 MRBS\error_handler()
#3 trigger_error() called at [/home/mysite/public_html/wp-includes/functions.php:6114]
#4 wp_trigger_error() called at [/home/mysite/public_html/wp-includes/functions.php:5742]
#5 _deprecated_class() called at [/home/mysite/public_html/wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php:66]
#6 Jetpack_Geo_Location->wordpress_init() called at [/home/mysite/public_html/wp-includes/class-wp-hook.php:324]
#7 WP_Hook->apply_filters() called at [/home/mysite/public_html/wp-includes/class-wp-hook.php:348]
#8 WP_Hook->do_action() called at [/home/mysite/public_html/wp-includes/plugin.php:517]
#9 do_action() called at [/home/mysite/public_html/wp-settings.php:704]
#10 require_once(/home/mysite/public_html/wp-settings.php) called at [/home/mysite/public_html/wp-config.php:66]
#11 require_once(/home/mysite/public_html/wp-config.php) called at [/home/mysite/public_html/wp-load.php:50]
#12 require_once(/home/mysite/public_html/wp-load.php) called at [/home/mysite/public_html/book/auth/cms/wordpress.inc:9]
#13 require_once(/home/mysite/public_html/book/auth/cms/wordpress.inc) called at [/home/mysite/public_html/book/lib/MRBS/Session/SessionWordpress.php:8]
#14 require(/home/mysite/public_html/book/lib/MRBS/Session/SessionWordpress.php) called at [/home/mysite/public_html/book/lib/autoload.inc:21]
#15 {closure}()
#16 spl_autoload_call() called at [/home/mysite/public_html/book/lib/MRBS/Session/SessionFactory.php:15]
#17 MRBS\Session\SessionFactory::create() called at [/home/mysite/public_html/book/mrbs_auth.inc:35]
#18 MRBS\session() called at [/home/mysite/public_html/book/init.inc:41]
#19 require_once(/home/mysite/public_html/book/init.inc) called at [/home/mysite/public_html/book/defaultincludes.inc:35]
#20 require(/home/mysite/public_html/book/defaultincludes.inc) called at [/home/mysite/public_html/book/index.php:11]Any ideas?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.