ijribeiro
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Pipes] error ; Parser CodeI am having a problem mb_strlen() function, the changed version of the plugin, I got more out of date, however notice that this problem is in WHM, where also believe that you can find your therefore need to activate the functions on.
Forum: Plugins
In reply to: [WP Pipes] error ; Parser Codehi you have which version of the plugin intalled on your wordpress???
Forum: Plugins
In reply to: [WP Pipes] invalid url of imageHellol
I need last version WP pipes.
Forum: Plugins
In reply to: Need help sintaxe update$data = array(
‘usuario_nome’ => $usuario_nome,
‘usuario_data_nasci’ => $usuario_data_nasci,
‘usuario_email’ => $usuario_email,
‘usuario_senha’ => $usuario_senha,
‘usuario_dica_senha’ => $usuario_dica_senha,
‘usuario_email_alternativo’ => $usuario_email_alternativo,
‘usuario_fone_fix’ => $usuario_fone_fix,
‘usuario_fone_celular’ => $usuario_fone_celular,
‘usuario_status_pagamento’ => 0
);$where = array(‘cadastro_email_id’ => $id);
$data_format = array(‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’);
$where_format = array(‘%d’);$wpdb->update($table_name, $data, $where, $data_format, $where_format);
I managed to correct the error by using the function of class wpdb, I noted the need to define the variables,
$data_format = array(‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’);
$where_format = array(‘%d’);