ernscht
Forum Replies Created
-
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] deprecated live bindingsworks perfect, many thanks
ernschtthanks carles for the fast fix
but in my installation there is still the same problem
the confirmation only works without the urldecoding part.
knew.php:
eg.
function confirm_user_self() {
…
//$email = mysql_real_escape_string(urldecode($_GET[‘e’]));
$email = mysql_real_escape_string($_GET[‘e’]);(the $_GET variables are already decoded)
Version 1.0.1 -> Problem has gone.
Works like a charm.
Thanks a lot.PHP Version 5.2.17 & 5.3.4
WP 3.4.1 & 3.4.2the problem is related to the response header change in the json answer.
disabling the line
[380] //header(“text/json”);
fixes the problem.WP_DEBUG printed out:
<b>Warning</b>: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:2758) in <b>/wp-content/plugins/simple-history/index.php</b> on line <b>380</b>
{“status”:”ok”,”error”:””,”items_li”:”<li class=’ simple-history-has- …:::
thanks for your useful pluginThis error was introduced with version 1.0
The request to /wp-admin/admin-ajax.php returns a 500 Internal Server Error.
(WP 3.4.2)