Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stuthemonkey

    (@stuthemonkey)

    The problem appears to be that when this gets called

    wp-admin/admin-ajax.php?action=wpmoly_search_movie&nonce=f54068a915&type=id&data=91314&lang=en

    its returning a web page that says error thrown. []operator not supported for strings.

    So how can debug this issue? I’ve disabled all the newer plug-ins that were installed recently in wordpress. To go back to what it was when i remember this last working. and that didn’t help.

    The only other thing that changed was wordpress got updated to WP 4.7.4

    Thread Starter stuthemonkey

    (@stuthemonkey)

    I can’t edit that file to my knowledge. Unless there is a way directly through wordpress (no ftp access to the server). But using the Chrome inspect tool on line 212 with a breakpoint the value of response is as follows:

    “<h1>Error thrown</h1><p>[] operator not supported for strings</p>”

    Thread Starter stuthemonkey

    (@stuthemonkey)

    More information on this. Running a javascript debugger, when the wpmoly._get() is called to search for the meta data it falls into the success function. However the response it got was <h1>Error thrown</h1><p>[] operator not supported for strings</p>

    • This reply was modified 9 years, 1 month ago by stuthemonkey.
Viewing 3 replies - 1 through 3 (of 3 total)