• Resolved julianwa

    (@julianwa)


    Hello i’m using the front-end-editor(Author https://github.com/scribu).

    I’m getting this error since i moved the blog:

    “a is null” in editor.js

    Did anyone get this error too?

Viewing 9 replies - 1 through 9 (of 9 total)
  • scribu

    (@scribu)

    Try adding define( 'SCRIPT_DEBUG', true ); to your wp-config.php file and see if you get a more helpful error message.

    Also, does the error appear right after the page has loaded, or do you need to do something first?

    Thread Starter julianwa

    (@julianwa)

    No the error appears when i try to edit the content.

    Now i’m getting:

    Error: response is null
    Source File: /wp-content/plugins/front-end-editor/js/fields/0-basic.js?ver=2.1.3
    Line: 86

    Thread Starter julianwa

    (@julianwa)

    what is front-end-editor trying to do in this part?

    scribu

    (@scribu)

    It’s trying to fetch some data via ajax, but the response is blank.

    Thread Starter julianwa

    (@julianwa)

    is the front-end-editor using current filepath or domain’s path?

    scribu

    (@scribu)

    You can monitor ajax requests (including request URLs and data) using Firebug or Webkit console. Google it.

    Thread Starter julianwa

    (@julianwa)

    ?? Did that already and my question is: Is there a problem with 302 redirects?

    scribu

    (@scribu)

    If the URL that FEE sends ajax requests to (admin-ajax.php) is emitting a redirect, yes, it is a problem.

    Ajax requests can’t handle redirects.

    Thread Starter julianwa

    (@julianwa)

    Thanks a lot. i think thats it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: front-end-editor] "a is null"’ is closed to new replies.