Error When Implode() Is Used In Plugin
-
Can anybody tell me what is wrong with the following line:
$tagData = implode(“,”, $wpdb->get_col(“SELECTmeta_valueFROM $wpdb->posts LEFT JOIN $wpdb->postmeta ON $wpdb->posts.ID=$wpdb->postmeta.post_id WHERE (meta_key=’ttaglist’ ORmeta_key=’technorati’) ANDpost_status=’publish’$where ORDER BYpost_dateDESC$limit”));I get the following error in my sidebar at this line:
Warning: implode() [function.implode]: Bad arguments. in /home/golddave/public_html/palm/wp-content/plugins/technoratitagging.php on line 285This error was introduced upon upgrading from WordPress 2.0.5 to 2.0.6.
Any thoughts?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Error When Implode() Is Used In Plugin’ is closed to new replies.