Skip to content

Instantly share code, notes, and snippets.

@mikeschinkel
Created December 30, 2012 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeschinkel/4410469 to your computer and use it in GitHub Desktop.
Save mikeschinkel/4410469 to your computer and use it in GitHub Desktop.
PHP 5 Debug Strict mode warnings thrown by one page load using JetPack for WordPress when viewed in the PhpStorm debugger.
Notice: Assigning the return value of new by reference is deprecated in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3210
Debug Strict (PHP 5): call_user_func_array() expects parameter 1 to be a valid callback, non-static method Jetpack::load_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-includes/plugin.php on line 406
Debug Strict (PHP 5): Non-static method Jetpack::is_active() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 347
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3504
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3508
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 351
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::get_active_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 358
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 825
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): array_filter() expects parameter 2 to be a valid callback, non-static method Jetpack::is_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 358
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::glob_php() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 707
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_module() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 712
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 804
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 716
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_available_modules() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 837
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::glob_php() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/widgets.php on line 10
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3813
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3788
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4050
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3802
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4250
Debug Strict (PHP 5): Non-static method Jetpack_Subscriptions::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/subscriptions.php on line 511
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/subscriptions.php on line 56
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::glob_php() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/shortcodes.php on line 38
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3788
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4050
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3802
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4250
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize.php on line 19
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize.php on line 20
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3788
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4050
Debug Strict (PHP 5): Non-static method Publicize_Util::build_sprintf() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize/publicize.php on line 48
Debug Strict (PHP 5): Non-static method Publicize_Util::build_sprintf() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize/publicize.php on line 54
Debug Strict (PHP 5): Non-static method Publicize_Util::build_sprintf() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize/publicize.php on line 59
Debug Strict (PHP 5): Non-static method Jetpack::get_active_modules() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/publicize.php on line 43
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 825
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3802
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4250
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3813
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack_Notifications::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/notes.php on line 154
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/notes.php on line 42
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3788
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4050
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3802
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4250
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3813
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3813
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/post-by-email.php on line 24
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/post-by-email.php on line 25
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3813
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4409
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::get_module_path() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 383
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/widgets.php on line 18
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/widgets.php on line 19
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/subscriptions.php on line 29
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/subscriptions.php on line 30
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/sharedaddy.php on line 16
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/sharedaddy.php on line 17
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/stats.php on line 35
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/stats.php on line 36
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_head() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/stats.php on line 37
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1039
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_screen() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/stats.php on line 38
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1044
Debug Strict (PHP 5): Non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3788
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 4050
Debug Strict (PHP 5): call_user_func_array() expects parameter 1 to be a valid callback, non-static method Jetpack_Post_By_Email::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-includes/plugin.php on line 406
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/gravatar-hovercards.php on line 22
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/gravatar-hovercards.php on line 23
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/custom-css.php on line 17
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/custom-css.php on line 18
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/after-the-deadline.php on line 12
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/after-the-deadline.php on line 13
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/comments.php on line 26
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/comments.php on line 27
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/minileven.php on line 20
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/minileven.php on line 21
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_screen() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/minileven.php on line 22
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1044
Debug Strict (PHP 5): call_user_func_array() expects parameter 1 to be a valid callback, non-static method Jetpack::init() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-includes/plugin.php on line 406
Debug Strict (PHP 5): Non-static method Jetpack_User_Agent_Info::is_ipad() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css.php on line 17
Debug Strict (PHP 5): Non-static method Jetpack::enable_module_configurable() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php on line 60
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1024
Debug Strict (PHP 5): Non-static method Jetpack::module_configuration_load() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php on line 61
Debug Strict (PHP 5): Non-static method Jetpack::get_module_slug() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 1034
Debug Strict (PHP 5): Non-static method Jetpack::get_active_modules() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/sharedaddy/sharing.php on line 52
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 825
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::is_user_connected() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/notes.php on line 139
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 288
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3504
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 2262
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::is_active() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/module-info.php on line 639
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3504
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3508
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::is_active() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/modules/module-info.php on line 639
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 277
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3504
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack::get_option() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 3508
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 477
Debug Strict (PHP 5): Non-static method Jetpack::get_option_names() should not be called statically in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 479
Debug Strict (PHP 5): Non-static method Jetpack_Data::get_access_token() should not be called statically, assuming $this from incompatible context in /Users/mikeschinkel/Sites/hardcorewp/public_html/wp-content/plugins/jetpack/jetpack.php on line 292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment