Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webtechideas

    (@webtechideas)

    Its giving “500 Internal Server Error” when I check on firebug. So probably the plugin files are not properly readable or there is some file/folder permission problem on your site.

    Thread Starter tony2060

    (@tony2060)

    thanks,
    it’s a path error.

    Can you be a little more precise? For me, too, the counter does not increase. I have installed firebug, but do not know how to use it for this kind of problem.

    Plugin Author webtechideas

    (@webtechideas)

    Here is how to check using firebug

    – Open your site. Once the site loads, open the firebug using the bug icon on the toolbar or by pressing F12.
    – Once firebug section opens up, click on Console tab. If console tab is disabled, then click on the small arrow next to that and click Enable.
    – Then click on any thumbs up or down icon. The moment you click, you can see a request being processed something like “POST https://localhost/wordpress32/wp-content/plugins/wti-like-post/wti_like.php” POST means the request was sent using the post method and the next url means where the request was sent. This url (domain name or site url) will vary from site to site.
    – If it was a successful request and was processed successfully, then you will see 200 OK next to the above url.
    – If it does not get processed successfully, then the above url turns red and corresponding error code will be shown.

    Note:
    – In either case, you can click the small + icon at the beginning of the above url to see what data was posted and what response you received.

    Please let me know if it helped or not. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘don't work, why?’ is closed to new replies.