• Hi,
    I have installed the Json-api plugin but since i did it i have a conflict with rtMedia plugin: the like button (a feature of rtMedia plugin) has stopped working.
    I don’t know why or how to solve it, someone had my problem or know how to solve it?
    Sorry for my bad english and thanks in advance.

    https://www.ads-software.com/plugins/json-api/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the exact same problem – and I think json-api is too gready. It is looking for json=1 and rtmedia sends json=true. I will post a solution if I get one : )

    But the plugin is a bit old and a site opens too much.

    Think I will build my own ajax controller. I have some other needs the plugin doesn’t solve.

    I got a solution that works:

    In this file – /your-site-root/wp-content/plugins/json-api/singletons/query.php on line: 154 you can paste this in:

    if($method === “true” && $method !== 1) return;

    I will try to make the plugin creator adding this code : ) – It’s bad to edit plugins directly – but when things get out of date. You have to.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with another plugin’ is closed to new replies.