PHP Notice error in presets.php
-
I’m getting the following notice error on every page of my WP install, and in every settings field on the plugin settings page in the WP admin:
Notice: Trying to get property of non-object in [...]/wp-content/plugins/infinite-scroll/includes/presets.php on line 547
It’s referring to this line in the presets.php file:
return wp_get_theme( $theme->theme )->exists();
I have this on both WP versions 3.4.2 and 3.5, using a custom theme.
If I enable the default TwentyTwelve WP theme I do not get these notices.What am I doing wrong?
https://www.ads-software.com/extend/plugins/infinite-scroll/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘PHP Notice error in presets.php’ is closed to new replies.