All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Pb with the widget wp_postview  (Read 371 times)

0 Members and 1 Guest are viewing this topic.

Offline specialfox

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Arthémia Premium
Pb with the widget wp_postview
« on: 28 December 2009, 13:04 »
hello (excuse me for my bad english)

I have been upgrade W2.8 to W2.9 and since, the widget wp_postview don't display the last 5 most view at the bottom of my blog (it display N/A).

link site : http:\\quick-tutoriel.com

WP_POSTWiew  (I use V1.5) is it compatible with W2.9 ? I use other plugin "Yet Another Related Posts Plugin".

Thanks for this reponse.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Pb with the widget wp_postview
« Reply #1 on: 28 December 2009, 13:37 »
It is compatible, I just tested it, it works fine on my end. You may want to delete the widget and re-add again.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline specialfox

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Arthémia Premium
Re: Pb with the widget wp_postview
« Reply #2 on: 28 December 2009, 13:58 »
I delete the widget and re-add and this always display N/A.  :'(

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Pb with the widget wp_postview
« Reply #3 on: 28 December 2009, 14:25 »
Try disabling the plugin one by one to see if it works. Because when it displays N/A means the widget is working.

Run this query in phpmyadmin:
Code: [Select]
SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER  BY viewsSee if it returns any results

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.