Re: MediaWiki edits -> BP activity streams
@boonebgorges @LPH2005 Great work on this guys,
I’m bringing up errors on file uploads after activating the extension as detailed on the mediawiki extension page:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/collabbo/public_html/figshare.com/figures/extensions/buddypress-activity/buddypress-activity.php on line 61
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/collabbo/public_html/figshare.com/figures/extensions/buddypress-activity/buddypress-activity.php on line 68
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/collabbo/public_html/figshare.com/figures/extensions/buddypress-activity/buddypress-activity.php on line 75
Table ‘collabbo_figures.wp_bp_activity’ doesn’t exist
Lines 61, 68 and 75 are as follows:
‘$resultarray = mysql_fetch_array($result);’
‘$bpresultarray = mysql_fetch_array($bpquery);’
‘$checkRecentArray = mysql_fetch_array($checkrecent);’
WP 3.0.1 bp1.2.6
Any ideas and help would be much appreciated. Thanks