WPIntell

Source evidence

SQL query don't work

WP likes · review · 2013-01-09T09:42:00+00:00

praisesentiment
mediumseverity
0.44relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 30 rows with source links

6.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Fidesio unresolved
Hi, I had to change the query to properly operate the module. This is my new query : on plugins/wp-likes/likes.php:506 From: SELECT post_id, p.post_title AS title,count(post_id) AS num FROM $wpdb->likes,$wpdb->posts as p WHERE p.id=post_id GROUP BY post_id HAVING num>1 ORDER BY num DESC LIMIT 5 –> To: SELECT likes.post_id, post.post_title AS title,count(likes.post_id) AS num FROM $wpdb->likes likes,$wpdb->posts post WHERE post.id=likes.post_id GROUP BY likes.post_id ORDER BY num DESC LIMIT 5

Comments

0 shown

No comments were stored for this source.