[Resolved] Delete all activity error – UserPro Forums https://forum.userproplugin.com/forums/topic/delete-all-activity-error/feed/ Tue, 07 May 2024 13:21:10 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16808 <![CDATA[[Resolved] Delete all activity error]]> https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16808 Fri, 10 Jan 2014 15:30:39 +0000 NET userpro/addons/social/functions/api.php

all arrays

Sample:

function activity($user_id=0, $offset=0, $per_page){
….

//old code if (is_array($result)){
if (isset($results) && is_array($results)){ //new code

]]>
https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16820 <![CDATA[Reply To: [Resolved] Delete all activity error]]> https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16820 Fri, 10 Jan 2014 20:40:15 +0000 admin There’s no error with latest version, I already added this:

if (is_array($result) && $result != ” && $result != array(”) ){

Thanks for the effort tho, which version you use? Please update.

]]>
https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16833 <![CDATA[Reply To: [Resolved] Delete all activity error]]> https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16833 Fri, 10 Jan 2014 22:11:22 +0000 NET Ok thanks, resolved.

]]>
https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16846 <![CDATA[Reply To: [Resolved] Delete all activity error]]> https://forum.userproplugin.com/forums/topic/delete-all-activity-error/#post-16846 Sat, 11 Jan 2014 08:34:49 +0000 admin You are welcome.

]]>