Running WordPress Beta tester on WP 3.1-alpha and I get notices in the Frontend:
Notice: Undefined property: stdClass::$current in /----/plugins/wordpress-beta-tester/wp-beta-tester.php on line 120
and
Notice: Undefined offset: 1 in /---/plugins/wordpress-beta-tester/wp-beta-tester.php on line 121
It sounds like the code which fetches the update information from the WordPress.org API is unable to make outgoing HTTP requests.
Does the normal plugin/theme/core update notice code work ok?
The normal plugin/theme/core update notice code works ok.
I get this notice while displaying elements in a page on my blog using ajax. I don't get any notices in admin.
What are you using for the AJAX requests?
Would be good to have access to that so I can test with it and nail this.
Hi Peter,
I was testing my development version of lazyest-gallery. http://wordpress.org/extend/plugins/lazyest-gallery/
I am using the WP ajax framework.
Anyway, the notices don't appear anymore after updating to a newer build of WordPress 3.1-alpha