Forums › Forums › Search & Filter Pro › Notice on Plugins Page – trying to get property of non-object…
- This topic has 6 replies, 2 voices, and was last updated 10 years, 9 months ago by
Anonymous.
-
Anonymous(Private) June 17, 2015 at 6:49 pm #19753
Notice: Trying to get property of non-object in /docs/wp-content/plugins/search-filter-pro/admin/includes/EDD_SL_Plugin_Updater.php on line 128
While Search & Filter Pro 1.4.3 is enabled, I get the above error message on the Plugins screen of my site, between the Bulk Actions interface and the table of plugins.
Anonymous(Private) June 18, 2015 at 7:11 pm #19816That’s a PHP error, what version of PHP is your server/site running? and what version of WP?
If you’re not sure on the PHP version, you can find out by creating a plain-text file and name it phpinfo.php….in that file place just this:
<?php phpinfo(); ?>Then upload that to your site, go to it in your address bar, and it will tell you everything about your server’s PHP.
Anonymous(Private) June 18, 2015 at 7:16 pm #19818@cets, if you mark a post as “private”, only Ross (or a forum admin) can see it….which is totally okay if that’s your intention.
It does prevent anyone else from trying to help you though.
I am not in any way affiliated with Ross or his plugin, just a user who is trying to help in the forum so that Ross can stay focused on the update. ๐
Anonymous(Private) June 19, 2015 at 5:06 pm #19869Working through this –
$version_info on line 128 is NULL, which is why I can’t get ->new_version from it.
It appears this error is thrown when there is no license information entered, as entering anything in the license box makes this disappear.
On a related note: As we run multisite with hundreds of sites, it’s unreasonable for us to enter license codes on every site individually. Additionally, we have completely disabled updates of any kind to be managed through the dashboard, and have no use for the update functionality.
Ideally:
1) We’d be able to easily disable the update detection functionality
2) You’d email customers with active licenses when a new update is availableFailing that, (or likely in addition to that) there should be a way provided to enter a license once for the entire network.
Thanks for reading ๐
-
AuthorPosts