I’m having the same issue, please fix.
Also having the same issue and am not able to publish posts. Please fix. Thank you.
Hey,
thanks for reaching out and sorry for the unintentional silence. Unfortunately I can’t replicate this on my side – would you be so kind and tell me your PHP version and also plugin version?
Looking forward to your reply,
Petra
Hey Petra,
my WP throws 2 notices when doing a quickedit (posts). Here the notices (path shortened):
Notice: Undefined index: original_post_status in /.../plugins/search-everything/search-everything.php on line 919
Notice: Trying to get property of non-object in /.../plugins/search-everything/search-everything.php on line 931
My PHP Version: 5.5.14
WP Version: 4.3.1
Hope you find the error – best regards,
Luckyfella
Edit: It seems that the Input Data (when doing quickedit) is send by GET-method. Your Code line 919 is looking for $_POST vars. Mayby you can check if $_GET or $_POST index is available first?
Same problem here. And there was a thread one year ago which is closed:
https://encrypted.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CBwQFjAAahUKEwiHk4CCgb3IAhVEjywKHcqRBow&url=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnotice-trying-to-get-property-of-non-object-6&usg=AFQjCNGSztxO49a90vMs75hGMu8YqvriHw&sig2=Myhv3_3iIMp5_e0FAwgPmw&cad=rja
Enable WP Debug mode and save/create a post. then you get this error:
[12-Oct-2015 13:05:05 UTC] PHP Notice: Trying to get property of non-object in /www/htdocs/w00885cf/top10pranks/wp-content/plugins/search-everything/search-everything.php on line 931
i dont think you can use json_decode($zemanta_response[‘body’])->status here. because json_decode is a function and you are trying to get a property of an object. as i said the function is no object. so just remove “->status” here