2012-08-24, 20:02:49
nope
Probably there's a bug in /admin/template/header.php
I double checked and that error appears also without plugins at all!
I'm not a coder so I asked to some people and they told me to do this change:
original file, line 47:
change to:
It resolved the error and resolved my problem with the plugin.
EDIT: If it is a true bug, how to contact the developer?
Probably there's a bug in /admin/template/header.php
I double checked and that error appears also without plugins at all!
I'm not a coder so I asked to some people and they told me to do this change:
original file, line 47:
Code:
var obj = jQuery.parseJSON('<?php echo $json; ?>');
Code:
var obj = jQuery.parseJSON('{"status": 2}');
It resolved the error and resolved my problem with the plugin.
EDIT: If it is a true bug, how to contact the developer?