• Resolved webrgr01

    (@webrgr01)


    Hello I would like to help me, my client has a dedicated server so I prefer to modify the files with this plugins but when I access I encounter this error
    Invalid backend response.
    The data is not in JSON format.
    What I can do ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author CYSTEME

    (@luke7263)

    Hi,

    This is certainly because you have modify something which inserts or modify JSON data outputted by the plugin.
    Impossible to help you if you’ve changed original file(s), this is always the risk when you do such things.
    We are an IT company selling our skill, this plugin is completely free, please understand that we cannot debug others problems for free. If you are interested for support please contact us at [email protected]

    Thanks.

    I have this exact same problem. I haven’t modified anything. It probably is a pretty common issue.

    Plugin Author CYSTEME

    (@luke7263)

    Hi,

    Another user had this, but he told me WP_DEBUG was enabled. That debug mode cannot work with that plugin since it makes WP sending data !
    In that case, you must change debug mode to output debug informations into a log file rather than display them. As so :

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);
    define(‘WP_DEBUG_LOG’, true);

    This will output debug infos inside wp-content folder.

    Hope this will help you.

    I am seeing this issue too. Right now I don’t have access to FTP behind the WP instance, so I can’t check whether WP_DEBUG is set to true in wp-config.php or not.

    I just need a way to get files off the WP instance concerned so I can migrate it all to a new server for a client… I thought Cysteme would be a useful tool for this situation… looks like I am stuck and will have to work on getting FTP access to the “old” site.

    Plugin Author CYSTEME

    (@luke7263)

    Hi,
    Well if you cannot control all of your files on your website, it’ll be hard for you to solve ..
    This error happens when ‘something’ sends data before the plugin.
    ‘something’ can be debug informations, log displayed, another plugin or theme output … I cannot guess ..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The data is not in JSON format.’ is closed to new replies.