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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rupaz

Pages: [1]
1
WP-PostViews / Re: Help me!!
« on: 28 December 2010, 09:32 »
Actually I have traced the problem to my end, I am running a reverse proxy which seems to be mangling the JSON

2
WP-PostViews / Re: Help me!!
« on: 28 December 2010, 08:42 »
Hey Steven

for Ajax_the_views everything works except when the JSON is called back since it actually returning HTML formatted text instead of just straight jSON. Not sure exactly what is causing this, but looking into it.

Anyone else having this problem? I have narrowed it down to ajax-the-view-server.php for the code

echo json_encode($atv_return_array);

it's generating

<html><body><p>[&quot;2 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;0 views&quot;,&quot;1 views&quot;]</p></body></html>

instead of

["2 views","0 views","0 views","0 views","0 views","0 views","0 views","0 views","0 views","1 views"]

Pages: [1]